优化aitable
This commit is contained in:
@@ -856,7 +856,7 @@ export default {
|
||||
prop: "starTime",
|
||||
label: "评定时间",
|
||||
align: "center",
|
||||
formart: (v) => (v ? v.split(" ")[0] : "-"),
|
||||
format: (v) => (v ? v.split(" ")[0] : "-"),
|
||||
},
|
||||
{slot: "level"},
|
||||
],
|
||||
@@ -870,7 +870,7 @@ export default {
|
||||
prop: "starTime",
|
||||
label: "时间",
|
||||
align: "center",
|
||||
formart: (v) => (v ? v.split(" ")[0] : "-"),
|
||||
format: (v) => (v ? v.split(" ")[0] : "-"),
|
||||
},
|
||||
{prop: "disciplinaryInfo", label: "违纪原因", align: "center"},
|
||||
{prop: "result", label: "处理结果", align: "center"},
|
||||
|
||||
@@ -291,7 +291,7 @@ export default {
|
||||
activeName: '五星党员',
|
||||
textlist: ['一星党员', '二星党员', '三星党员', '四星党员', '五星党员'],
|
||||
colConfigs1: [
|
||||
{prop: 'starTime', label: '评定时间', align: 'center', formart: v => v ? v.split(' ')[0] : '-'},
|
||||
{prop: 'starTime', label: '评定时间', align: 'center', format: v => v ? v.split(' ')[0] : '-'},
|
||||
{slot: 'level'}
|
||||
],
|
||||
colConfigs2: [
|
||||
@@ -300,7 +300,7 @@ export default {
|
||||
{prop: 'position', label: '职务', align: 'center'}
|
||||
],
|
||||
colConfigs3: [
|
||||
{prop: 'starTime', label: '时间', align: 'center', formart: v => v ? v.split(' ')[0] : '-'},
|
||||
{prop: 'starTime', label: '时间', align: 'center', format: v => v ? v.split(' ')[0] : '-'},
|
||||
{prop: 'disciplinaryInfo', label: '违纪原因', align: 'center'},
|
||||
{prop: 'result', label: '处理结果', align: 'center'}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user