소스 검색

修复bug

hwy 4 달 전
부모
커밋
206954b808
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      app/statistics/html/comprehensive-query.html

+ 1 - 1
app/statistics/html/comprehensive-query.html

@ -140,7 +140,7 @@
              <template v-if="componentId.indexOf(handleNodeId)==-1">
                <div class="searchDiv" v-if="tabsId!=5">
                  <template v-if="handleNodeId!=44&&expertFamilyIdType != 'zhuanke1'&&handleNodeId!=45">
                    <el-radio v-model="radio" label="1">按签约年度:</el-radio>
                    <el-radio v-model="radio" label="1">{{handleNodeId==90||collectCode==4?'按活动年度:':'按签约年度:'}}</el-radio>
                    <el-select v-model="chooseYear" class="pr20 formWidth">
                      <el-option v-for="(item , index) in years" :key="index" :label="item" :value="item"></el-option>
                    </el-select>