gaoluyang
2026-03-20 d37a5b150239025e9be96d3d8861b41930c8e056
src/views/procurementManagement/paymentEntry/index.vue
@@ -101,7 +101,6 @@
                        <el-button
                           link
                           type="primary"
                           size="small"
                           @click="changeEditType(scope.row)"
                           v-if="!scope.row.editType"
                        >编辑</el-button
@@ -109,7 +108,6 @@
                        <el-button
                           link
                           type="primary"
                           size="small"
                           @click="saveReceiptPayment(scope.row)"
                           v-if="scope.row.editType"
                        >保存</el-button
@@ -117,7 +115,6 @@
                        <el-button
                           link
                           type="primary"
                           size="small"
                           @click="handleDelete(scope.row)"
                        >删除</el-button
                        >