Browse Source

Merge pull request '优化' (#5) from wangxy into develop

Reviewed-on: http://101.201.121.115:3000/leo/LAPP_AdvancedPlanner_Front/pulls/5
Reviewed-by: Liwei <wei.li@le-it.com.cn>
pull/8/head
Liwei 3 years ago
parent
commit
15f997659b
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/views/plan/workbench/materialAnalysis/filter/index.vue

+ 1
- 1
src/views/plan/workbench/materialAnalysis/filter/index.vue View File

@ -18,7 +18,7 @@
<div class="mt20">
<el-radio-group v-model="queryParams.withTheRingRadio" @change="ringRadioChange">
<el-radio label="ring">同比</el-radio>
<el-radio label="same"></el-radio>
<el-radio label="same"></el-radio>
</el-radio-group>
</div>
<div class="mt20">


Loading…
Cancel
Save