export default {
dicName: {
value: null,
type: "input",
title: "数据名称",
name: ["dicName"],
required: true,
col: { span: 24 },
},
dicDescription: {
value: null,
type: "textarea",
title: "数据描述",
name: ["dicDescription"],
required: false,
col: { span: 24 },
},
};
-
wuhao authored232589d0