From 0f96b0f3f0b21c0ef6e4097dfceeb28f9215e327 Mon Sep 17 00:00:00 2001 From: wente <329538422@qq.com> Date: 星期四, 13 六月 2024 09:00:06 +0800 Subject: [PATCH] svgEditor --- web/packages/views/modules/sys/dict-data-add-or-update.vue | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/web/packages/views/modules/sys/dict-data-add-or-update.vue b/web/packages/views/modules/sys/dict-data-add-or-update.vue index 8f027d8..3447465 100644 --- a/web/packages/views/modules/sys/dict-data-add-or-update.vue +++ b/web/packages/views/modules/sys/dict-data-add-or-update.vue @@ -7,6 +7,9 @@ <zt-form-item prop="dictLabel" :label="$t('dict.dictLabel')" rules="required"> <el-input v-model="dataForm.dictLabel" :placeholder="$t('dict.dictLabel')"></el-input> </zt-form-item> + <zt-form-item prop="dictCode" :label="$t('dict.dictCode')" rules="required"> + <el-input v-model="dataForm.dictCode" :placeholder="$t('dict.dictCode')"></el-input> + </zt-form-item> <zt-form-item prop="dictValue" label="瀛楀吀鍊�" rules="required"> <el-input v-model="dataForm.dictValue" placeholder="瀛楀吀鍊�"></el-input> </zt-form-item> @@ -41,6 +44,7 @@ dictLabel: '', dictValue: '', sort: 0, + dictCode:'', remark: '' } } -- Gitblit v1.9.1