From 5ea8d51d06aeccf8276ee92fb80b48344f83812b Mon Sep 17 00:00:00 2001 From: yujialong <479214531@qq.com> Date: Thu, 19 Oct 2023 14:36:52 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=81=E4=B8=9A=E9=BB=91=E5=90=8D=E5=8D=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/product/strategy/153.vue | 4 - src/views/product/strategy/154.vue | 398 ++++++++++++++++++++++++ src/views/product/strategy/CardList.vue | 2 + 3 files changed, 400 insertions(+), 4 deletions(-) create mode 100644 src/views/product/strategy/154.vue diff --git a/src/views/product/strategy/153.vue b/src/views/product/strategy/153.vue index 7a1fc11..97e8952 100644 --- a/src/views/product/strategy/153.vue +++ b/src/views/product/strategy/153.vue @@ -181,10 +181,6 @@ watch( }, ); -// 判断是否是3个有输入框的指标 -const isRule = (rule: number): boolean => { - return rule === 161 || rule === 164 || rule === 167; -}; interface SpanMethodProps { row: Record; column: TableColumnCtx>; diff --git a/src/views/product/strategy/154.vue b/src/views/product/strategy/154.vue new file mode 100644 index 0000000..1d63d5e --- /dev/null +++ b/src/views/product/strategy/154.vue @@ -0,0 +1,398 @@ + + + + + diff --git a/src/views/product/strategy/CardList.vue b/src/views/product/strategy/CardList.vue index 0bcc52a..d352be9 100644 --- a/src/views/product/strategy/CardList.vue +++ b/src/views/product/strategy/CardList.vue @@ -22,6 +22,7 @@ + @@ -42,6 +43,7 @@ import Com1 from './150.vue'; import Com2 from './151.vue'; import Com3 from './152.vue'; import Com4 from './153.vue'; +import Com5 from './154.vue'; const router = useRouter(); const route = useRoute();