Commit 9b3104eb6fb1d10660b9f92cccd5f04c7b40e2ec
1 parent
999c8054
feat: 开发管理-分厂切换改为 全部、一分厂、二分厂、三分厂、四分厂
Showing
6 changed files
with
25 additions
and
5 deletions
| ... | ... | @@ -143,12 +143,20 @@ |
| 143 | 143 | value: '' |
| 144 | 144 | }, |
| 145 | 145 | { |
| 146 | - label: '一、二分厂', | |
| 146 | + label: '一分厂', | |
| 147 | 147 | value: 'TYPE_1' |
| 148 | 148 | }, |
| 149 | 149 | { |
| 150 | - label: '三、四分厂', | |
| 150 | + label: '二分厂', | |
| 151 | 151 | value: 'TYPE_2' |
| 152 | + }, | |
| 153 | + { | |
| 154 | + label: '三分厂', | |
| 155 | + value: 'TYPE_3' | |
| 156 | + }, | |
| 157 | + { | |
| 158 | + label: '四分厂', | |
| 159 | + value: 'TYPE_4' | |
| 152 | 160 | } |
| 153 | 161 | ], |
| 154 | 162 | workshopType: '', |
| ... | ... | @@ -530,21 +538,33 @@ |
| 530 | 538 | height: 96rpx; |
| 531 | 539 | |
| 532 | 540 | &.bg1 { |
| 533 | - background-image: url('~@/static/images/dev_manage/tab_1_icon.png'); | |
| 541 | + background-image: url('~@/static/images/dev_manage/tab_1.png'); | |
| 534 | 542 | background-repeat: no-repeat; |
| 535 | 543 | background-position: right center; |
| 536 | 544 | background-size: cover; |
| 537 | 545 | } |
| 538 | 546 | |
| 539 | 547 | &.bg2 { |
| 540 | - background-image: url('~@/static/images/dev_manage/tab_2_icon.png'); | |
| 548 | + background-image: url('~@/static/images/dev_manage/tab_2.png'); | |
| 541 | 549 | background-repeat: no-repeat; |
| 542 | 550 | background-position: right center; |
| 543 | 551 | background-size: cover; |
| 544 | 552 | } |
| 545 | 553 | |
| 546 | 554 | &.bg3 { |
| 547 | - background-image: url('~@/static/images/dev_manage/tab_3_icon.png'); | |
| 555 | + background-image: url('~@/static/images/dev_manage/tab_3.png'); | |
| 556 | + background-repeat: no-repeat; | |
| 557 | + background-position: right center; | |
| 558 | + background-size: cover; | |
| 559 | + } | |
| 560 | + &.bg4 { | |
| 561 | + background-image: url('~@/static/images/dev_manage/tab_4.png'); | |
| 562 | + background-repeat: no-repeat; | |
| 563 | + background-position: right center; | |
| 564 | + background-size: cover; | |
| 565 | + } | |
| 566 | + &.bg5 { | |
| 567 | + background-image: url('~@/static/images/dev_manage/tab_5.png'); | |
| 548 | 568 | background-repeat: no-repeat; |
| 549 | 569 | background-position: right center; |
| 550 | 570 | background-size: cover; | ... | ... |
static/images/dev_manage/tab_1.png
0 → 100644
2.21 KB
static/images/dev_manage/tab_2.png
0 → 100644
2.55 KB
static/images/dev_manage/tab_3.png
0 → 100644
2.52 KB
static/images/dev_manage/tab_4.png
0 → 100644
2.52 KB
static/images/dev_manage/tab_5.png
0 → 100644
2.2 KB