18 lines
627 B
JavaScript
18 lines
627 B
JavaScript
export const formLabel = [
|
|
/* {
|
|
isShow: false, // 是否展示label
|
|
f_type: 'ipt',
|
|
f_label: '数据加密名称',
|
|
f_model: 'encryptName',
|
|
f_max: 20,
|
|
}, */
|
|
]
|
|
|
|
export const columnsList = [
|
|
{ t_props: 'ipAddress', t_label: '单个IP地址' },
|
|
{ t_props: 'ipRangeStart', t_label: 'IP网段起始地址' },
|
|
{ t_props: 'ipRangeEnd', t_label: 'IP网段结束地址' },
|
|
{ t_props: 'accessStartTime', t_label: '允许访问的开始时间' },
|
|
{ t_props: 'accessEndTime', t_label: '允许访问的结束时间' },
|
|
{ t_props: 'updatedAt', t_label: '更新时间' }
|
|
] |