Răsfoiți Sursa

修改项目列表

ZaiZai 1 an în urmă
părinte
comite
d9e3d972b9
1 a modificat fișierele cu 4 adăugiri și 4 ștergeri
  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>