From f9d81769fb35d2fea8fb0da9162a39de4208b337 Mon Sep 17 00:00:00 2001
From: wente <329538422@qq.com>
Date: 星期一, 01 七月 2024 08:43:09 +0800
Subject: [PATCH] 模型节点有虚框不能保存 表决数量要小于进线
---
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