From 6e9a060403844b37c73d20a13b6d8468fc4a181b Mon Sep 17 00:00:00 2001
From: yuxc <653031404@qq.com>
Date: 星期五, 08 十二月 2023 11:28:59 +0800
Subject: [PATCH] 1、修改流水最大值处理空指针问题。

---
 Source/UBCS-WEB/src/views/modeling/Business.vue |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/Source/UBCS-WEB/src/views/modeling/Business.vue b/Source/UBCS-WEB/src/views/modeling/Business.vue
index 824ac46..fb9fdec 100644
--- a/Source/UBCS-WEB/src/views/modeling/Business.vue
+++ b/Source/UBCS-WEB/src/views/modeling/Business.vue
@@ -381,7 +381,7 @@
 }
 </script>
 
-<style lang="scss">
+<style lang="scss" scoped>
 
 .businessCrud > .el-card:nth-of-type(2) > .el-card__body > .avue-crud__menu {
   display: none !important;

--
Gitblit v1.9.3