diff --git a/src/components/jero/PreviewFile.vue b/src/components/jero/PreviewFile.vue index 115871b..bde3f7c 100644 --- a/src/components/jero/PreviewFile.vue +++ b/src/components/jero/PreviewFile.vue @@ -1,6 +1,6 @@ diff --git a/src/components/tools/StatusSlot.vue b/src/components/tools/StatusSlot.vue index ec37556..0f2afbf 100644 --- a/src/components/tools/StatusSlot.vue +++ b/src/components/tools/StatusSlot.vue @@ -3,7 +3,6 @@ + + + + @@ -98,14 +116,17 @@ export default { }, { title: '应付金额', dataIndex: 'amountReceivable', + scopedSlots: 'money', col: 4 }, { title: '实付金额', dataIndex: 'paidAmount', + scopedSlots: 'money', col: 3 }, { title: '负责人', - dataIndex: 'principalName', + dataIndex: 'directorName', + scopedSlots: 'text', col: 3 }, { title: '打包', diff --git a/src/views/meetingActivity/MeetingActivity.vue b/src/views/meetingActivity/MeetingActivity.vue index b522646..1b8c49a 100644 --- a/src/views/meetingActivity/MeetingActivity.vue +++ b/src/views/meetingActivity/MeetingActivity.vue @@ -81,8 +81,8 @@

- 召开时间: - + 召开时间:{{ item.startTime }}~{{ item.endTime }} +

diff --git a/src/views/mineContract/modules/MineContractModule.vue b/src/views/mineContract/modules/MineContractModule.vue index 785eff9..1a88015 100644 --- a/src/views/mineContract/modules/MineContractModule.vue +++ b/src/views/mineContract/modules/MineContractModule.vue @@ -114,7 +114,7 @@ export default { loading: false, columns: [ { - title: '合同号', + title: '合同编号', align: 'center', dataIndex: 'contractNum' }, diff --git a/src/views/mineProject/MineProject.vue b/src/views/mineProject/MineProject.vue index 817294f..6a644df 100644 --- a/src/views/mineProject/MineProject.vue +++ b/src/views/mineProject/MineProject.vue @@ -12,7 +12,7 @@ - @@ -74,6 +74,15 @@ {{ text }} + + @@ -109,12 +118,12 @@ export default { }, { title: '应付金额', dataIndex: 'receivableAmount', - scopedSlots: 'text', + scopedSlots: 'money', col: 3 }, { title: '实付金额', dataIndex: 'paidAmount', - scopedSlots: 'text', + scopedSlots: 'money', col: 3 }, { title: '负责人', diff --git a/src/views/workTeam/WorkTeam.vue b/src/views/workTeam/WorkTeam.vue index 258fcc6..8c11e0c 100644 --- a/src/views/workTeam/WorkTeam.vue +++ b/src/views/workTeam/WorkTeam.vue @@ -12,7 +12,7 @@ - @@ -69,6 +69,15 @@ {{ text }} + +