From ebed9edb64225787b18bd575c05d96a6fa2ccb63 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E8=B5=B5=E5=BF=A0=E6=9E=97?= <170083662@qq.com>
Date: Mon, 9 Feb 2026 16:39:34 +0800
Subject: [PATCH] =?UTF-8?q?feat(glt):=20=E6=9B=B4=E6=96=B0=E7=A5=A8?=
=?UTF-8?q?=E5=88=B8=E6=A8=A1=E6=9D=BF=E5=92=8C=E9=97=A8=E5=BA=97=E7=9B=B8?=
=?UTF-8?q?=E5=85=B3=E5=8A=9F=E8=83=BD?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
- 移除起始发送数量和计入购买量字段
- 修改用户票券释放页面状态显示和列配置
- 调整订单页面标签页顺序和默认激活项
- 优化门店编辑页面布局和移除电子围栏功能
- 添加门店围栏范围输入和状态选择功能
- 更新门店围栏列表页面状态标签和类型渲染
- 移除仓库编辑页面图片上传相关代码
---
.../components/gltTicketTemplateEdit.vue | 40 +++++++-------
src/views/glt/gltTicketTemplate/index.vue | 12 ++--
src/views/glt/gltUserTicketRelease/index.vue | 19 ++++---
src/views/shop/shopOrder/index.vue | 6 +-
.../shopStore/components/shopStoreEdit.vue | 55 ++++++++++---------
.../components/shopStoreFenceEdit.vue | 36 ++++++++----
src/views/shop/shopStoreFence/index.vue | 31 +++++++----
.../components/shopStoreWarehouseEdit.vue | 24 +-------
8 files changed, 115 insertions(+), 108 deletions(-)
diff --git a/src/views/glt/gltTicketTemplate/components/gltTicketTemplateEdit.vue b/src/views/glt/gltTicketTemplate/components/gltTicketTemplateEdit.vue
index 796c49d..c45caa1 100644
--- a/src/views/glt/gltTicketTemplate/components/gltTicketTemplateEdit.vue
+++ b/src/views/glt/gltTicketTemplate/components/gltTicketTemplateEdit.vue
@@ -120,17 +120,17 @@
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
@@ -144,15 +144,15 @@
-
-
-
-
-
+
+
+
+
+
+
+
+
+
diff --git a/src/views/glt/gltTicketTemplate/index.vue b/src/views/glt/gltTicketTemplate/index.vue
index 214924f..3bf3bd8 100644
--- a/src/views/glt/gltTicketTemplate/index.vue
+++ b/src/views/glt/gltTicketTemplate/index.vue
@@ -122,12 +122,12 @@
key: 'minBuyQty',
align: 'center'
},
- {
- title: '起始发送数',
- dataIndex: 'startSendQty',
- key: 'startSendQty',
- align: 'center'
- },
+ // {
+ // title: '起始发送数',
+ // dataIndex: 'startSendQty',
+ // key: 'startSendQty',
+ // align: 'center'
+ // },
{
title: '买赠',
dataIndex: 'giftMultiplier',
diff --git a/src/views/glt/gltUserTicketRelease/index.vue b/src/views/glt/gltUserTicketRelease/index.vue
index 687fde3..af139e2 100644
--- a/src/views/glt/gltUserTicketRelease/index.vue
+++ b/src/views/glt/gltUserTicketRelease/index.vue
@@ -36,8 +36,8 @@
- 显示
- 隐藏
+ 未释放
+ 已完成
@@ -136,20 +136,21 @@
key: 'releaseQty',
width: 120
},
+ {
+ title: '状态',
+ dataIndex: 'status',
+ key: 'status',
+ width: 120,
+ align: 'center'
+ },
{
title: '释放时间',
dataIndex: 'releaseTime',
key: 'releaseTime',
width: 120
},
- // {
- // title: '状态',
- // dataIndex: 'status',
- // key: 'status',
- // width: 120
- // },
{
- title: '释放时间',
+ title: '创建时间',
dataIndex: 'createTime',
key: 'createTime',
width: 200,
diff --git a/src/views/shop/shopOrder/index.vue b/src/views/shop/shopOrder/index.vue
index f627d11..f1dda8f 100644
--- a/src/views/shop/shopOrder/index.vue
+++ b/src/views/shop/shopOrder/index.vue
@@ -11,13 +11,13 @@
-
-
+
+
('all');
+ const activeKey = ref('undelivered');
// 表格数据源
const datasource: DatasourceFunction = ({
page,
diff --git a/src/views/shop/shopStore/components/shopStoreEdit.vue b/src/views/shop/shopStore/components/shopStoreEdit.vue
index 03a5255..18a42f1 100644
--- a/src/views/shop/shopStore/components/shopStoreEdit.vue
+++ b/src/views/shop/shopStore/components/shopStoreEdit.vue
@@ -57,34 +57,35 @@
/>
-
-
- 获取经纬度
-
-
-
-
-
-
- 使用腾讯地图的工具绘制电子围栏
-
-
+
+
+ 获取经纬度
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 使用腾讯地图的工具绘制电子围栏
+
+
+
-
-
-
-
+
+
+
+ 启用
+ 禁用
+
+
+
- 显示
- 隐藏
+ 启用
+ 禁用
@@ -107,12 +107,23 @@
{
title: '类型',
dataIndex: 'type',
- key: 'type'
+ key: 'type',
+ align: 'center',
+ customRender: ({ text }) => {
+ if (text === 0) {
+ return '圆形';
+ }
+ if (text === 1) {
+ return '方形/多边形';
+ }
+ return text;
+ }
},
{
title: '排序',
dataIndex: 'sortNumber',
- key: 'sortNumber'
+ key: 'sortNumber',
+ align: 'center'
},
// {
// title: '备注',
@@ -120,12 +131,12 @@
// key: 'comments',
// ellipsis: true
// },
- // {
- // title: '状态',
- // dataIndex: 'status',
- // key: 'status',
- // width: 120
- // },
+ {
+ title: '状态',
+ dataIndex: 'status',
+ key: 'status',
+ width: 120
+ },
{
title: '创建时间',
dataIndex: 'createTime',
diff --git a/src/views/shop/shopStoreWarehouse/components/shopStoreWarehouseEdit.vue b/src/views/shop/shopStoreWarehouse/components/shopStoreWarehouseEdit.vue
index 0f25bb5..6cd86e9 100644
--- a/src/views/shop/shopStoreWarehouse/components/shopStoreWarehouseEdit.vue
+++ b/src/views/shop/shopStoreWarehouse/components/shopStoreWarehouseEdit.vue
@@ -113,14 +113,13 @@