From 63e61182fb895b8422a58125372a80d690a0d8ec Mon Sep 17 00:00:00 2001 From: qiezi <15576055375@163.com> Date: Thu, 19 Sep 2024 10:53:27 +0800 Subject: [PATCH] 20240919 --- src/views/modules/quote/index.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/modules/quote/index.vue b/src/views/modules/quote/index.vue index 34cbdab..d58f446 100644 --- a/src/views/modules/quote/index.vue +++ b/src/views/modules/quote/index.vue @@ -319,7 +319,7 @@ export default { sortLv: 0, status: true, fixed: '', - columnWidth: 120 + columnWidth: 130 }, { userId: this.$store.state.user.name, @@ -355,7 +355,7 @@ export default { sortLv: 0, status: true, fixed: '', - columnWidth: 120 + columnWidth: 130 }, ], searchLoading: false,