From 313f09645af6ce526ff5174dcbd87aa472c8b885 Mon Sep 17 00:00:00 2001 From: fuyunfeng <1069035666@qq.com> Date: Mon, 25 Mar 2024 18:00:07 +0800 Subject: [PATCH 1/5] =?UTF-8?q?=E8=A7=84=E5=88=99=E5=BC=95=E6=93=8E?= =?UTF-8?q?=E5=B1=9E=E6=80=A7=E9=9B=86=20customerAttribute?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../nodeTpl/ENRICHMENT/calculateDelta.vue | 115 ++++++++++++ .../nodeTpl/ENRICHMENT/customerAttributes.vue | 167 ++++++++++++++++++ .../ruleChain/flow/nodeTpl/FILTER/script.vue | 14 +- .../ruleChain/flow/nodeTpl/FILTER/switch.vue | 14 +- .../flow/nodeTpl/rule-chain-types.json | 5 +- 5 files changed, 302 insertions(+), 13 deletions(-) create mode 100644 src/views/things/ruleChain/flow/nodeTpl/ENRICHMENT/calculateDelta.vue create mode 100644 src/views/things/ruleChain/flow/nodeTpl/ENRICHMENT/customerAttributes.vue diff --git a/src/views/things/ruleChain/flow/nodeTpl/ENRICHMENT/calculateDelta.vue b/src/views/things/ruleChain/flow/nodeTpl/ENRICHMENT/calculateDelta.vue new file mode 100644 index 0000000..c0ad78e --- /dev/null +++ b/src/views/things/ruleChain/flow/nodeTpl/ENRICHMENT/calculateDelta.vue @@ -0,0 +1,115 @@ + + + diff --git a/src/views/things/ruleChain/flow/nodeTpl/ENRICHMENT/customerAttributes.vue b/src/views/things/ruleChain/flow/nodeTpl/ENRICHMENT/customerAttributes.vue new file mode 100644 index 0000000..026e798 --- /dev/null +++ b/src/views/things/ruleChain/flow/nodeTpl/ENRICHMENT/customerAttributes.vue @@ -0,0 +1,167 @@ + + + + + diff --git a/src/views/things/ruleChain/flow/nodeTpl/FILTER/script.vue b/src/views/things/ruleChain/flow/nodeTpl/FILTER/script.vue index c1e656a..f6d860b 100644 --- a/src/views/things/ruleChain/flow/nodeTpl/FILTER/script.vue +++ b/src/views/things/ruleChain/flow/nodeTpl/FILTER/script.vue @@ -1,12 +1,14 @@