restructure/src/views/system/role/info.js

30 lines
459 B
JavaScript

const data = [
{
label: '角色名称',
key: 'name',
props: {
placeholder: '请输入角色名称'
}
}
// {
// label: '角色类型',
// type: 'select',
// key: 'op',
// props: {
// options: [{
// label: 11, value: 1
// }]
// }
// },
// {
// label: '角色类型',
// type: 'date',
// key: 'date',
// props: {
// type: 'date'
// }
// }
]
export default data