优化aitable

This commit is contained in:
aixianling
2023-01-09 09:36:10 +08:00
parent 275461a474
commit b576a61551
88 changed files with 203 additions and 246 deletions

View File

@@ -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',