diff --git a/src/views/authority/apiscope.vue b/src/views/authority/apiscope.vue index b245c40..5068a00 100644 --- a/src/views/authority/apiscope.vue +++ b/src/views/authority/apiscope.vue @@ -343,6 +343,7 @@ label: "dictValue", value: "dictKey" }, + dataType: "number", slot: true, width: 100, prop: "scopeType", diff --git a/src/views/authority/datascope.vue b/src/views/authority/datascope.vue index 4906c74..0b85410 100644 --- a/src/views/authority/datascope.vue +++ b/src/views/authority/datascope.vue @@ -346,6 +346,7 @@ label: "dictValue", value: "dictKey" }, + dataType: "number", slot: true, width: 140, prop: "scopeType", diff --git a/src/views/desk/notice.vue b/src/views/desk/notice.vue index a38c39f..303ec72 100644 --- a/src/views/desk/notice.vue +++ b/src/views/desk/notice.vue @@ -87,6 +87,7 @@ label: "dictValue", value: "dictKey" }, + dataType: "number", slot: true, prop: "category", search: true, diff --git a/src/views/flow/deploy.vue b/src/views/flow/deploy.vue index 711db13..0030cc3 100644 --- a/src/views/flow/deploy.vue +++ b/src/views/flow/deploy.vue @@ -29,6 +29,7 @@ label: "dictValue", value: "dictKey" }, + dataType: "number", rules: [ { required: true, diff --git a/src/views/flow/manager.vue b/src/views/flow/manager.vue index 67c18b8..fe39453 100644 --- a/src/views/flow/manager.vue +++ b/src/views/flow/manager.vue @@ -175,6 +175,7 @@ label: "dictValue", value: "dictKey" }, + dataType: "number", slot: true, prop: "category", search: true, diff --git a/src/views/resource/oss.vue b/src/views/resource/oss.vue index ad7001d..b402fe9 100644 --- a/src/views/resource/oss.vue +++ b/src/views/resource/oss.vue @@ -87,6 +87,7 @@ label: "dictValue", value: "dictKey" }, + dataType: "number", slot: true, prop: "category", search: true, diff --git a/src/views/system/dept.vue b/src/views/system/dept.vue index 340763d..06ab3de 100644 --- a/src/views/system/dept.vue +++ b/src/views/system/dept.vue @@ -141,6 +141,7 @@ label: "dictValue", value: "dictKey" }, + dataType: "number", width: 120, prop: "deptCategory", slot: true, diff --git a/src/views/tool/code.vue b/src/views/tool/code.vue index c7d739e..b0b5c68 100644 --- a/src/views/tool/code.vue +++ b/src/views/tool/code.vue @@ -160,6 +160,7 @@ label: "dictValue", value: "dictKey" }, + dataType: "number", hide: true, rules: [{ required: true, @@ -176,6 +177,7 @@ label: "dictValue", value: "dictKey" }, + dataType: "number", hide: true, rules: [{ required: true, diff --git a/src/views/work/claim.vue b/src/views/work/claim.vue index 0a19f89..2193a39 100644 --- a/src/views/work/claim.vue +++ b/src/views/work/claim.vue @@ -110,6 +110,7 @@ label: "dictValue", value: "dictKey" }, + dataType: "number", slot: true, prop: "category", search: true, diff --git a/src/views/work/done.vue b/src/views/work/done.vue index 13724de..077152d 100644 --- a/src/views/work/done.vue +++ b/src/views/work/done.vue @@ -103,6 +103,7 @@ label: "dictValue", value: "dictKey" }, + dataType: "number", slot: true, prop: "category", search: true, diff --git a/src/views/work/send.vue b/src/views/work/send.vue index 5174afe..c7615d2 100644 --- a/src/views/work/send.vue +++ b/src/views/work/send.vue @@ -107,6 +107,7 @@ label: "dictValue", value: "dictKey" }, + dataType: "number", slot: true, prop: "category", search: true, diff --git a/src/views/work/start.vue b/src/views/work/start.vue index d0805fe..7755147 100644 --- a/src/views/work/start.vue +++ b/src/views/work/start.vue @@ -111,6 +111,7 @@ label: "dictValue", value: "dictKey" }, + dataType: "number", slot: true, prop: "category", search: true, diff --git a/src/views/work/todo.vue b/src/views/work/todo.vue index 131f963..38403b0 100644 --- a/src/views/work/todo.vue +++ b/src/views/work/todo.vue @@ -110,6 +110,7 @@ label: "dictValue", value: "dictKey" }, + dataType: "number", slot: true, prop: "category", search: true,