From b2fda6d476e526a231cff52922affa7b2f800b82 Mon Sep 17 00:00:00 2001 From: gexinzhineng/gxzn27 <1348660141@qq.com> Date: Wed, 12 Apr 2023 18:30:28 +0800 Subject: [PATCH] =?UTF-8?q?css=E7=B1=BB=E5=9E=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/system/dict/dict.data.ts | 64 +++++++++++++++--------------- 1 file changed, 32 insertions(+), 32 deletions(-) diff --git a/src/views/system/dict/dict.data.ts b/src/views/system/dict/dict.data.ts index cdfe4538..be2514e0 100644 --- a/src/views/system/dict/dict.data.ts +++ b/src/views/system/dict/dict.data.ts @@ -30,38 +30,38 @@ export const crudSchemas = reactive({ title: '数据键值', field: 'value' }, - // { - // title: '标签类型', - // field: 'colorType', - // form: { - // component: 'Select', - // componentProps: { - // options: [ - // { - // label: 'default', - // value: '' - // }, - // { - // label: 'success', - // value: 'success' - // }, - // { - // label: 'info', - // value: 'info' - // }, - // { - // label: 'warning', - // value: 'warning' - // }, - // { - // label: 'danger', - // value: 'danger' - // } - // ] - // } - // }, - // isTable: false - // }, + { + title: '标签类型', + field: 'colorType', + form: { + component: 'Select', + componentProps: { + options: [ + { + label: 'default', + value: '' + }, + { + label: 'success', + value: 'success' + }, + { + label: 'info', + value: 'info' + }, + { + label: 'warning', + value: 'warning' + }, + { + label: 'danger', + value: 'danger' + } + ] + } + }, + isTable: false + }, { title: '颜色', field: 'cssClass',