| | |
| | | >{{ $t("common.common.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 isVisible = ref(false); |
| | | const isError = ref(false); |
| | | const planned = ref(true); |
| | | const height = ref(document.documentElement.clientHeight - 170 + "px;"); |
| | | const height = ref(document.documentElement.clientHeight - 160 + "px;"); |
| | | const exampleHeight = ref("500px"); |
| | | const uploadRef = ref(); |
| | | const exampleList = ref([]); |