From 0012cb7f44f99c9ecfcc051f5bf2bacb747790f9 Mon Sep 17 00:00:00 2001 From: zhujiyan <17812234322@163.com> Date: Mon, 27 May 2024 20:11:14 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8A=80=E6=9C=AF=E7=9B=91=E7=9D=A3=E8=AE=A1?= =?UTF-8?q?=E5=88=92=E8=A1=A8=E6=A0=BC=E9=AB=98=E5=BA=A6=E9=97=AE=E9=A2=98?= =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/pqs/supervise/plan/index.vue | 32 +++++++++++++------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/src/views/pqs/supervise/plan/index.vue b/src/views/pqs/supervise/plan/index.vue index 3f03944a..936818a5 100644 --- a/src/views/pqs/supervise/plan/index.vue +++ b/src/views/pqs/supervise/plan/index.vue @@ -49,7 +49,7 @@ import { ElMessage } from 'element-plus' defineOptions({ name: '/admin/plan' }) -const layout = mainHeight(63) as any +// const layout = mainHeight(120) as any const dictData = useDictData() const { push } = useRouter() const router = useRouter() // 路由对象 @@ -64,7 +64,7 @@ const supvObjTypeList = dictData.getBasicData('supv_obj_type') const tableStore = new TableStore({ url: '/supervision-boot/superPlan/pagePlan', - publicHeight: 65, + // publicHeight: 65, method: 'POST', column: [ { title: '序号', type: 'seq', width: 80 }, @@ -328,19 +328,19 @@ const getUserTypeName = (userType: any) => {