From 67ac05c393028d8d78680dfe08b261406c2efdc0 Mon Sep 17 00:00:00 2001 From: zhangdi <15053473693@163.com> Date: Tue, 21 Jan 2025 14:00:04 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B5=8B=E8=AF=95=E9=97=AE=E9=A2=98=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/option/system/dict.js | 160 +++++++++++++++++++------------------- src/views/system/dict.vue | 4 +- 2 files changed, 82 insertions(+), 82 deletions(-) diff --git a/src/option/system/dict.js b/src/option/system/dict.js index f90d3c3..2f54de4 100644 --- a/src/option/system/dict.js +++ b/src/option/system/dict.js @@ -39,46 +39,46 @@ export const optionParent = { } ] }, - { - label: "字典排序", - prop: "sort", - type: "number", - align: "right", - width: 100, - rules: [ - { - required: true, - message: "请输入字典排序", - trigger: "blur" - } - ] - }, - { - label: "封存", - prop: "isSealed", - type: "switch", - align: "center", - width: 100, - dicData: [ - { - label: "否", - value: 0 - }, - { - label: "是", - value: 1 - } - ], - value: 0, - slot: true, - rules: [ - { - required: true, - message: "请选择封存", - trigger: "blur" - } - ] - }, + // { + // label: "字典排序", + // prop: "sort", + // type: "number", + // align: "right", + // width: 100, + // rules: [ + // { + // required: true, + // message: "请输入字典排序", + // trigger: "blur" + // } + // ] + // }, + // { + // label: "封存", + // prop: "isSealed", + // type: "switch", + // align: "center", + // width: 100, + // dicData: [ + // { + // label: "否", + // value: 0 + // }, + // { + // label: "是", + // value: 1 + // } + // ], + // value: 0, + // slot: true, + // rules: [ + // { + // required: true, + // message: "请选择封存", + // trigger: "blur" + // } + // ] + // }, { label: "字典备注", prop: "remark", @@ -161,46 +161,46 @@ export const optionChild = { } ] }, - { - label: "字典排序", - prop: "sort", - type: "number", - align: "right", - hide: true, - rules: [ - { - required: true, - message: "请输入字典排序", - trigger: "blur" - } - ] - }, - { - label: "封存", - prop: "isSealed", - type: "switch", - align: "center", - width: 80, - dicData: [ - { - label: "否", - value: 0 - }, - { - label: "是", - value: 1 - } - ], - value: 0, - slot: true, - rules: [ - { - required: true, - message: "请选择封存", - trigger: "blur" - } - ] - }, + // { + // label: "字典排序", + // prop: "sort", + // type: "number", + // align: "right", + // hide: true, + // rules: [ + // { + // required: true, + // message: "请输入字典排序", + // trigger: "blur" + // } + // ] + // }, + // { + // label: "封存", + // prop: "isSealed", + // type: "switch", + // align: "center", + // width: 80, + // dicData: [ + // { + // label: "否", + // value: 0 + // }, + // { + // label: "是", + // value: 1 + // } + // ], + // value: 0, + // slot: true, + // rules: [ + // { + // required: true, + // message: "请选择封存", + // trigger: "blur" + // } + // ] + // }, { label: "字典备注", prop: "remark", diff --git a/src/views/system/dict.vue b/src/views/system/dict.vue index cf1ad42..98fed58 100644 --- a/src/views/system/dict.vue +++ b/src/views/system/dict.vue @@ -84,7 +84,7 @@ >删 除 -