| | |
| | | v-hasPermi="['plant:export']" |
| | | >导出</el-button> |
| | | </el-col> |
| | | <right-toolbar :search="false" @queryTable="getList"></right-toolbar> |
| | | <right-toolbar :search="false" |
| | | @refreshTable="getList" |
| | | ></right-toolbar> |
| | | </el-row> |
| | | |
| | | <HxlhTable |
| | |
| | | |
| | | const { proxy } = getCurrentInstance(); |
| | | const { aps_plant_status } = proxy.useDict('aps_plant_status'); |
| | | const height = ref(document.documentElement.clientHeight - 170 + "px;"); |
| | | const height = ref(document.documentElement.clientHeight - 160 + "px;"); |
| | | const plantNameRules = ref(null); |
| | | const plantCodeRules = ref(null); |
| | | const dataForm = ref(); |