Explorar el Código

手术部位维护

DESKTOP-MINPJAU\Administrator hace 3 años
padre
commit
9431b75625
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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="操作">