소스 검색

手术部位维护

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="操作">