|
@@ -1,5 +1,5 @@
|
|
|
<template>
|
|
|
- <el-dialog title="法规项" append-to-body :visible.sync="visible" width="1600px">
|
|
|
+ <el-dialog title="法规项" append-to-body :visible.sync="visible" width="85%">
|
|
|
<el-form :model="queryParams" ref="queryForm" size="small" :inline="true" v-show="showSearch" label-width="68px">
|
|
|
<el-form-item label="装置类别" prop="plantType">
|
|
|
<el-select v-model="queryParams.plantType" @change="handleQuery" placeholder="请选择装置类别" clearable
|