This commit is contained in:
shijingjing
2023-01-09 10:38:05 +08:00
88 changed files with 228 additions and 272 deletions

View File

@@ -307,7 +307,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: [
@@ -316,7 +316,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'}
]