From d923690997dab98e4f09cbf1ce4b22439617cc5c Mon Sep 17 00:00:00 2001 From: cloudroam <cloudroam> Date: 星期四, 12 九月 2024 13:57:29 +0800 Subject: [PATCH] add:优惠券列表增加领取渠道列表和筛选 --- pages/settlement/list/_id.vue | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/pages/settlement/list/_id.vue b/pages/settlement/list/_id.vue index 5ba11d5..235f1ac 100644 --- a/pages/settlement/list/_id.vue +++ b/pages/settlement/list/_id.vue @@ -6,6 +6,7 @@ label-width="auto" :content="formContent" readonly + class="readonly-form" ></el-bus-form> <template v-if="goodsList && goodsList.length > 0"> <el-bus-title -- Gitblit v1.9.3