|  |  | @ -83,10 +83,12 @@ | 
			
		
	
		
		
			
				
					
					|  |  |  |       </el-form> |  |  |  |       </el-form> | 
			
		
	
		
		
			
				
					
					|  |  |  |       <div class="left-search" v-if="!showSearch"> |  |  |  |       <div class="left-search" v-if="!showSearch"> | 
			
		
	
		
		
			
				
					
					|  |  |  |         <!-- 关键字搜索 按需配置 --> |  |  |  |         <!-- 关键字搜索 按需配置 --> | 
			
		
	
		
		
			
				
					
					|  |  |  |         <el-form v-if="queryList && queryList.length > 0" :model="filterQuery" class="query-form" size="mini" label-width="100px"> |  |  |  |         <el-form v-if="queryList && queryList.length > 0" :model="filterQuery" class="query-form" size="mini" | 
			
				
				
			
		
	
		
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |                  label-width="100px"> | 
			
		
	
		
		
			
				
					
					|  |  |  |           <el-row style=" display:flex;  flex-wrap: wrap; "> |  |  |  |           <el-row style=" display:flex;  flex-wrap: wrap; "> | 
			
		
	
		
		
			
				
					
					|  |  |  |             <template v-for="(item, index) in queryList"> |  |  |  |             <template v-for="(item, index) in queryList"> | 
			
		
	
		
		
			
				
					
					|  |  |  |               <el-form-item v-if="item.columnType == 'input' && executeEval(row,item.expression,true) && item.columnName == 'keywords'" |  |  |  |               <el-form-item | 
			
				
				
			
		
	
		
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |                 v-if="item.columnType == 'input' && executeEval(row,item.expression,true) && item.columnName == 'keywords'" | 
			
		
	
		
		
			
				
					
					|  |  |  |                 class="query-form-item" |  |  |  |                 class="query-form-item" | 
			
		
	
		
		
			
				
					
					|  |  |  |                 :label="item.columnDesc+`:`" :key="item.id"> |  |  |  |                 :label="item.columnDesc+`:`" :key="item.id"> | 
			
		
	
		
		
			
				
					
					|  |  |  |                 <el-input |  |  |  |                 <el-input | 
			
		
	
	
		
		
			
				
					|  |  | @ -129,8 +131,8 @@ | 
			
		
	
		
		
			
				
					
					|  |  |  |         </el-button-group> |  |  |  |         </el-button-group> | 
			
		
	
		
		
			
				
					
					|  |  |  |       </div> |  |  |  |       </div> | 
			
		
	
		
		
			
				
					
					|  |  |  |       <el-divider style="margin: 15px"></el-divider> |  |  |  |       <el-divider style="margin: 15px"></el-divider> | 
			
		
	
		
		
			
				
					
					|  |  |  |       <!--<el-tabs type="border-card" style="margin-top: 55px">--> |  |  |  |       <el-tabs type="border-card" style="margin-top: 55px"> | 
			
				
				
			
		
	
		
		
			
				
					
					|  |  |  |       <!--  <el-tab-pane label="原始单据">--> |  |  |  |         <el-tab-pane label="原始单据"> | 
			
				
				
			
		
	
		
		
	
		
		
	
		
		
			
				
					
					|  |  |  | 
 |  |  |  | 
 | 
			
		
	
		
		
			
				
					
					|  |  |  |           <el-table v-loading="loading" :data="list" style="width: 100%;" border highlight-current-row |  |  |  |           <el-table v-loading="loading" :data="list" style="width: 100%;" border highlight-current-row | 
			
		
	
		
		
			
				
					
					|  |  |  |                     @row-click="(row) => executeFuc(row,'0',tableObj.handleChangeFuc)" ref="multipleTable" |  |  |  |                     @row-click="(row) => executeFuc(row,'0',tableObj.handleChangeFuc)" ref="multipleTable" | 
			
		
	
	
		
		
			
				
					|  |  | @ -239,123 +241,117 @@ | 
			
		
	
		
		
			
				
					
					|  |  |  |             :page.sync="filterQuery.page" |  |  |  |             :page.sync="filterQuery.page" | 
			
		
	
		
		
			
				
					
					|  |  |  |             @pagination="handleCurrentChange" |  |  |  |             @pagination="handleCurrentChange" | 
			
		
	
		
		
			
				
					
					|  |  |  |           ></pagination> |  |  |  |           ></pagination> | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |         </el-tab-pane> | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |         <el-tab-pane label="异常单据"> | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |           <el-table v-loading="loading" :data="errList" style="width: 100%;" border highlight-current-row | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |                     @row-click="(row) => executeFuc(row,'0',tableObj1.handleChangeFuc)" ref="multipleTable" | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |                     :default-sort="defaultSort" | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |                     :row-style="{ height: '32px' }" | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |                     @sort-change="handleSortChange"> | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |             <template v-for="(item, index) in tableHeader1"> | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |               <el-table-column | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |                 v-if="item.columnType == 'id' && executeEval(row,item.expression,true)" | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |                 type="index" :label="item.columnDesc"></el-table-column> | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |               <el-table-column | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |                 v-if="item.columnType == 'selection'" | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |                 type="selection" | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |                 :width="item.width" | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |                 :selectable="(row,number) => executeFuc(row,'3',item.clickFuc)" | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |               ></el-table-column> | 
			
		
	
		
		
			
				
					
					|  |  |  | 
 |  |  |  | 
 | 
			
		
	
		
		
			
				
					
					|  |  |  | 
 |  |  |  |               <el-table-column | 
			
				
				
			
		
	
		
		
			
				
					
					|  |  |  |         <!--</el-tab-pane>--> |  |  |  |                 v-if="item.columnType == 'radio' && executeEval(row,item.expression,true)" | 
			
				
				
			
		
	
		
		
			
				
					
					|  |  |  | 
 |  |  |  |                 :prop="item.columnName" | 
			
				
				
			
		
	
		
		
			
				
					
					|  |  |  |         <!--<el-tab-pane label="异常单据">--> |  |  |  |                 :label="item.columnDesc" | 
			
				
				
			
		
	
		
		
			
				
					
					|  |  |  | 
 |  |  |  |                 :sortable="item.sort" | 
			
				
				
			
		
	
		
		
			
				
					
					|  |  |  |         <!--  <el-table v-loading="loading" :data="errList" style="width: 100%;" border highlight-current-row--> |  |  |  |                 :width="item.width" | 
			
				
				
			
		
	
		
		
			
				
					
					|  |  |  |         <!--            @row-click="(row) => executeFuc(row,'0',tableObj1.handleChangeFuc)" ref="multipleTable"--> |  |  |  |                 :show-overflow-tooltip="item.tooltip" | 
			
				
				
			
		
	
		
		
			
				
					
					|  |  |  |         <!--            :default-sort="defaultSort"--> |  |  |  |                 :key="item.columnName" | 
			
				
				
			
		
	
		
		
			
				
					
					|  |  |  |         <!--            :row-style="{ height: '32px' }"--> |  |  |  |               > | 
			
				
				
			
		
	
		
		
			
				
					
					|  |  |  |         <!--            @sort-change="handleSortChange">--> |  |  |  |                 <template slot-scope="scope"> | 
			
				
				
			
		
	
		
		
			
				
					
					|  |  |  |         <!--    <template v-for="(item, index) in tableHeader1">--> |  |  |  |                   <el-radio :label="scope.row.id" v-model="radioCheck"><span></span></el-radio> | 
			
				
				
			
		
	
		
		
			
				
					
					|  |  |  |         <!--      <el-table-column--> |  |  |  |                 </template> | 
			
				
				
			
		
	
		
		
			
				
					
					|  |  |  |         <!--        v-if="item.columnType == 'id' && executeEval(row,item.expression,true)"--> |  |  |  |               </el-table-column> | 
			
				
				
			
		
	
		
		
			
				
					
					|  |  |  |         <!--        type="index" :label="item.columnDesc"></el-table-column>--> |  |  |  |               <el-table-column | 
			
				
				
			
		
	
		
		
			
				
					
					|  |  |  |         <!--      <el-table-column--> |  |  |  |                 v-if="item.columnType == 'laber' && executeEval(row,item.expression,true)" | 
			
				
				
			
		
	
		
		
			
				
					
					|  |  |  |         <!--        v-if="item.columnType == 'selection'"--> |  |  |  |                 :prop="item.columnName" | 
			
				
				
			
		
	
		
		
			
				
					
					|  |  |  |         <!--        type="selection"--> |  |  |  |                 :label="item.columnDesc" | 
			
				
				
			
		
	
		
		
			
				
					
					|  |  |  |         <!--        :width="item.width"--> |  |  |  |                 :sortable="item.sort" | 
			
				
				
			
		
	
		
		
			
				
					
					|  |  |  |         <!--        :selectable="(row,number) => executeFuc(row,'3',item.clickFuc)"--> |  |  |  |                 :width="item.width" | 
			
				
				
			
		
	
		
		
			
				
					
					|  |  |  |         <!--      ></el-table-column>--> |  |  |  |                 :show-overflow-tooltip="item.tooltip" | 
			
				
				
			
		
	
		
		
			
				
					
					|  |  |  | 
 |  |  |  |                 :key="item.columnName" | 
			
				
				
			
		
	
		
		
			
				
					
					|  |  |  |         <!--      <el-table-column--> |  |  |  |               > | 
			
				
				
			
		
	
		
		
			
				
					
					|  |  |  |         <!--        v-if="item.columnType == 'radio' && executeEval(row,item.expression,true)"--> |  |  |  |                 <template slot-scope="scope"> | 
			
				
				
			
		
	
		
		
			
				
					
					|  |  |  |         <!--        :prop="item.columnName"--> |  |  |  |             <span :style="{color: executeFuc(scope.row,'4',item.lableRuleObj[scope.row[item.columnName]])}">{{ | 
			
				
				
			
		
	
		
		
			
				
					
					|  |  |  |         <!--        :label="item.columnDesc"--> |  |  |  |                 item.lableRuleObj[scope.row[item.columnName]] | 
			
				
				
			
		
	
		
		
			
				
					
					|  |  |  |         <!--        :sortable="item.sort"--> |  |  |  |               }}</span> | 
			
				
				
			
		
	
		
		
			
				
					
					|  |  |  |         <!--        :width="item.width"--> |  |  |  |                 </template> | 
			
				
				
			
		
	
		
		
			
				
					
					|  |  |  |         <!--        :show-overflow-tooltip="item.tooltip"--> |  |  |  |               </el-table-column> | 
			
				
				
			
		
	
		
		
			
				
					
					|  |  |  |         <!--        :key="item.columnName"--> |  |  |  |               <el-table-column | 
			
				
				
			
		
	
		
		
			
				
					
					|  |  |  |         <!--      >--> |  |  |  |                 v-if="item.columnType == 'eltag' && executeEval(row,item.expression,true)" | 
			
				
				
			
		
	
		
		
			
				
					
					|  |  |  |         <!--        <template slot-scope="scope">--> |  |  |  |                 :prop="item.columnName" | 
			
				
				
			
		
	
		
		
			
				
					
					|  |  |  |         <!--          <el-radio :label="scope.row.id" v-model="radioCheck"><span></span></el-radio>--> |  |  |  |                 :label="item.columnDesc" | 
			
				
				
			
		
	
		
		
			
				
					
					|  |  |  |         <!--        </template>--> |  |  |  |                 :sortable="item.sort" | 
			
				
				
			
		
	
		
		
			
				
					
					|  |  |  |         <!--      </el-table-column>--> |  |  |  |                 :width="item.width" | 
			
				
				
			
		
	
		
		
			
				
					
					|  |  |  |         <!--      <el-table-column--> |  |  |  |                 :show-overflow-tooltip="item.tooltip" | 
			
				
				
			
		
	
		
		
			
				
					
					|  |  |  |         <!--        v-if="item.columnType == 'laber' && executeEval(row,item.expression,true)"--> |  |  |  |                 :key="item.columnName" | 
			
				
				
			
		
	
		
		
			
				
					
					|  |  |  |         <!--        :prop="item.columnName"--> |  |  |  |               > | 
			
				
				
			
		
	
		
		
			
				
					
					|  |  |  |         <!--        :label="item.columnDesc"--> |  |  |  |                 <template slot-scope="scope"> | 
			
				
				
			
		
	
		
		
			
				
					
					|  |  |  |         <!--        :sortable="item.sort"--> |  |  |  |                   <el-tag | 
			
				
				
			
		
	
		
		
			
				
					
					|  |  |  |         <!--        :width="item.width"--> |  |  |  |                     :type="executeFuc(scope.row,'4',item,item.lableRuleObj?item.lableRuleObj[scope.row[item.columnName]]:scope.row[item.columnName])"> | 
			
				
				
			
		
	
		
		
			
				
					
					|  |  |  |         <!--        :show-overflow-tooltip="item.tooltip"--> |  |  |  |               <span>{{ | 
			
				
				
			
		
	
		
		
			
				
					
					|  |  |  |         <!--        :key="item.columnName"--> |  |  |  |                   item.lableRuleObj ? item.lableRuleObj[scope.row[item.columnName]] : scope.row[item.columnName] | 
			
				
				
			
		
	
		
		
			
				
					
					|  |  |  |         <!--      >--> |  |  |  |                 }}</span> | 
			
				
				
			
		
	
		
		
			
				
					
					|  |  |  |         <!--        <template slot-scope="scope">--> |  |  |  |                   </el-tag> | 
			
				
				
			
		
	
		
		
			
				
					
					|  |  |  |         <!--    <span :style="{color: executeFuc(scope.row,'4',item.lableRuleObj[scope.row[item.columnName]])}">{{--> |  |  |  |                 </template> | 
			
				
				
			
		
	
		
		
			
				
					
					|  |  |  |         <!--        item.lableRuleObj[scope.row[item.columnName]]--> |  |  |  |               </el-table-column> | 
			
				
				
			
		
	
		
		
			
				
					
					|  |  |  |         <!--      }}</span>--> |  |  |  |               <el-table-column | 
			
				
				
			
		
	
		
		
			
				
					
					|  |  |  |         <!--        </template>--> |  |  |  |                 v-if="item.columnType == 'button' && executeEval(row,item.expression,true)" | 
			
				
				
			
		
	
		
		
			
				
					
					|  |  |  |         <!--      </el-table-column>--> |  |  |  |                 :prop="item.columnName" | 
			
				
				
			
		
	
		
		
			
				
					
					|  |  |  |         <!--      <el-table-column--> |  |  |  |                 :label="item.columnDesc" | 
			
				
				
			
		
	
		
		
			
				
					
					|  |  |  |         <!--        v-if="item.columnType == 'eltag' && executeEval(row,item.expression,true)"--> |  |  |  |                 :width="item.width" | 
			
				
				
			
		
	
		
		
			
				
					
					|  |  |  |         <!--        :prop="item.columnName"--> |  |  |  |                 :key="item.columnName" | 
			
				
				
			
		
	
		
		
			
				
					
					|  |  |  |         <!--        :label="item.columnDesc"--> |  |  |  |                 fixed="right" | 
			
				
				
			
		
	
		
		
			
				
					
					|  |  |  |         <!--        :sortable="item.sort"--> |  |  |  |               > | 
			
				
				
			
		
	
		
		
			
				
					
					|  |  |  |         <!--        :width="item.width"--> |  |  |  |                 <template slot-scope="scope"> | 
			
				
				
			
		
	
		
		
			
				
					
					|  |  |  |         <!--        :show-overflow-tooltip="item.tooltip"--> |  |  |  |                   <el-button v-for="(buttonItem, buttonIndex) in item.buttonRulObj" | 
			
				
				
			
		
	
		
		
			
				
					
					|  |  |  |         <!--        :key="item.columnName"--> |  |  |  |                              :type="buttonItem.type" | 
			
				
				
			
		
	
		
		
			
				
					
					|  |  |  |         <!--      >--> |  |  |  |                              :size="buttonItem.size" | 
			
				
				
			
		
	
		
		
			
				
					
					|  |  |  |         <!--        <template slot-scope="scope">--> |  |  |  |                              :style="buttonItem.style" | 
			
				
				
			
		
	
		
		
			
				
					
					|  |  |  |         <!--          <el-tag--> |  |  |  |                              :key="buttonItem" | 
			
				
				
			
		
	
		
		
			
				
					
					|  |  |  |         <!--            :type="executeFuc(scope.row,'4',item,item.lableRuleObj?item.lableRuleObj[scope.row[item.columnName]]:scope.row[item.columnName])">--> |  |  |  |                              v-if="executeEval(scope.row,buttonItem.hasPermi,true)" | 
			
				
				
			
		
	
		
		
			
				
					
					|  |  |  |         <!--      <span>{{--> |  |  |  |                              :disabled="executeEval(scope.row,buttonItem.disabledFuc,false)" | 
			
				
				
			
		
	
		
		
			
				
					
					|  |  |  |         <!--          item.lableRuleObj ? item.lableRuleObj[scope.row[item.columnName]] : scope.row[item.columnName]--> |  |  |  |                              @click.native.stop="executeFuc(scope.row,'1',buttonItem.clickFuc)" | 
			
				
				
			
		
	
		
		
			
				
					
					|  |  |  |         <!--        }}</span>--> |  |  |  |                   >{{ buttonItem.name }} | 
			
				
				
			
		
	
		
		
			
				
					
					|  |  |  |         <!--          </el-tag>--> |  |  |  |                   </el-button> | 
			
				
				
			
		
	
		
		
			
				
					
					|  |  |  |         <!--        </template>--> |  |  |  |                 </template> | 
			
				
				
			
		
	
		
		
			
				
					
					|  |  |  |         <!--      </el-table-column>--> |  |  |  |               </el-table-column> | 
			
				
				
			
		
	
		
		
			
				
					
					|  |  |  |         <!--      <el-table-column--> |  |  |  |               <el-table-column | 
			
				
				
			
		
	
		
		
			
				
					
					|  |  |  |         <!--        v-if="item.columnType == 'button' && executeEval(row,item.expression,true)"--> |  |  |  |                 v-if="item.columnType == 'text' && executeEval(row,item.expression,true)" | 
			
				
				
			
		
	
		
		
			
				
					
					|  |  |  |         <!--        :prop="item.columnName"--> |  |  |  |                 :prop="item.columnName" | 
			
				
				
			
		
	
		
		
			
				
					
					|  |  |  |         <!--        :label="item.columnDesc"--> |  |  |  |                 :label="item.columnDesc" | 
			
				
				
			
		
	
		
		
			
				
					
					|  |  |  |         <!--        :width="item.width"--> |  |  |  |                 :sortable="item.sort" | 
			
				
				
			
		
	
		
		
			
				
					
					|  |  |  |         <!--        :key="item.columnName"--> |  |  |  |                 :width="item.width" | 
			
				
				
			
		
	
		
		
			
				
					
					|  |  |  |         <!--        fixed="right"--> |  |  |  |                 :show-overflow-tooltip="item.tooltip" | 
			
				
				
			
		
	
		
		
			
				
					
					|  |  |  |         <!--      >--> |  |  |  |                 :key="item.columnName" | 
			
				
				
			
		
	
		
		
			
				
					
					|  |  |  |         <!--        <template slot-scope="scope">--> |  |  |  |               > | 
			
				
				
			
		
	
		
		
			
				
					
					|  |  |  |         <!--          <el-button v-for="(buttonItem, buttonIndex) in item.buttonRulObj"--> |  |  |  |                 <template slot-scope="scope"> | 
			
				
				
			
		
	
		
		
			
				
					
					|  |  |  |         <!--                     :type="buttonItem.type"--> |  |  |  |             <span :style="{color: executeFuc(scope.row,'4',item,scope.row[item.columnName])}">{{ | 
			
				
				
			
		
	
		
		
			
				
					
					|  |  |  |         <!--                     :size="buttonItem.size"--> |  |  |  |                 scope.row[item.columnName] | 
			
				
				
			
		
	
		
		
			
				
					
					|  |  |  |         <!--                     :style="buttonItem.style"--> |  |  |  |               }}</span> | 
			
				
				
			
		
	
		
		
			
				
					
					|  |  |  |         <!--                     :key="buttonItem"--> |  |  |  |                 </template> | 
			
				
				
			
		
	
		
		
			
				
					
					|  |  |  |         <!--                     v-if="executeEval(scope.row,buttonItem.hasPermi,true)"--> |  |  |  |               </el-table-column> | 
			
				
				
			
		
	
		
		
			
				
					
					|  |  |  |         <!--                     :disabled="executeEval(scope.row,buttonItem.disabledFuc,false)"--> |  |  |  |             </template> | 
			
				
				
			
		
	
		
		
			
				
					
					|  |  |  |         <!--                     @click.native.stop="executeFuc(scope.row,'1',buttonItem.clickFuc)"--> |  |  |  |           </el-table> | 
			
				
				
			
		
	
		
		
			
				
					
					|  |  |  |         <!--          >{{ buttonItem.name }}--> |  |  |  |           <pagination | 
			
				
				
			
		
	
		
		
			
				
					
					|  |  |  |         <!--          </el-button>--> |  |  |  |             v-show="errTotal>0" | 
			
				
				
			
		
	
		
		
			
				
					
					|  |  |  |         <!--        </template>--> |  |  |  |             :total="errTotal" | 
			
				
				
			
		
	
		
		
			
				
					
					|  |  |  |         <!--      </el-table-column>--> |  |  |  |             :limit.sync="errQuery.limit" | 
			
				
				
			
		
	
		
		
			
				
					
					|  |  |  |         <!--      <el-table-column--> |  |  |  |             :page.sync="errQuery.page" | 
			
				
				
			
		
	
		
		
			
				
					
					|  |  |  |         <!--        v-if="item.columnType == 'text' && executeEval(row,item.expression,true)"--> |  |  |  |             @pagination="handleCurrentChange" | 
			
				
				
			
		
	
		
		
			
				
					
					|  |  |  |         <!--        :prop="item.columnName"--> |  |  |  |           ></pagination> | 
			
				
				
			
		
	
		
		
			
				
					
					|  |  |  |         <!--        :label="item.columnDesc"--> |  |  |  |         </el-tab-pane> | 
			
				
				
			
		
	
		
		
			
				
					
					|  |  |  |         <!--        :sortable="item.sort"--> |  |  |  |       </el-tabs> | 
			
				
				
			
		
	
		
		
			
				
					
					|  |  |  |         <!--        :width="item.width"--> |  |  |  |  | 
			
		
	
		
		
			
				
					
					|  |  |  |         <!--        :show-overflow-tooltip="item.tooltip"--> |  |  |  |  | 
			
		
	
		
		
			
				
					
					|  |  |  |         <!--        :key="item.columnName"--> |  |  |  |  | 
			
		
	
		
		
			
				
					
					|  |  |  |         <!--      >--> |  |  |  |  | 
			
		
	
		
		
			
				
					
					|  |  |  |         <!--        <template slot-scope="scope">--> |  |  |  |  | 
			
		
	
		
		
			
				
					
					|  |  |  |         <!--    <span :style="{color: executeFuc(scope.row,'4',item,scope.row[item.columnName])}">{{--> |  |  |  |  | 
			
		
	
		
		
			
				
					
					|  |  |  |         <!--        scope.row[item.columnName]--> |  |  |  |  | 
			
		
	
		
		
			
				
					
					|  |  |  |         <!--      }}</span>--> |  |  |  |  | 
			
		
	
		
		
			
				
					
					|  |  |  |         <!--        </template>--> |  |  |  |  | 
			
		
	
		
		
			
				
					
					|  |  |  |         <!--      </el-table-column>--> |  |  |  |  | 
			
		
	
		
		
			
				
					
					|  |  |  |         <!--    </template>--> |  |  |  |  | 
			
		
	
		
		
			
				
					
					|  |  |  |         <!--  </el-table>--> |  |  |  |  | 
			
		
	
		
		
			
				
					
					|  |  |  |         <!--  <pagination--> |  |  |  |  | 
			
		
	
		
		
			
				
					
					|  |  |  |         <!--    v-show="errTotal>0"--> |  |  |  |  | 
			
		
	
		
		
			
				
					
					|  |  |  |         <!--    :total="errTotal"--> |  |  |  |  | 
			
		
	
		
		
			
				
					
					|  |  |  |         <!--    :limit.sync="errQuery.limit"--> |  |  |  |  | 
			
		
	
		
		
			
				
					
					|  |  |  |         <!--    :page.sync="errQuery.page"--> |  |  |  |  | 
			
		
	
		
		
			
				
					
					|  |  |  |         <!--    @pagination="handleCurrentChange"--> |  |  |  |  | 
			
		
	
		
		
			
				
					
					|  |  |  |         <!--  ></pagination>--> |  |  |  |  | 
			
		
	
		
		
			
				
					
					|  |  |  | 
 |  |  |  |  | 
			
		
	
		
		
			
				
					
					|  |  |  | 
 |  |  |  |  | 
			
		
	
		
		
			
				
					
					|  |  |  |         <!--</el-tab-pane>--> |  |  |  |  | 
			
		
	
		
		
			
				
					
					|  |  |  |       <!--</el-tabs>--> |  |  |  |  | 
			
		
	
		
		
	
		
		
	
		
		
	
		
		
	
		
		
	
		
		
	
		
		
	
		
		
	
		
		
	
		
		
	
		
		
	
		
		
	
		
		
	
		
		
	
		
		
	
		
		
	
		
		
	
		
		
	
		
		
	
		
		
	
		
		
	
		
		
	
		
		
	
		
		
	
		
		
	
		
		
	
		
		
	
		
		
	
		
		
	
		
		
	
		
		
	
		
		
	
		
		
	
		
		
	
		
		
	
		
		
	
		
		
	
		
		
	
		
		
	
		
		
	
		
		
	
		
		
	
		
		
	
		
		
	
		
		
	
		
		
	
		
		
	
		
		
	
		
		
	
		
		
	
		
		
	
		
		
	
		
		
	
		
		
	
		
		
	
		
		
	
		
		
	
		
		
	
		
		
	
		
		
	
		
		
	
		
		
	
		
		
	
		
		
	
		
		
	
		
		
	
		
		
	
		
		
	
		
		
	
		
		
	
		
		
	
		
		
	
		
		
	
		
		
	
		
		
	
		
		
	
		
		
	
		
		
	
		
		
	
		
		
	
		
		
	
		
		
	
		
		
	
		
		
	
		
		
	
		
		
	
		
		
	
		
		
	
		
		
	
		
		
	
		
		
	
		
		
	
		
		
	
		
		
			
				
					
					|  |  |  | 
 |  |  |  | 
 | 
			
		
	
		
		
			
				
					
					|  |  |  | 
 |  |  |  | 
 | 
			
		
	
		
		
			
				
					
					|  |  |  |     </el-card> |  |  |  |     </el-card> | 
			
		
	
	
		
		
			
				
					|  |  | 
 |