diff --git a/src/utils/dict.ts b/src/utils/dict.ts
index 7965a9376..1d07ac67f 100644
--- a/src/utils/dict.ts
+++ b/src/utils/dict.ts
@@ -198,6 +198,7 @@ export enum DICT_TYPE {
PROMOTION_BARGAIN_RECORD_STATUS = 'promotion_bargain_record_status', // 砍价记录的状态
PROMOTION_COMBINATION_RECORD_STATUS = 'promotion_combination_record_status', // 拼团记录的状态
PROMOTION_BANNER_POSITION = 'promotion_banner_position', // banner 定位
+ PROMOTION_DIY_TEMPLATE_PLATFORM = 'promotion_diy_template_platform', // 装修模板平台
// ========== CRM - 客户管理模块 ==========
CRM_AUDIT_STATUS = 'crm_audit_status', // CRM 审批状态
diff --git a/src/views/mall/promotion/diy/template/DiyTemplateForm.vue b/src/views/mall/promotion/diy/template/DiyTemplateForm.vue
index f430d3585..be35f260f 100644
--- a/src/views/mall/promotion/diy/template/DiyTemplateForm.vue
+++ b/src/views/mall/promotion/diy/template/DiyTemplateForm.vue
@@ -10,6 +10,16 @@
+
+
+
+
+
@@ -25,6 +35,7 @@
+
\ No newline at end of file
diff --git a/src/views/mall/promotion/diy/template/index.vue b/src/views/mall/promotion/diy/template/index.vue
index 1eddddc70..cf61a60b2 100644
--- a/src/views/mall/promotion/diy/template/index.vue
+++ b/src/views/mall/promotion/diy/template/index.vue
@@ -30,6 +30,16 @@
class="!w-240px"
/>
+
+
+
+
+
搜索
重置
@@ -63,6 +73,11 @@
+
+
+
+
+
@@ -132,7 +147,7 @@
import { dateFormatter } from '@/utils/formatTime'
import * as DiyTemplateApi from '@/api/mall/promotion/diy/template'
import DiyTemplateForm from './DiyTemplateForm.vue'
-import { DICT_TYPE } from '@/utils/dict'
+import { DICT_TYPE, getStrDictOptions } from '@/utils/dict'
/** 装修模板 */
defineOptions({ name: 'DiyTemplate' })
@@ -147,6 +162,7 @@ const queryParams = reactive({
pageNo: 1,
pageSize: 10,
name: null,
+ platform: null,
createTime: []
})
const queryFormRef = ref() // 搜索的表单