feat(glt): 更新票券模板和门店相关功能

- 移除起始发送数量和计入购买量字段
- 修改用户票券释放页面状态显示和列配置
- 调整订单页面标签页顺序和默认激活项
- 优化门店编辑页面布局和移除电子围栏功能
- 添加门店围栏范围输入和状态选择功能
- 更新门店围栏列表页面状态标签和类型渲染
- 移除仓库编辑页面图片上传相关代码
This commit is contained in:
2026-02-09 16:39:34 +08:00
parent d28226bbf0
commit ebed9edb64
8 changed files with 115 additions and 108 deletions

View File

@@ -11,13 +11,13 @@
</a-card>
<a-card :bordered="false" :body-style="{ padding: '16px' }">
<a-tabs type="card" v-model:activeKey="activeKey" @change="onTabs">
<a-tab-pane key="all" tab="全部" />
<a-tab-pane key="unpaid" tab="待付款" />
<a-tab-pane key="undelivered" tab="待发货" />
<a-tab-pane key="unreceived" tab="待收货" />
<a-tab-pane key="completed" tab="已完成" />
<!-- <a-tab-pane key="unpaid" tab="待付款" />-->
<a-tab-pane key="refunded" tab="退货/售后" />
<a-tab-pane key="cancelled" tab="已关闭" />
<a-tab-pane key="all" tab="全部" />
</a-tabs>
<ele-pro-table
ref="tableRef"
@@ -297,7 +297,7 @@
// 加载状态
const loading = ref(true);
// 激活的标签
const activeKey = ref<string>('all');
const activeKey = ref<string>('undelivered');
// 表格数据源
const datasource: DatasourceFunction = ({
page,