|  |  | 
 |  |  |       <div class="btns"> | 
 |  |  |         <el-button type="primary" @click="addOpen" icon="el-icon-plus" | 
 |  |  |           v-permissions="['business:ywpatrolline:create']">新建</el-button> | 
 |  |  |         <el-button @click="handleDetail" v-permissions="['business:ywpatrolline:create']">导出</el-button> | 
 |  |  | <!--        <el-button @click="handleDetail" v-permissions="['business:ywpatrolline:create']">导出</el-button>--> | 
 |  |  |       </div> | 
 |  |  |     </div> | 
 |  |  |     <el-table v-loading="loading" :data="list" stripe> | 
 |  |  | 
 |  |  |             label: '客户名称' | 
 |  |  |           }, | 
 |  |  |           { | 
 |  |  |             filed: 'contractCode', | 
 |  |  |             type: 'input', | 
 |  |  |             label: '合同编号' | 
 |  |  |           }, | 
 |  |  |           { | 
 |  |  |             filed: 'status', | 
 |  |  |             type: 'select', | 
 |  |  |             label: '账单状态', |