优化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

@@ -109,7 +109,7 @@
prop: 'visibleRange',
align: 'center',
label: '可见范围',
formart: v => v === '0' ? '不限' : '指定网格'
format: v => v === '0' ? '不限' : '指定网格'
},
{
prop: 'launchTime',
@@ -120,7 +120,7 @@
prop: 'status',
align: 'center',
label: '状态',
formart: v => this.mapStatus(v)
format: v => this.mapStatus(v)
}
],
ids: [],