From af1c9e588f1de0240390648f9bb56aa486870aff Mon Sep 17 00:00:00 2001 From: chengxiangling <291105840@qq.com> Date: 星期五, 16 五月 2025 17:40:18 +0800 Subject: [PATCH] 提交高度修改; --- src/views/mainPlan/abnormalProcessAnalysis/index.vue | 12 ++++++------ 1 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/views/mainPlan/abnormalProcessAnalysis/index.vue b/src/views/mainPlan/abnormalProcessAnalysis/index.vue index 2840c78..7885596 100644 --- a/src/views/mainPlan/abnormalProcessAnalysis/index.vue +++ b/src/views/mainPlan/abnormalProcessAnalysis/index.vue @@ -10,7 +10,7 @@ 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%" @@ -27,7 +27,7 @@ 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(); @@ -40,7 +40,7 @@ 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: {}, @@ -58,9 +58,9 @@ const { queryParams, form, rules } = toRefs(data); const columns = ref([ { type: 'seq', title: '搴忓彿', width: 60 }, - { title: '宸ュ簭鍚嶇О', field: 'processName', width: 200}, - { title: '寮傚父鏉ユ簮', field: 'source', width: 200}, - { title: '寮傚父鎻忚堪', field: 'summary', width: 200}, + { title: '宸ュ簭鍚嶇О', field: 'processName'}, + { title: '寮傚父鏉ユ簮', field: 'source'}, + { title: '寮傚父鎻忚堪', field: 'summary'}, { title: '鍒涘缓鏃堕棿', field: 'createTime', width: 200}, ]) -- Gitblit v1.9.3