瀏覽代碼

修改项目列表

ZaiZai 1 年之前
父節點
當前提交
336c957f07
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      src/views/project/modules/gist-list.vue

+ 2 - 2
src/views/project/modules/gist-list.vue

@@ -94,12 +94,12 @@
                                     </el-table>
                                     <hc-info-table v-if="yearData.table && yearData.table.length > 0" class="mt-[-1px]">
                                         <tr>
-                                            <hc-info-table-td is-title width="10%" center>责任人</hc-info-table-td>
+                                            <hc-info-table-td is-title width="10%" center>联系人</hc-info-table-td>
                                             <hc-info-table-td center width="40%">
                                                 <span v-if="isDrawerType === 'view'">{{ yearData.table[yearIndex].unitInfo }}</span>
                                                 <el-input v-else v-model="yearData.table[yearIndex].unitInfo" :disabled="currentYear < yearKey" />
                                             </hc-info-table-td>
-                                            <hc-info-table-td is-title width="10%" center>联系方式</hc-info-table-td>
+                                            <hc-info-table-td is-title width="10%" center>联系电话</hc-info-table-td>
                                             <hc-info-table-td center width="40%">
                                                 <span v-if="isDrawerType === 'view'">{{ yearData.table[yearIndex].linkInfo }}</span>
                                                 <el-input v-else v-model="yearData.table[yearIndex].linkInfo" :disabled="currentYear < yearKey" />