|  | @@ -29,11 +29,11 @@
 | 
	
		
			
				|  |  |            >
 | 
	
		
			
				|  |  |              <template slot="menuLeft">
 | 
	
		
			
				|  |  |                <el-button type="primary" size="mini" @click.stop="newAdd()">新建客户 </el-button>
 | 
	
		
			
				|  |  | -              <el-button type="primary" size="mini" icon="el-icon-bottom" @click="excelBox = true">导入 </el-button>
 | 
	
		
			
				|  |  | +              <!-- <el-button type="primary" size="mini" icon="el-icon-bottom" @click="excelBox = true">导入 </el-button>
 | 
	
		
			
				|  |  |                <el-button type="primary" size="mini" icon="el-icon-top" @click="outExport">导出 </el-button>
 | 
	
		
			
				|  |  |                <el-button type="primary" size="mini" icon="el-icon-download" @click="brandBox = true">
 | 
	
		
			
				|  |  |                  Excel更新品牌
 | 
	
		
			
				|  |  | -              </el-button>
 | 
	
		
			
				|  |  | +              </el-button> -->
 | 
	
		
			
				|  |  |              </template>
 | 
	
		
			
				|  |  |              <template slot="enableOrNot" slot-scope="{ row, index, disabled }">
 | 
	
		
			
				|  |  |                <div v-if="row.enableOrNot === 1">启用</div>
 | 
	
	
		
			
				|  | @@ -56,7 +56,7 @@
 | 
	
		
			
				|  |  |                </el-date-picker>
 | 
	
		
			
				|  |  |              </template>
 | 
	
		
			
				|  |  |              <template slot-scope="{ type, size, row, index }" slot="menu">
 | 
	
		
			
				|  |  | -              <el-button
 | 
	
		
			
				|  |  | +              <!-- <el-button
 | 
	
		
			
				|  |  |                  v-if="row.checkStatus == '提交' || row.checkStatus == '驳回'"
 | 
	
		
			
				|  |  |                  :size="size"
 | 
	
		
			
				|  |  |                  :type="type"
 | 
	
	
		
			
				|  | @@ -69,7 +69,7 @@
 | 
	
		
			
				|  |  |                  :type="type"
 | 
	
		
			
				|  |  |                  @click.stop="passThrough(row, '驳回')"
 | 
	
		
			
				|  |  |                  >驳回
 | 
	
		
			
				|  |  | -              </el-button>
 | 
	
		
			
				|  |  | +              </el-button> -->
 | 
	
		
			
				|  |  |                <el-button :size="size" :type="type" :disabled="row.enableOrNot || !roleName.includes('基础资料')" @click.stop="rowDel(row)"
 | 
	
		
			
				|  |  |                  >删除
 | 
	
		
			
				|  |  |                </el-button>
 |