diff --git a/src/components/ProjectDetailModal.vue b/src/components/ProjectDetailModal.vue index eef544e..f94e6ac 100644 --- a/src/components/ProjectDetailModal.vue +++ b/src/components/ProjectDetailModal.vue @@ -16,7 +16,7 @@ - + diff --git a/src/views/mailManagement/ContractMail.vue b/src/views/mailManagement/ContractMail.vue index 2dbf221..610ef30 100644 --- a/src/views/mailManagement/ContractMail.vue +++ b/src/views/mailManagement/ContractMail.vue @@ -9,12 +9,12 @@ - + - + @@ -126,56 +126,56 @@ export default { align: 'center', width: 300, dataIndex: 'contractNum', - scopedSlots: { customRender: 'htmlSlot' } + scopedSlots: { customRender: 'text' } }, { title: '合同名称', align: 'center', width: 300, dataIndex: 'contractName', - scopedSlots: { customRender: 'projectName' } + scopedSlots: { customRender: 'text' } }, { title: '签订单位', align: 'center', width: 300, dataIndex: 'signedCompanyTemporaryName', - scopedSlots: { customRender: 'projectName' } + scopedSlots: { customRender: 'text' } }, { title: '负责人', align: 'center', width: 300, dataIndex: 'principalName', - scopedSlots: { customRender: 'projectName' } + scopedSlots: { customRender: 'text' } }, { title: '合同总金额', align: 'center', width: 200, dataIndex: 'contractAmount', - scopedSlots: { customRender: 'projectName' } + scopedSlots: { customRender: 'text' } }, { title: '邮寄联系人', align: 'center', width: 300, dataIndex: 'liaisonMan', - scopedSlots: { customRender: 'projectName' } + scopedSlots: { customRender: 'text' } }, { title: '联系人电话', align: 'center', width: 200, dataIndex: 'mobile', - scopedSlots: { customRender: 'projectName' } + scopedSlots: { customRender: 'text' } }, { title: '状态', align: 'center', width: 200, dataIndex: 'postStatus_dictText', - scopedSlots: { customRender: 'projectName' } + scopedSlots: { customRender: 'text' } }, { title: '打印',