zhouzh 3 년 전
부모
커밋
b04ab554e4
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  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>
 			</el-button>
 		</div>
 		</div>
   <dilTable v-bind.sync="option">
   <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">
         <template slot-scope="scope">
           <el-button @click="demotionClick(scope.row.gridId)" type="text" size="small"
           <el-button @click="demotionClick(scope.row.gridId)" type="text" size="small"
             >物资不合格</el-button
             >物资不合格</el-button
           >
           >
         </template>
         </template>
-      </el-table-column>
+      </el-table-column> -->
     </dilTable>
     </dilTable>
     </div>
     </div>
 </template>
 </template>