dedsudiyu 1 anno fa
parent
commit
aa4b02b2b6

+ 10 - 5
src/views/integratedManagement/laboratoryManagement/subject/index.vue

@@ -57,7 +57,7 @@
         <div class="page-content-box">
           <el-table class="table-box" ref="multipleTable" border :data="dataList" highlight-current-row
                     @current-change="handleCurrentChange">
-            <el-table-column label="排序" align="left" prop="orderNum" width="80">
+            <el-table-column label="排序" align="left" prop="orderNum" width="75">
               <template slot-scope="scope">
                 <el-input maxlength="4" type="text" oninput="value=value.replace(/[^0-9.]/g,'')"
                           v-model="scope.row.orderNum" @focus="liveSort(scope.row)"
@@ -65,21 +65,26 @@
               </template>
             </el-table-column>
             <el-table-column label="实验室名称" align="left" prop="subName" show-overflow-tooltip/>
-            <el-table-column label="房间号" align="left" prop="roomName" width="120" show-overflow-tooltip>
+            <el-table-column label="房间号" align="left" prop="roomName" width="100" show-overflow-tooltip>
               <template slot-scope="scope">
                 <span>{{scope.row.roomName?scope.row.roomName:'未绑定'}}</span>
               </template>
             </el-table-column>
             <el-table-column label="学院" align="left" prop="deptName" width="130" show-overflow-tooltip/>
+            <el-table-column label="楼栋/楼层" align="left" prop="buildName" width="130" show-overflow-tooltip>
+              <template slot-scope="scope">
+                <span>{{scope.row.buildName}}/{{scope.row.floorName}}</span>
+              </template>
+            </el-table-column>
             <el-table-column label="分类/分级" align="left" prop="levelName" width="150" show-overflow-tooltip>
               <template slot-scope="scope">
                 <span>{{scope.row.typeName}}/</span>
                 <span :style="'color:'+scope.row.levelColor+';'">{{scope.row.levelName}}</span>
               </template>
             </el-table-column>
-            <el-table-column label="实验室责任人" align="left" prop="adminName" width="150" show-overflow-tooltip/>
-            <el-table-column label="安全责任人" align="left" prop="safeUserNames" width="150" show-overflow-tooltip/>
-            <el-table-column label="操作" align="left" width="180">
+            <el-table-column label="实验室责任人" align="left" prop="adminName" width="120" show-overflow-tooltip/>
+            <el-table-column label="安全责任人" align="left" prop="safeUserNames" width="120" show-overflow-tooltip/>
+            <el-table-column label="操作" align="left" width="140">
               <template slot-scope="scope">
                 <div class="table-button-box">
                   <p class="table-button-null"></p>