|
@@ -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,
|