|  | @@ -31,7 +31,7 @@
 | 
	
		
			
				|  |  |          <el-table-column label="操作" fixed="right" width="200">
 | 
	
		
			
				|  |  |            <template slot-scope="{ row }">
 | 
	
		
			
				|  |  |              <span class="set-quota operable" @click="setQuota(row.org_id)">设置配额</span>
 | 
	
		
			
				|  |  | -            <span class="set-quota operable" @click="quotaRemind(row.org_id)">余额提醒</span>
 | 
	
		
			
				|  |  | +            <span class="set-quota operable" @click="quotaRemind(row.org_id)">余量提醒</span>
 | 
	
		
			
				|  |  |              <span class="operable" @click="setStatus(row.org_id, !row.quota_status)">
 | 
	
		
			
				|  |  |                {{ row.quota_status ? '停用' : '启用' }}
 | 
	
		
			
				|  |  |              </span>
 |