@@ -137,7 +137,8 @@ export default {
dictValue: '',
status: 'ON',
sortNum: '',
- remark: ''
+ remark: '',
+ dictCode: ''
}
},
@@ -172,6 +173,17 @@ export default {
{
md: 24,
isShow: true,
+ name: 'el-input',
+ attributes: { placeholder: '请输入' },
+ formItemAttributes: {
+ label: '字典编码',
+ prop: 'dictCode',
+ rules: [...required]
+ }
+ },
+ {
+ md: 24,
+ isShow: true,
name: 'slot-component',
attributes: {},
formItemAttributes: {