fuliqi
2024-09-04 d9995144f1353ec0b59f4d005d359b80c9d1d9e5
src/views/system/check/result/detail/index.vue
@@ -4,7 +4,7 @@
      <el-menu :default-active="activeIndex" class="el-menu-demo" mode="horizontal" @select="handleSelect"
        style="margin-bottom: 10px">
        <el-menu-item index="0">省厅考核</el-menu-item>
        <el-menu-item index="1">区域考核</el-menu-item>
        <el-menu-item index="1">区县考核</el-menu-item>
      </el-menu>
    </div>
@@ -37,7 +37,7 @@
        </el-table-column>
        <el-table-column label="标签" prop="examineTag" align="center">
          <template slot-scope="scope">
            {{ scope.row.examineTag == 0 ? '省厅考核' : '市局考核' }}
            {{ scope.row.examineTag == 0 ? '省厅考核' : '区县考核' }}
          </template>
        </el-table-column>
        <el-table-column label="考核类型" prop="examineCategory" align="center">
@@ -190,7 +190,7 @@
      return department ? department.value : '未知';
    },
    /** 导航切换 */
    handleSelect(key) {
    handlefSelect(key) {
      this.activeIndex = key;
      this.queryParams.examineTag = key;
      this.queryParamsList.examineTag = key;