Browse Source

合同的部门显示错误修复

lizhenhao 2 years ago
parent
commit
44227a8819
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/modules/cw/projectRecords/WorkContractChooseCom.vue

+ 1 - 1
src/views/modules/cw/projectRecords/WorkContractChooseCom.vue

@@ -57,7 +57,7 @@
           </vxe-column>
           </vxe-column>
           <vxe-column width="200px" title="签约日期" field="signingDate"></vxe-column>
           <vxe-column width="200px" title="签约日期" field="signingDate"></vxe-column>
           <vxe-column width="200px" title="合同金额(元)" field="contractAmount"></vxe-column>
           <vxe-column width="200px" title="合同金额(元)" field="contractAmount"></vxe-column>
-          <vxe-column width="200px" title="所属部门" field="department"></vxe-column>
+          <vxe-column width="200px" title="所属部门" field="departmentName"></vxe-column>
           <vxe-column width="200px" title="创建人" field="createBy"></vxe-column>
           <vxe-column width="200px" title="创建人" field="createBy"></vxe-column>
           <vxe-column width="200px" title="创建日期" field="createDate"></vxe-column>
           <vxe-column width="200px" title="创建日期" field="createDate"></vxe-column>