src/views/procurementManagement/procurementInvoiceLedger/index.vue
@@ -82,14 +82,12 @@ type="primary" text @click="openEdit(row)" :disabled="row.issUerId !== userStore.id" > 编辑 </el-button> <el-button type="primary" text :disabled="row.issUerId !== userStore.id" @click="handleDelete(row)" > 删除 @@ -210,11 +208,11 @@ return cell ? parseFloat(cell).toFixed(2) : 0; }, }, { label: "增值税", prop: "invoiceAmount", width: 200, }, // { // label: "增值税", // prop: "invoiceAmount", // width: 200, // }, { label: "录入人", prop: "issUer",