gaoluyang
6 天以前 8e9bc97e709f7e49586dffb9cc3d2dac4cfef4ca
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
                        >
@@ -572,7 +569,7 @@
.table_list {
  margin-top: unset;
}
::v-deep(.el-checkbox__label) {
:deep(.el-checkbox__label) {
  font-weight: bold;
}
.empty-tip {