From 72b04d283d96482aada792938b62abb35e895f3a Mon Sep 17 00:00:00 2001 From: xyc <jc_xiong@hotmail.com> Date: 星期一, 04 三月 2024 08:50:33 +0800 Subject: [PATCH] Merge remote-tracking branch 'origin/master' --- 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