优化aitable
This commit is contained in:
@@ -157,12 +157,12 @@
|
||||
total: 0,
|
||||
colConfigs: [
|
||||
{ prop: 'fileName', label: '名称' },
|
||||
{ prop: 'ctime', label: '文件创建时间', formart: v => v ? this.$moment(v * 1000).format('YYYY-MM-DD HH:mm:ss') : '-' },
|
||||
{ prop: 'ctime', label: '文件创建时间', format: v => v ? this.$moment(v * 1000).format('YYYY-MM-DD HH:mm:ss') : '-' },
|
||||
// { prop: 'departmentNames', label: '创建人' }
|
||||
],
|
||||
authColConfigs: [
|
||||
{ prop: 'name', label: '姓名' },
|
||||
{ prop: 'auth', label: '权限', align: 'center', formart: v => v === 7 ? '管理员' : '成员' }
|
||||
{ prop: 'auth', label: '权限', align: 'center', format: v => v === 7 ? '管理员' : '成员' }
|
||||
],
|
||||
defaultProps: {
|
||||
children: 'children',
|
||||
|
||||
Reference in New Issue
Block a user