This commit is contained in:
yanran200730
2022-01-24 14:27:43 +08:00
parent 4a8944cc83
commit 69aca8781d

View File

@@ -272,7 +272,7 @@ export default {
voteConfigs() { voteConfigs() {
return [ return [
{label: "人员姓名", prop: "userName", align: 'center'}, {label: "人员姓名", prop: "userName", align: 'center'},
{label: "投票选项", prop: "myVote", dict: "ThreeMeetingVoteItem"}, {label: "投票选项", prop: "myVote", dict: "ThreeMeetingVoteItem", formart: v => v ? (v === '1' ? '同意' : '不同意') : '-' },
{label: "投票时间", prop: "voteTime"}, {label: "投票时间", prop: "voteTime"},
] ]
}, },