From e3b2609c38422afab080be9fd629947e550b506a Mon Sep 17 00:00:00 2001
From: yangys <y_ys79@sina.com>
Date: 星期二, 09 九月 2025 14:48:02 +0800
Subject: [PATCH] Merge branch 'master' of http://www.beijingsoft.cn:9090/r/mdmweb
---
src/views/tasks/machinereturnfiles.vue | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diff --git a/src/views/tasks/machinereturnfiles.vue b/src/views/tasks/machinereturnfiles.vue
index c0f6786..4f26492 100644
--- a/src/views/tasks/machinereturnfiles.vue
+++ b/src/views/tasks/machinereturnfiles.vue
@@ -73,7 +73,7 @@
size:'mini',
index: true,
selection: true,
- selectionWidth:20,
+ selectionWidth:30,
addBtn: false,
editBtn: false,
delBtn: false,
@@ -297,6 +297,8 @@
params: obj,
}).then(
res => {
+ var screenHeight = window.innerHeight;
+ this.option.maxHeight = (screenHeight - 390) + 'px';
const data = res.data.data;
this.mypage.total = data.total;
this.data = data.records;
--
Gitblit v1.9.3