Browse Source

手术部位维护

DESKTOP-MINPJAU\Administrator 3 years ago
parent
commit
9431b75625
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/dictionary/ShouShuBuWeiWeiHu.vue

+ 1 - 1
src/views/dictionary/ShouShuBuWeiWeiHu.vue

@@ -11,7 +11,7 @@
     </el-header>
     <el-main>
       <el-table :data="tempData.slice((shuJu.currentPage - 1) * 30, shuJu.currentPage * 30)"
-                :height="windowSize.h - 120">
+                :height="windowSize.h - 120" highlight-current-row>
         <el-table-column label="编码" prop="code"></el-table-column>
         <el-table-column label="名称" prop="name"></el-table-column>
         <el-table-column label="操作">