引用错误修改

dev-scheduling
liuqingkun 1 day ago
parent 2a95edf82a
commit 8b5c40a1c5
  1. 12
      src/views/processManagement/bathRefine/components/periodicalBatch.vue
  2. 6
      src/views/processManagement/bathRefine/components/periodicalClassDevice.vue
  3. 2
      src/views/processManagement/bathRefine/periodicalClass.vue

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

@ -1,7 +1,7 @@
<template> <template>
<div> <div>
<!-- 定期类检查项配置 --> <!-- 定期类检查项配置 -->
<avue-crud <avue-crud
:option="option" :option="option"
:table-loading="loading" :table-loading="loading"
@ -40,7 +40,7 @@
<script> <script>
import { getList, add, remove, update } from '@/api/processManagement/planClass.js'; import { getList, add, remove, update } from '@/api/processManagement/planClass.js';
import addPeriodicalClass from './addPeriodicalClass.vue'; import addPeriodicalClass from './addPeriodicalClassDialog.vue';
// bbpType: 3 -- 4 -- // bbpType: 3 -- 4 --
export default { export default {
components: { addPeriodicalClass }, components: { addPeriodicalClass },
@ -59,7 +59,7 @@ export default {
currentPage: 1, currentPage: 1,
total: 0, total: 0,
}, },
option: { option: {
height: 'auto', height: 'auto',
align: 'center', align: 'center',

@ -12,7 +12,7 @@
</template> </template>
<script> <script>
import periodicalClassDevice from './components/periodicalClassDeviceDialog.vue'; import periodicalClassDevice from './components/periodicalClassDevice.vue';
import periodicalBatch from './components/periodicalBatch.vue'; import periodicalBatch from './components/periodicalBatch.vue';
export default { export default {
components: { periodicalClassDevice, periodicalBatch }, components: { periodicalClassDevice, periodicalBatch },

Loading…
Cancel
Save