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