ZaiZai 10 mesi fa
parent
commit
b2c10dd067

+ 2 - 2
src/views/debit-pay/material/components/material/dataModal.vue

@@ -107,8 +107,8 @@
             </div>
             <div v-if="tab_key === '材料明细'" class="table-body">
                 <hc-table :column="tableColumn1" :datas="tableData1" :index-style="{ width: 60 }" :loading="tableLoading1">
-                    <template #key6="{ row }">
-                        <el-input v-model="row.key6" />
+                    <template #changeTotal="{ row }">
+                        <el-input v-model="row.changeTotal" />
                     </template>
                 </hc-table>
             </div>