wangting
2023-07-06 b379f48fc13255c4a8d946f1c87678512a133107
Source/UBCS-WEB/src/components/Tree/attrCrud.vue
@@ -272,7 +272,7 @@
            v-if="item.edit === 'switch'" v-model="row[item.prop]" active-value="true"
            inactive-value="false">
          </el-switch>
          <span v-else>{{ row[item.prop] }}</span>
          <span v-else >{{ row[item.prop] }}</span>
        </template>
      </el-table-column>
      <el-table-column
@@ -1446,6 +1446,7 @@
    },
    saveRows() {
      this.editingRows = null;
      console.log('1321')
    },
    // 枚举注入添加一行空数据
    addRow() {