zhengyiming
9 天以前 506f4bcd2ce4f49b85ced24a24eeedbae3ee924a
Merge branch 'master' of http://120.26.58.240:8888/r/flexJobAdmin
1个文件已修改
1 ■■■■ 已修改文件
src/views/DictionaryManage/components/AddOrEditDictionaryDialog.vue 1 ●●●● 补丁 | 查看 | 原始文档 | 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: '请输入名称' }]">