Browse Source

配置修改 修改数据

Qukatie 8 months ago
parent
commit
b7b17820f7

+ 1 - 0
src/views/serviceConfiguration/configurationModification/detailsPage.vue

@@ -445,6 +445,7 @@ export default {
                         label: "备注",
                         prop: "remarks",
                         width: "100",
+                        cell: true,
                         overHidden: true,
                     }
                 ]

+ 1 - 1
src/views/serviceConfiguration/modifyData/detailsPage.vue

@@ -371,7 +371,7 @@ export default {
                 done();
                 if (valid) {
                     for (let row of this.data) {
-                        if (!row.fieldValueName || !row.fieldValueNewName) {
+                        if (!row.fieldValueNewName) {
                             this.$refs.crud.rowCell(row, row.$index)
                             return this.$message.error("请完善字段明细");
                         }