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/LinkType.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/Source/UBCS-WEB/src/views/modeling/LinkType.vue b/Source/UBCS-WEB/src/views/modeling/LinkType.vue index 05f87a3..d28d2bc 100644 --- a/Source/UBCS-WEB/src/views/modeling/LinkType.vue +++ b/Source/UBCS-WEB/src/views/modeling/LinkType.vue @@ -286,7 +286,7 @@ } </script> -<style lang="scss"> +<style lang="scss" scoped> .attributeCrud>.el-card:nth-of-type(2)>.el-card__body>.avue-crud__menu { display: none !important; } -- Gitblit v1.9.3