- {{ key }}
+ {{ item.name }}({{ item.type }})
新增
-
+
{{ scope.row.label }}
-
+
- {{ scope.row.val }}
-
+ {{ scope.row.value }}
+
@@ -89,12 +90,12 @@
size="mini"
type="text"
icon="el-icon-edit"
- @click="scope.row.isEdit = true"
+ @click="$set(scope.row,'isEdit',true)"
>修改
+ :label="item.tableName + '(' + item.tableNameAnnotation + ')'" :name="index">
@@ -127,6 +127,7 @@