|
|
|
|
@ -1,7 +1,7 @@ |
|
|
|
|
<template> |
|
|
|
|
<div> |
|
|
|
|
<!-- 定期类检查项配置 --> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<avue-crud |
|
|
|
|
:option="option" |
|
|
|
|
:table-loading="loading" |
|
|
|
|
@ -41,7 +41,7 @@ |
|
|
|
|
<script> |
|
|
|
|
import { getList, add, remove, update } from '@/api/processManagement/planClass.js'; |
|
|
|
|
|
|
|
|
|
import addPeriodicalClass from './addPeriodicalClass.vue'; |
|
|
|
|
import addPeriodicalClass from './addPeriodicalClassDialog.vue'; |
|
|
|
|
// bbpType: 3 --槽液检查 4 --设备检查 |
|
|
|
|
export default { |
|
|
|
|
components: { addPeriodicalClass }, |
|
|
|
|
@ -60,8 +60,8 @@ export default { |
|
|
|
|
currentPage: 1, |
|
|
|
|
total: 0, |
|
|
|
|
}, |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
option: { |
|
|
|
|
height: 'auto', |
|
|
|
|
align: 'center', |
|
|
|
|
@ -171,7 +171,7 @@ export default { |
|
|
|
|
}, |
|
|
|
|
], |
|
|
|
|
}, |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
{ |
|
|
|
|
label: '审批状态', |
|
|
|
|
prop: 'approvalStatus', |
|
|
|
|
@ -294,7 +294,7 @@ export default { |
|
|
|
|
this.showDialog = true; |
|
|
|
|
this.moldAddMore = true; |
|
|
|
|
}, |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
searchReset() { |
|
|
|
|
this.query = {}; |
|
|
|
|
this.onLoad(this.page); |
|
|
|
|
|