+
匿
-
-
+
+
+
+
+
+
+
-
-
-
-
+
diff --git a/src/components/xDialog/index.vue b/src/components/xDialog/index.vue
index d4d5591..4d3f953 100644
--- a/src/components/xDialog/index.vue
+++ b/src/components/xDialog/index.vue
@@ -1,31 +1,30 @@
-
-
-
-
- {{ title }}
-
-
@@ -69,11 +68,66 @@
diff --git a/src/components/xUpdate/index.vue b/src/components/xUpdate/index.vue
index bd3c9e0..3ab08d0 100644
--- a/src/components/xUpdate/index.vue
+++ b/src/components/xUpdate/index.vue
@@ -2,39 +2,119 @@
* @Descripttion: 编辑
-->
-
-
-
-
-
+
+
+
+
保存
取消
-
-
+
+
-
\ No newline at end of file
diff --git a/src/config/table.js b/src/config/table.js
index e67b6a4..eebf0a4 100644
--- a/src/config/table.js
+++ b/src/config/table.js
@@ -21,7 +21,6 @@ export default {
prop: 'prop', //规定排序字段名字段
order: 'order' //规定排序规格字段
},
- configUrl: 'system/table/get',
/**
* 自定义列保存处理
* @tablename scTable组件的props->tablename
diff --git a/src/views/system/table/dialog.vue b/src/views/system/table/dialog.vue
deleted file mode 100644
index e664add..0000000
--- a/src/views/system/table/dialog.vue
+++ /dev/null
@@ -1,68 +0,0 @@
-
-
-
-
-
-
-
- 保存
- 取消
-
-
-
-
-
\ No newline at end of file
diff --git a/src/views/system/table/index.vue b/src/views/system/table/index.vue
index 5b5a9f5..979dd4b 100644
--- a/src/views/system/table/index.vue
+++ b/src/views/system/table/index.vue
@@ -49,23 +49,23 @@
-
-
+
+
+
+
+ fdsafdfa
+
diff --git a/src/views/system/table/save.vue b/src/views/system/table/save.vue
deleted file mode 100644
index 3aad491..0000000
--- a/src/views/system/table/save.vue
+++ /dev/null
@@ -1,66 +0,0 @@
-
-
-
-
-
-
\ No newline at end of file
diff --git a/src/views/vab/form.vue b/src/views/vab/form.vue
index 7814de4..462c3da 100644
--- a/src/views/vab/form.vue
+++ b/src/views/vab/form.vue
@@ -48,7 +48,7 @@
labelWidth: '130px',
labelPosition: 'right',
size: 'medium',
- formItems: [
+ column: [
{
label: "ElementPlus",
component: "title",
@@ -385,8 +385,8 @@
this.form.name = "New Title"
},
setConfig(){
- this.config.formItems[2].span = this.config.formItems[2].span==24?12:24
- this.config.formItems[3].span = this.config.formItems[3].span==24?12:24
+ this.config.column[2].span = this.config.column[2].span==24?12:24
+ this.config.column[3].span = this.config.column[3].span==24?12:24
},
save(){
this.$refs.formref.validate((valid, obj) => {