Commit 1b9c088d64a5e5112654e02eda8feff0c3b44fca

Authored by 史婷婷
1 parent fda8529c

feat: 订货单-详情状态图片匹配不对修改(后端改枚举name导致)

... ... @@ -248,8 +248,10 @@ export default {
248 248 background-position: center;
249 249
250 250 // 已下发
  251 + // 后来改成 生产中
251 252 &_ISSUED {
252   - background-image: url('~@/static/images/order_list/status_ISSUED.png');
  253 + // background-image: url('~@/static/images/order_list/status_ISSUED.png');
  254 + background-image: url('~@/static/images/order_list/status_ISSUED2.png');
253 255 }
254 256
255 257 // 待发货
... ...