Sfoglia il codice sorgente

Update teacher.vue

lex 2 anni fa
parent
commit
5a0838b4f1
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      src/views/OAMananger/teacher.vue

+ 1 - 1
src/views/OAMananger/teacher.vue

@@ -76,7 +76,7 @@
           :data="tableList"
           :header-cell-style="{ background: '#EDEEF0', color: '#444' }"
         >
-          <el-table-column align="center" prop="id" label="员工编号">
+          <el-table-column align="center" prop="id" label="老师编号">
             <template slot-scope="scope">
               <copy-text>{{ scope.row.id }}</copy-text>
             </template>