Commit 9b3104eb6fb1d10660b9f92cccd5f04c7b40e2ec

Authored by 史婷婷
1 parent 999c8054

feat: 开发管理-分厂切换改为 全部、一分厂、二分厂、三分厂、四分厂

@@ -143,12 +143,20 @@ @@ -143,12 +143,20 @@
143 value: '' 143 value: ''
144 }, 144 },
145 { 145 {
146 - label: '一、二分厂', 146 + label: '一分厂',
147 value: 'TYPE_1' 147 value: 'TYPE_1'
148 }, 148 },
149 { 149 {
150 - label: '三、四分厂', 150 + label: '分厂',
151 value: 'TYPE_2' 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 workshopType: '', 162 workshopType: '',
@@ -530,21 +538,33 @@ @@ -530,21 +538,33 @@
530 height: 96rpx; 538 height: 96rpx;
531 539
532 &.bg1 { 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 background-repeat: no-repeat; 542 background-repeat: no-repeat;
535 background-position: right center; 543 background-position: right center;
536 background-size: cover; 544 background-size: cover;
537 } 545 }
538 546
539 &.bg2 { 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 background-repeat: no-repeat; 549 background-repeat: no-repeat;
542 background-position: right center; 550 background-position: right center;
543 background-size: cover; 551 background-size: cover;
544 } 552 }
545 553
546 &.bg3 { 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 background-repeat: no-repeat; 568 background-repeat: no-repeat;
549 background-position: right center; 569 background-position: right center;
550 background-size: cover; 570 background-size: cover;