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 @@