修改法规清单不显示按钮的问题
This commit is contained in:
@@ -46,7 +46,6 @@ const DragHandler = {
|
|||||||
},
|
},
|
||||||
|
|
||||||
handleStart(e) {
|
handleStart(e) {
|
||||||
console.log(e)
|
|
||||||
this.dragging = true
|
this.dragging = true
|
||||||
this.removeEvents()
|
this.removeEvents()
|
||||||
this.thWidth = this.$el.parentNode.getBoundingClientRect().width
|
this.thWidth = this.$el.parentNode.getBoundingClientRect().width
|
||||||
@@ -145,7 +144,7 @@ const ResizeHeaderOne = function(val, name ,minWidths) {
|
|||||||
)
|
)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
console.log(restProps,11)
|
|
||||||
let className = ''
|
let className = ''
|
||||||
if ((restProps.attrs && restProps.attrs.colSpan && restProps.attrs.colSpan == 1) || (restProps.attrs && restProps.attrs.colSpan && restProps.attrs.colSpan > 0)){
|
if ((restProps.attrs && restProps.attrs.colSpan && restProps.attrs.colSpan == 1) || (restProps.attrs && restProps.attrs.colSpan && restProps.attrs.colSpan > 0)){
|
||||||
className = ' second'
|
className = ' second'
|
||||||
@@ -160,7 +159,6 @@ const ResizeHeaderOne = function(val, name ,minWidths) {
|
|||||||
export const ResizeHeader = {
|
export const ResizeHeader = {
|
||||||
methods: {
|
methods: {
|
||||||
drag(columns, name ,minWidths) {
|
drag(columns, name ,minWidths) {
|
||||||
console.log(minWidths)
|
|
||||||
return {
|
return {
|
||||||
header: {
|
header: {
|
||||||
// minWidths : 最小宽度 => [[需要设置的列,最小宽],[需要设置的列,最小宽],...]
|
// minWidths : 最小宽度 => [[需要设置的列,最小宽],[需要设置的列,最小宽],...]
|
||||||
@@ -238,7 +236,6 @@ export const ResizeColumnProvide = {
|
|||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
_resizeColumn(w, column) {
|
_resizeColumn(w, column) {
|
||||||
console.log(column)
|
|
||||||
tableAll.forEach(item=>{
|
tableAll.forEach(item=>{
|
||||||
item.forEach((i)=>{
|
item.forEach((i)=>{
|
||||||
if(i === column && i.dataIndex === column.dataIndex){
|
if(i === column && i.dataIndex === column.dataIndex){
|
||||||
|
|||||||
@@ -94,8 +94,8 @@
|
|||||||
</a-row>
|
</a-row>
|
||||||
</a-form>
|
</a-form>
|
||||||
</div>
|
</div>
|
||||||
|
<!-- v-if="(isRoleSwitching && !isDisplay) || (!isDisplay && roleSwitchingList.length > 1) || isDisplay"-->
|
||||||
<div class="table-operator"
|
<div class="table-operator"
|
||||||
v-if="(isRoleSwitching && !isDisplay) || (!isDisplay && roleSwitchingList.length > 1) || isDisplay"
|
|
||||||
style="overflow:hidden;margin-bottom: 20px">
|
style="overflow:hidden;margin-bottom: 20px">
|
||||||
<div style="float: right;margin-top: 1px; margin-left: 20px">
|
<div style="float: right;margin-top: 1px; margin-left: 20px">
|
||||||
<a-popconfirm :visible="customizevisible" overlayClassName='popconfirmmize' placement="bottomRight" >
|
<a-popconfirm :visible="customizevisible" overlayClassName='popconfirmmize' placement="bottomRight" >
|
||||||
@@ -1524,6 +1524,9 @@
|
|||||||
this.isRoleSwitching = false
|
this.isRoleSwitching = false
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
console.log(this.formInlineRoleSwitching.roleSwitchingCode)
|
||||||
|
console.log(this.isRoleSwitching)
|
||||||
|
console.log(this.isDisplay)
|
||||||
this.getList()
|
this.getList()
|
||||||
// this.JLoading = false
|
// this.JLoading = false
|
||||||
} else {
|
} else {
|
||||||
|
|||||||
Reference in New Issue
Block a user