Commit 1b9c088d64a5e5112654e02eda8feff0c3b44fca
1 parent
fda8529c
feat: 订货单-详情状态图片匹配不对修改(后端改枚举name导致)
Showing
2 changed files
with
3 additions
and
1 deletions
| @@ -248,8 +248,10 @@ export default { | @@ -248,8 +248,10 @@ export default { | ||
| 248 | background-position: center; | 248 | background-position: center; |
| 249 | 249 | ||
| 250 | // 已下发 | 250 | // 已下发 |
| 251 | + // 后来改成 生产中 | ||
| 251 | &_ISSUED { | 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 | // 待发货 |
static/images/order_list/status_ISSUED2.png
0 → 100644
35.2 KB