zhouzh hace 3 años
padre
commit
b04ab554e4
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      src/views/WMS/components/steel/steel_real.vue

+ 2 - 2
src/views/WMS/components/steel/steel_real.vue

@@ -9,13 +9,13 @@
 			</el-button>
 		</div>
   <dilTable v-bind.sync="option">
-      <el-table-column fixed="right" label="操作" width="110">
+      <!-- <el-table-column fixed="right" label="操作" width="110">
         <template slot-scope="scope">
           <el-button @click="demotionClick(scope.row.gridId)" type="text" size="small"
             >物资不合格</el-button
           >
         </template>
-      </el-table-column>
+      </el-table-column> -->
     </dilTable>
     </div>
 </template>