caojunjie 3 年 前
コミット
e6c93ae97f
1 ファイル変更3 行追加2 行削除
  1. 3 2
      src/views/landTransportation/placeAnOrder/detailPage.vue

+ 3 - 2
src/views/landTransportation/placeAnOrder/detailPage.vue

@@ -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,