fuliqi
2025-01-17 b5c6e17f2e9cb10ed323c1adfa2e449bab307134
考核结果路由跳转、工单详情权限
2个文件已修改
14 ■■■■ 已修改文件
src/views/system/check/result/detail/index.vue 12 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/system/work-order/index.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/system/check/result/detail/index.vue
@@ -156,12 +156,12 @@
    this.date = year + '-' + month;
    this.queryParams.date = this.date;
    let examineTag = this.$route.query.examineTag;
    if (examineTag === '2' || examineTag === '3') {
      examineTag = '1'
    }
    if (examineTag === '4' || examineTag === '5') {
      examineTag = '2'
    }
    // if (examineTag === '2' || examineTag === '3') {
    //   examineTag = '1'
    // }
    // if (examineTag === '4' || examineTag === '5') {
    //   examineTag = '2'
    // }
    this.queryParams.examineTag = examineTag;
    this.queryParamsList.examineTag = examineTag;
    this.activeIndex = examineTag;
src/views/system/work-order/index.vue
@@ -221,7 +221,7 @@
                      size="mini"
                      type="text"
                      @click="handleDetail(item)"
                      v-hasPermi="['system:workorder:detail']"
                      v-hasPermi="['work:order:detail']"
                    >详情
                    </el-button>
                    <el-button