Shan9312 11 месяцев назад
Родитель
Сommit
74bf9c86d0

+ 2 - 3
src/views/formulationPlan/recipeTemplate/index.vue

@@ -297,10 +297,9 @@
                 </el-select>
               </template>
             </el-table-column>
-            <el-table-column label="停机时间" min-width="70px" align="center">
+            <el-table-column label="加料前停机" min-width="70px" align="center">
               <template slot-scope="scope">
-                <span v-if="scope.row.NoEdit">{{ scope.row.shutdown }}</span>
-                <el-input v-if="scope.row.Edit" v-model="scope.row.shutdown" step="0.01" type="number" style="width:95%;padding:10px 0;" min-number="0"/>
+                <el-switch v-model="scope.row.shutdown" :disabled="scope.row.NoEdit==true" active-color="#13ce66" inactive-color="#ff4949" :active-value="1" :inactive-value="0"  />
               </template>
             </el-table-column>
             <el-table-column label="顺序" min-width="70px" align="center">

+ 1 - 1
src/views/statisticalAnalysis/processAnalysis/group/index.vue

@@ -21,7 +21,7 @@
     </div>
     <el-row :gutter="20">
       <el-col :span="8">
-        <h4>TMR设备列表</h4>
+        <h4>TMR设备列表123</h4>
         <div class="table">
           <el-table
             :key="table.tableKey"

+ 1 - 1
src/views/statisticalAnalysis/processAnalysis/pasture/index.vue

@@ -52,7 +52,7 @@
     </div>
     <el-row :gutter="10">
       <el-col :span="8">
-        <h4>TMR设备列表</h4>
+        <h4>TMR设备列表hhh</h4>
         <div class="table">
           <el-table
             :key="table.tableKey"