From d642e92955c4e2174689b43d3bd99318f93abbc2 Mon Sep 17 00:00:00 2001
From: sen <sen@qq.com>
Date: 星期四, 11 九月 2025 13:33:33 +0800
Subject: [PATCH] 修改物品名称切换提示
---
ui/admin-ui3/src/views/cwgl/estimatedReceivable/index.vue | 15 +++++++++++++--
1 files changed, 13 insertions(+), 2 deletions(-)
diff --git a/ui/admin-ui3/src/views/cwgl/estimatedReceivable/index.vue b/ui/admin-ui3/src/views/cwgl/estimatedReceivable/index.vue
index 7ee0f59..5da6fa1 100644
--- a/ui/admin-ui3/src/views/cwgl/estimatedReceivable/index.vue
+++ b/ui/admin-ui3/src/views/cwgl/estimatedReceivable/index.vue
@@ -231,7 +231,7 @@
label: '瀹㈡埛鍚嶇О',
search: true,
minWidth: 220,
-
+ showOverflowTooltip: true,
type: 'select', // 璁剧疆涓轰笅鎷夋绫诲瀷
dicData: [], // 浣跨敤 selectCustomName 浣滀负鏁版嵁婧�
disabled: false // 鏍规嵁闇�瑕佽缃槸鍚︾鐢�
@@ -240,7 +240,8 @@
label: '椤圭洰鍚嶇О',
search: true,
disabled: true,
- minWidth: 150,
+ minWidth: 220,
+ showOverflowTooltip: true,
},
orderDate: {
label: '涓嬪崟鏃ユ湡',
@@ -307,6 +308,7 @@
remark: {
label: '澶囨敞',
minWidth: 120,
+ showOverflowTooltip: true,
type: 'textarea', minRows: 3, maxRows: 5,
},
@@ -628,3 +630,12 @@
}
getSelectCustomName()
</script>
+<style>
+:deep(.avue-crud__table) {
+ overflow-y: auto;
+}
+
+:deep(.el-scrollbar__bar.is-horizontal) {
+ pointer-events: auto;
+}
+</style>
\ No newline at end of file
--
Gitblit v1.8.0