参数收集自定义表头修改
This commit is contained in:
@@ -884,7 +884,10 @@
|
||||
jsonHead.forEach((res, index) => {
|
||||
// console.log(res)
|
||||
// 配置列
|
||||
checkedList.push(res.dataIndex)
|
||||
if(res.headFieldCn == '操作'){
|
||||
res.field = 'operation'
|
||||
}
|
||||
checkedList.push(res.field)
|
||||
if (res.type) {
|
||||
// console.log('配置')
|
||||
this.columns.push({
|
||||
|
||||
@@ -104,7 +104,7 @@
|
||||
<a-popconfirm :visible="customizevisible" overlayClassName="popconfirm"
|
||||
placement="bottomRight" v-if="!this.$route.query.it">
|
||||
<template slot="title" id="popconfirmmize">
|
||||
<div style="max-height:360px;overflow:scroll;overflow-x: auto;width: 188px">
|
||||
<div style="max-height:360px;overflow:scroll;overflow-x: auto;width: 211px">
|
||||
<a-checkbox
|
||||
style="margin-bottom: 22px;"
|
||||
v-if="customizeList && customizeList.length"
|
||||
@@ -898,6 +898,7 @@
|
||||
<style lang="less">
|
||||
.popconfirm {
|
||||
z-index: 999;
|
||||
width: 264px
|
||||
}
|
||||
|
||||
.popconfirm .ant-popover-buttons {
|
||||
|
||||
@@ -272,7 +272,7 @@
|
||||
<a-popconfirm :visible="customizevisible" overlayClassName="popconfirmIndex"
|
||||
placement="bottomRight" v-if="!this.$route.query.it">
|
||||
<template slot="title" id="popconfirmmize">
|
||||
<div style="max-height:360px;overflow:scroll;overflow-x: auto;width: 188px">
|
||||
<div style="max-height:360px;overflow:scroll;overflow-x: auto;width: 211px">
|
||||
<a-checkbox
|
||||
style="margin-bottom: 22px;"
|
||||
v-if="customizeList && customizeList.length"
|
||||
|
||||
Reference in New Issue
Block a user