Przeglądaj źródła

修改项目列表

ZaiZai 1 rok temu
rodzic
commit
9be5ea5a6c
1 zmienionych plików z 4 dodań i 4 usunięć
  1. 4 4
      src/views/project/modules/project-list.vue

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

@@ -99,9 +99,9 @@
                                         <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]?.linkman || '-' }}</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]?.phone || '-' }}</hc-info-table-td>
                                     </tr>
                                 </HcInfoTable>
                             </hc-card-item>
@@ -214,11 +214,11 @@
                                     <tr>
                                         <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" />
+                                            <el-input v-model="yearData.list[yearIndex].linkman " :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 center>
-                                            <el-input v-model="yearData.list[yearIndex].linkman" :disabled="yearData.list[yearIndex].isCanFill === 1 ? false : true" />
+                                            <el-input v-model="yearData.list[yearIndex].phone" :disabled="yearData.list[yearIndex].isCanFill === 1 ? false : true" />
                                         </hc-info-table-td>
                                     </tr>
                                 </HcInfoTable>