From 825c7210e2af5191a30efdd195cd2fcd2c494599 Mon Sep 17 00:00:00 2001 From: shijingjing <1789544664@qq.com> Date: Mon, 9 Jan 2023 11:29:57 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A4=9A=E4=BA=86=E4=B8=AA=E5=88=86=E5=8F=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../apps/AppPartyMember/components/Detail.vue | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/project/pingchang/apps/AppPartyMember/components/Detail.vue b/project/pingchang/apps/AppPartyMember/components/Detail.vue index e48b812f..4207ca10 100644 --- a/project/pingchang/apps/AppPartyMember/components/Detail.vue +++ b/project/pingchang/apps/AppPartyMember/components/Detail.vue @@ -71,14 +71,14 @@ @@ -307,7 +307,7 @@ export default { activeName: '五星党员', textlist: ['一星党员', '二星党员', '三星党员', '四星党员', '五星党员'], colConfigs1: [ - {prop: 'starTime', label: '评定时间', align: 'center', format: v => v ? v.split(' ')[0] : '-'}, + {prop: 'starTime', label: '评定时间', align: 'center', formart: 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', format: v => v ? v.split(' ')[0] : '-'}, + {prop: 'starTime', label: '时间', align: 'center', formart: v => v ? v.split(' ')[0] : '-'}, {prop: 'disciplinaryInfo', label: '违纪原因', align: 'center'}, {prop: 'result', label: '处理结果', align: 'center'} ]