|  | @@ -13,7 +13,7 @@
 | 
	
		
			
				|  |  |                  @click="$refs.crud.rowDel(row, index)">删除</el-button>
 | 
	
		
			
				|  |  |              </template> -->
 | 
	
		
			
				|  |  |              <template slot-scope="{type,size,row,$index}" slot="menuLeft">
 | 
	
		
			
				|  |  | -              <el-button type="success" plain :size="size" @click="applicationDetail">申请明细</el-button>
 | 
	
		
			
				|  |  | +              <el-button type="success" plain :size="size" @click="applicationDetail">生成调度</el-button>
 | 
	
		
			
				|  |  |              </template>
 | 
	
		
			
				|  |  |              <!-- <template slot="billNo" slot-scope="{ row, index }">
 | 
	
		
			
				|  |  |                <div style="color: #1e9fff;cursor: pointer;" @click.stop="editOpen(row)">
 | 
	
	
		
			
				|  | @@ -390,7 +390,7 @@ export default {
 | 
	
		
			
				|  |  |      },
 | 
	
		
			
				|  |  |      //申请明细
 | 
	
		
			
				|  |  |      applicationDetail() {
 | 
	
		
			
				|  |  | -      this.$confirm('确定将选择数据结算?', '提示', {
 | 
	
		
			
				|  |  | +      this.$confirm('确定生成调度?', '提示', {
 | 
	
		
			
				|  |  |          confirmButtonText: '确定',
 | 
	
		
			
				|  |  |          cancelButtonText: '取消',
 | 
	
		
			
				|  |  |          type: 'warning'
 |