소스 검색

修改显示

lex-xin 4 년 전
부모
커밋
c35cb5be19
1개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. 3 3
      src/views/musicInspection/index.vue

+ 3 - 3
src/views/musicInspection/index.vue

@@ -144,7 +144,7 @@
                 <el-table-column align="center"
                                 width="250px"
                                 label="操作">
-                    <template slot-scope="scope">
+                    <template slot-scope="scope" v-if="scope.row.status != 0">
                         <auth auths="inspectionItemPlanConclusion/getPlanConclusion">
                             <el-button type="text" @click="onLook(scope.row)">查看</el-button>
                         </auth>
@@ -202,10 +202,9 @@
 
 <script>
 import pagination from "@/components/Pagination/index";
-import cleanDeep from 'clean-deep'
 import LookDetail from './modals/lookDetail'
 import dayjs from 'dayjs'
-import { inspectionItemPlan, inspectionItemPlanUpdate, updateMemo } from './api'
+import { inspectionItemPlan, updateMemo } from './api'
 import { findEducationUsers } from '@/api/buildTeam'
 import { queryByOrganId } from '@/api/systemManage'
 import { getTeamList } from '@/api/teamServer'
@@ -271,6 +270,7 @@ export default {
             try {
                 let { createTimer, ...rest } = this.searchForm
                 let params = {
+                    ids: this.$route.query.ids,
                     ...rest,
                     page: this.pageInfo.page,
                     rows: this.pageInfo.limit,