|  | @@ -61,11 +61,6 @@
 | 
	
		
			
				|  |  |              <div :style="{ color: '#34CC83' }">{{ row.is_audited === 'true' ? '√ 已开通' : '' }}</div>
 | 
	
		
			
				|  |  |            </template>
 | 
	
		
			
				|  |  |          </el-table-column>
 | 
	
		
			
				|  |  | -        <el-table-column prop="is_valid" label="有效" align="center">
 | 
	
		
			
				|  |  | -          <template slot-scope="{ row }">
 | 
	
		
			
				|  |  | -            <div>{{ row.is_valid === 'true' ? '√' : '' }}</div>
 | 
	
		
			
				|  |  | -          </template>
 | 
	
		
			
				|  |  | -        </el-table-column>
 | 
	
		
			
				|  |  |          <el-table-column fixed="right" width="80">
 | 
	
		
			
				|  |  |            <template slot-scope="{ row }">
 | 
	
		
			
				|  |  |              <el-row type="flex" justify="space-between">
 |