Parcourir la source

项目名称显示

sangwenwei il y a 1 an
Parent
commit
a0aea7eb51
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. 2 2
      src/views/cw/invoice/ProgramPageForm.vue

+ 2 - 2
src/views/cw/invoice/ProgramPageForm.vue

@@ -65,7 +65,7 @@
 			>
 				<vxe-column type="seq" width="60" title="序号"></vxe-column>
 				<vxe-column type="checkbox" width="60px"></vxe-column>
-				<vxe-column min-width="230" align="center" title="项目名称" field="projectName" show-overflow="field"></vxe-column>
+				<vxe-column min-width="230" align="center" title="项目名称" field="projectName" show-overflow="title"></vxe-column>
 				<vxe-column min-width="230" align="center" title="项目编号" field="projectNumber"></vxe-column>
 				<vxe-column min-width="230" align="center" title="报告文号" field="reportNo"></vxe-column>
 				<vxe-column min-width="160" align="center" title="合同名称" field="contractName"></vxe-column>
@@ -131,7 +131,7 @@
           >
             <vxe-column type="seq" width="60" title="序号"></vxe-column>
             <vxe-column type="checkbox" width="60px"></vxe-column>
-            <vxe-column min-width="160" align="center" title="项目名称" field="projectName" show-overflow="field"></vxe-column>
+            <vxe-column min-width="160" align="center" title="项目名称" field="projectName" show-overflow="title"></vxe-column>
             <vxe-column min-width="160" align="center" title="项目编号" field="projectNumber"></vxe-column>
             <vxe-column min-width="160" align="center" title="合同名称" field="contractName"></vxe-column>
             <vxe-column min-width="160" align="center" title="创建人" field="createBy.name"></vxe-column>