|  | @@ -60,7 +60,7 @@
 | 
	
		
			
				|  |  |        <el-table-column label="优惠劵名称" align="center" prop="couponName" />
 | 
	
		
			
				|  |  |        <el-table-column label="优惠额度" align="center" prop="quota">
 | 
	
		
			
				|  |  |          <template slot-scope="scope">
 | 
	
		
			
				|  |  | -          <span>{{scope.row.quota}}{{ scope.row.type==1?'(元)':'(折)' }}</span>
 | 
	
		
			
				|  |  | +          <span>{{scope.row.quota}}{{ scope.row.type==1?'(元)':'(%)' }}</span>
 | 
	
		
			
				|  |  |          </template>
 | 
	
		
			
				|  |  |        </el-table-column>
 | 
	
		
			
				|  |  |        <el-table-column label="类型" align="center" prop="type">
 |