From 76fc0f2cb753d82e133a2b760ae058c60076ee36 Mon Sep 17 00:00:00 2001 From: elliott <382696293@qq.com> Date: Mon, 18 Dec 2023 09:27:04 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E7=B1=BB=E5=9E=8B=E8=BF=87?= =?UTF-8?q?=E6=BB=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/views/system/companyTag/index.vue | 1 + flossom-ui/src/views/system/firing/index.vue | 31 +- .../src/views/system/scriptTag/index.vue | 336 ++++++++++++++++++ .../src/views/system/wechatTag/index.vue | 1 + 4 files changed, 366 insertions(+), 3 deletions(-) create mode 100644 flossom-ui/src/views/system/scriptTag/index.vue diff --git a/flossom-ui/src/views/system/companyTag/index.vue b/flossom-ui/src/views/system/companyTag/index.vue index f891365..9429acd 100644 --- a/flossom-ui/src/views/system/companyTag/index.vue +++ b/flossom-ui/src/views/system/companyTag/index.vue @@ -185,6 +185,7 @@ export default { refreshTable: true, // 查询参数 queryParams: { + type: 2, tagName: undefined, status: undefined }, diff --git a/flossom-ui/src/views/system/firing/index.vue b/flossom-ui/src/views/system/firing/index.vue index 073dd62..98cdf5f 100644 --- a/flossom-ui/src/views/system/firing/index.vue +++ b/flossom-ui/src/views/system/firing/index.vue @@ -33,6 +33,33 @@ + +
+
+ +
+
+
+
+
+ + +
将文件拖到此处,或点击上传
+
请上传登录页背景图片,建议尺寸为375px*471p
+
+
+
+
@@ -61,9 +88,7 @@ -
- 提 交 -
+
diff --git a/flossom-ui/src/views/system/scriptTag/index.vue b/flossom-ui/src/views/system/scriptTag/index.vue new file mode 100644 index 0000000..5092f28 --- /dev/null +++ b/flossom-ui/src/views/system/scriptTag/index.vue @@ -0,0 +1,336 @@ + + + diff --git a/flossom-ui/src/views/system/wechatTag/index.vue b/flossom-ui/src/views/system/wechatTag/index.vue index 76149c9..5092f28 100644 --- a/flossom-ui/src/views/system/wechatTag/index.vue +++ b/flossom-ui/src/views/system/wechatTag/index.vue @@ -185,6 +185,7 @@ export default { refreshTable: true, // 查询参数 queryParams: { + type: 1, tagName: undefined, status: undefined },