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>