浏览代码

调整工程专业管理页面

Lijy 3 年之前
父节点
当前提交
a84ea6b2ea
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      fhKeeper/formulahousekeeper/timesheet/src/views/profession/list.vue

+ 1 - 1
fhKeeper/formulahousekeeper/timesheet/src/views/profession/list.vue

@@ -20,7 +20,7 @@
         </el-col>
 
         <!--列表-->
-        <el-table :data="list" highlight-current-row v-loading="listLoading" :height="tableHeight" style="width: 100%;">
+        <el-table :data="list" highlight-current-row v-loading="listLoading" :height="tableHeight" style="width: 100%;"> 
             <el-table-column type="index" width="60">
                 <template slot-scope="scope" >
                         {{scope.$index+1+(page-1)*size}}