Explorar o código

修改项目列表

ZaiZai hai 1 ano
pai
achega
336c957f07
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  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" />