|
@@ -175,7 +175,9 @@
|
|
|
@saveColumn="saveColumnBox"
|
|
|
@row-del="rowDel">
|
|
|
<template slot="headerSerial" slot-scope="{column}">
|
|
|
- <el-button type="primary" icon="el-icon-circle-plus-outline" circle size="small" @click="$refs.crudBox.rowCellAdd()"></el-button>
|
|
|
+ <el-tooltip class="item" effect="dark" content="录入明细" placement="top">
|
|
|
+ <el-button type="primary" icon="el-icon-circle-plus-outline" circle size="mini" @click="$refs.crudBox.rowCellAdd()"></el-button>
|
|
|
+ </el-tooltip>
|
|
|
</template>
|
|
|
<template slot="ctnTypeHeader" slot-scope="{column}">
|
|
|
{{ column.label }}<span style="color:#F56C6C">*</span>
|
|
@@ -843,7 +845,6 @@ export default {
|
|
|
refreshBtn: false,
|
|
|
addBtnText: '录入信息',
|
|
|
index: true,
|
|
|
- indexWidth:52,
|
|
|
indexSlot: true,
|
|
|
cellBtn: true,
|
|
|
addBtn: false,
|