预报废审核页面调试

This commit is contained in:
BianLzhaoMin 2024-06-03 09:18:18 +08:00
parent 3818d7e237
commit eba8462ae0
1 changed files with 2 additions and 2 deletions

View File

@ -115,7 +115,7 @@
<el-row <el-row
class="dialog-common-btn" class="dialog-common-btn"
style="margin-top: 20px" style="margin-top: 20px"
v-if="dialogConfig.outerTitle == '审核'" v-if="dialogConfig.outerTitle === '审核'"
> >
<el-button size="mini" type="primary" @click="auditingPass" <el-button size="mini" type="primary" @click="auditingPass"
> </el-button > </el-button
@ -163,7 +163,7 @@
import TableModel from '@/components/TableModel' import TableModel from '@/components/TableModel'
import DialogModel from '@/components/DialogModel' import DialogModel from '@/components/DialogModel'
import ScrapSource from '../../component/scrapSource.vue' import ScrapSource from '../../component/scrapSource.vue'
import { config, dialogConfig, getSelList, getTypeListSel } from './config' import { config, getSelList, getTypeListSel, dialogConfig } from './config'
import { import {
getForecastWasteListApi, getForecastWasteListApi,
getDialogListApi, getDialogListApi,