mirror of
				https://gitee.com/hhyykk/ipms-sjy.git
				synced 2025-11-04 04:08:43 +08:00 
			
		
		
		
	1、修改coupon的页面、以及增加coupon的enum
This commit is contained in:
		@@ -43,7 +43,6 @@
 | 
			
		||||
 | 
			
		||||
    <!-- 列表 -->
 | 
			
		||||
    <el-table v-loading="loading" :data="list">
 | 
			
		||||
      <el-table-column label="用户ID" align="center" prop="id" />
 | 
			
		||||
 | 
			
		||||
    <!--      todo 优惠券类型-->
 | 
			
		||||
      <el-table-column label="优惠券类型" align="center" prop="type" />
 | 
			
		||||
@@ -229,6 +228,7 @@
 | 
			
		||||
 | 
			
		||||
<script>
 | 
			
		||||
import { create, update, deleteCouponTemplete, get, getPage, exportExcel } from "@/api/mall/CouponTemplete/CouponTemplete.js";
 | 
			
		||||
import {getDictDatas} from "@/utils/dict";
 | 
			
		||||
 | 
			
		||||
export default {
 | 
			
		||||
  name: "",
 | 
			
		||||
@@ -288,6 +288,9 @@ export default {
 | 
			
		||||
        endTime: [],
 | 
			
		||||
        createTime: [],
 | 
			
		||||
      },
 | 
			
		||||
      //数据字典
 | 
			
		||||
      datas:getDictDatas(),
 | 
			
		||||
 | 
			
		||||
      // 表单参数
 | 
			
		||||
      form: {},
 | 
			
		||||
      // 表单校验
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user