浏览代码

手术部位维护

DESKTOP-MINPJAU\Administrator 3 年之前
父节点
当前提交
9431b75625
共有 1 个文件被更改,包括 1 次插入1 次删除
  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="操作">