| | |
| | | v-hasPermi="['abnormalAnalysis:export']" |
| | | >导出</el-button> |
| | | </el-col> |
| | | <right-toolbar v-model:showSearch="showSearch" @queryTable="getList"></right-toolbar> |
| | | <right-toolbar :search="false" @refreshTable="getList"></right-toolbar> |
| | | </el-row> |
| | | <HxlhTable |
| | | style="width: 100%" |
| | |
| | | import HxlhTable from '@/components/HxlhTable/index.vue' |
| | | import { ref } from "vue"; |
| | | import { getToken } from "@/utils/auth.js"; |
| | | import { ElMessage} from "element-plus"; |
| | | // import { ElMessage} from "element-plus"; |
| | | |
| | | const { proxy } = getCurrentInstance(); |
| | | |
| | |
| | | const multiple = ref(true); |
| | | const total = ref(0); |
| | | const title = ref(""); |
| | | const height = ref(document.documentElement.clientHeight - 270 + "px;") |
| | | const height = ref(document.documentElement.clientHeight - 170 + "px;") |
| | | |
| | | const data = reactive({ |
| | | form: {}, |