QuKatie 3 年之前
父节点
当前提交
40fcefb274
共有 1 个文件被更改,包括 3 次插入3 次删除
  1. 3 3
      src/components/fee-info/main.vue

+ 3 - 3
src/components/fee-info/main.vue

@@ -37,7 +37,7 @@
             >删 除</el-button
           >
         </template>
-        <template slot="corpId" slot-scope="{ row }">
+        <template slot="corpId" slot-scope="{ row, index }">
           <customer-dialog
             v-if="row.$cellEdit"
             v-model="row.corpName"
@@ -51,7 +51,7 @@
             size="small"
             type="text"
             @click="rePick(row, index)"
-            :disabled="disabled||!row.$cellEdit"
+            :disabled="disabled || !row.$cellEdit"
             class="picker"
             style="padding:4px 10px;float:left"
             >选择</el-button
@@ -392,7 +392,7 @@ export default {
             });
           });
         }
-      } 
+      }
       // else {
       //   this.selectionList.forEach(e => {
       //     this.feeData.push({