src/views/DictionaryManage/components/AddOrEditDictionaryDialog.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
src/views/DictionaryManage/components/AddOrEditDictionaryDialog.vue
@@ -17,6 +17,7 @@ v-model="form.field1" :value-enum="dictionaryDataList" enum-value-key="code" :convertEnumValue="false" /> </ProFormItemV2> <ProFormItemV2 label="名称:" prop="content" :check-rules="[{ message: '请输入名称' }]">