-
-
-
-
-
-
-
-
-
-
-
-
-
- {{scope.row[item.prop]}}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- {{scope.row[item.alias==null?item.prop:item.alias]}}
-
-
-
-
-
-
-
- {{scope.row[item.alias==null?item.prop:item.alias]}}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- {{common.getDictLabel(item.dictType, scope.row[item.prop])}}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ scope.row[item.prop] }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ scope.row[item.alias == null ? item.prop : item.alias] }}
+
+
+
+
+
+
+
+ {{ scope.row[item.alias == null ? item.prop : item.alias] }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ common.getDictLabel(item.dictType, scope.row[item.prop]) }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/components/amis/AmisComponent.vue b/src/components/amis/AmisComponent.vue
index c849cc6..134f3a7 100644
--- a/src/components/amis/AmisComponent.vue
+++ b/src/components/amis/AmisComponent.vue
@@ -1,113 +1,115 @@
-
-
+
+
diff --git a/src/components/layout/table/TbNavTabs.vue b/src/components/layout/table/TbNavTabs.vue
index eabcd8b..4ab104d 100644
--- a/src/components/layout/table/TbNavTabs.vue
+++ b/src/components/layout/table/TbNavTabs.vue
@@ -85,33 +85,33 @@ function onCloseAllTab() {
-
+
+
+
+
+
diff --git a/src/views/system/Dict.vue b/src/views/system/Dict.vue
index 5e62d14..088d604 100644
--- a/src/views/system/Dict.vue
+++ b/src/views/system/Dict.vue
@@ -144,7 +144,7 @@
-
+
-
+
@@ -165,8 +165,8 @@
- 系统
- 业务
+ 系统
+ 业务
diff --git a/src/views/system/Org.vue b/src/views/system/Org.vue
index 3bc45ca..5d0d731 100644
--- a/src/views/system/Org.vue
+++ b/src/views/system/Org.vue
@@ -14,8 +14,7 @@
tableTitle: [
{prop:'code',label:'组织编码',align:'left'},
{prop:'name',label:'组织名称'},
- {prop:'name',label:'组织名称'},
- {prop:'sort',label:'排序'},
+ {prop:'sort',label:'组织级别'},
{prop:'createTime',label:'创建时间'},
{prop:'remarks',label:'描述'}
],
@@ -126,8 +125,8 @@
-
-
+
+
-
+
@@ -157,9 +156,4 @@
-
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/src/views/system/User.vue b/src/views/system/User.vue
index a6bef61..b5e6702 100644
--- a/src/views/system/User.vue
+++ b/src/views/system/User.vue
@@ -1,14 +1,13 @@