Quellcode durchsuchen

提交车间pC文件

Lijy vor 1 Jahr
Ursprung
Commit
0c616ee317

+ 3 - 2
fhKeeper/formulahousekeeper/timesheet-workshop/src/views/plan/planComponent.vue

@@ -44,7 +44,7 @@
       </div>
 
       <!-- 各部分数据列表 -->
-      <el-table :data="tableData" style="width: 100%; flex: 1" v-loading="tableDataLoading"
+      <el-table :data="tableData" style="width: 100%;" height="0" v-loading="tableDataLoading"
         @selection-change="handleSelectionChange">
         <el-table-column type="selection" width="55"> </el-table-column>
         <el-table-column prop="productSchedulingNum" label="排产工单号" width="180">
@@ -848,7 +848,7 @@ export default {
   width: 100%;
   height: 100%;
   display: flex;
-  flex-wrap: wrap;
+  // flex-wrap: wrap;
   flex-direction: column;
   box-sizing: border-box;
   padding: 10px;
@@ -863,6 +863,7 @@ export default {
     flex: 1;
     display: flex;
     flex-direction: column;
+    overflow: auto;
   }
 
   .layout-container-floor {

+ 1 - 1
fhKeeper/formulahousekeeper/timesheet-workshop/src/views/plan/planComponentDetil.vue

@@ -15,7 +15,7 @@
                 <el-table
                 :data="JobtableData"
                 :key="tableKey"
-                style="width: 100%;height: 80vh;"
+                style="width: 100%;"
                 v-loading="tableDataLoading">
                     <el-table-column label="工序名称">
                         <template slot-scope="scope">{{ scope.row.prodProcedure.name }}</template>