소스 검색

修改项目列表

ZaiZai 1 년 전
부모
커밋
d9e3d972b9
1개의 변경된 파일4개의 추가작업 그리고 4개의 파일을 삭제
  1. 4 4
      src/views/project/modules/project-list.vue

+ 4 - 4
src/views/project/modules/project-list.vue

@@ -98,9 +98,9 @@
                                     <tr>
                                         <hc-info-table-td is-title width="128px" center>开工累计完成投资</hc-info-table-td>
                                         <hc-info-table-td center width="100px">{{ yearData.list[yearIndex].yearFinishInvest || "-" }}</hc-info-table-td>
-                                        <hc-info-table-td is-title width="100px" center>填报单位</hc-info-table-td>
-                                        <hc-info-table-td center>{{ yearData.list[yearIndex]?.writeUnit || '-' }}</hc-info-table-td>
                                         <hc-info-table-td is-title width="100px" center>联系人</hc-info-table-td>
+                                        <hc-info-table-td center>{{ yearData.list[yearIndex]?.writeUnit || '-' }}</hc-info-table-td>
+                                        <hc-info-table-td is-title width="100px" center>联系电话</hc-info-table-td>
                                         <hc-info-table-td center>{{ yearData.list[yearIndex]?.linkman || '-' }}</hc-info-table-td>
                                     </tr>
                                 </HcInfoTable>
@@ -212,11 +212,11 @@
                                         </hc-info-table-td>
                                     </tr>
                                     <tr>
-                                        <hc-info-table-td is-title width="30px" center>填报单位</hc-info-table-td>
+                                        <hc-info-table-td is-title width="30px" center>联系人</hc-info-table-td>
                                         <hc-info-table-td center>
                                             <el-input v-model="yearData.list[yearIndex].writeUnit " :disabled="yearData.list[yearIndex].isCanFill === 1 ? false : true" />
                                         </hc-info-table-td>
-                                        <hc-info-table-td is-title width="30px" center>联系</hc-info-table-td>
+                                        <hc-info-table-td is-title width="30px" center>联系电话</hc-info-table-td>
                                         <hc-info-table-td center>
                                             <el-input v-model="yearData.list[yearIndex].linkman" :disabled="yearData.list[yearIndex].isCanFill === 1 ? false : true" />
                                         </hc-info-table-td>