Merge remote-tracking branch 'origin/dev_2nd_20230213' into dev_2nd_20230213

This commit is contained in:
高嵩
2023-02-13 21:44:58 +08:00
2 changed files with 5 additions and 5 deletions
+1 -4
View File
@@ -46,7 +46,6 @@ const DragHandler = {
},
handleStart(e) {
console.log(e)
this.dragging = true
this.removeEvents()
this.thWidth = this.$el.parentNode.getBoundingClientRect().width
@@ -145,7 +144,7 @@ const ResizeHeaderOne = function(val, name ,minWidths) {
)
}
}
console.log(restProps,11)
let className = ''
if ((restProps.attrs && restProps.attrs.colSpan && restProps.attrs.colSpan == 1) || (restProps.attrs && restProps.attrs.colSpan && restProps.attrs.colSpan > 0)){
className = ' second'
@@ -160,7 +159,6 @@ const ResizeHeaderOne = function(val, name ,minWidths) {
export const ResizeHeader = {
methods: {
drag(columns, name ,minWidths) {
console.log(minWidths)
return {
header: {
// minWidths : 最小宽度 => [[需要设置的列,最小宽],[需要设置的列,最小宽],...]
@@ -238,7 +236,6 @@ export const ResizeColumnProvide = {
},
methods: {
_resizeColumn(w, column) {
console.log(column)
tableAll.forEach(item=>{
item.forEach((i)=>{
if(i === column && i.dataIndex === column.dataIndex){
@@ -94,8 +94,8 @@
</a-row>
</a-form>
</div>
<!-- v-if="(isRoleSwitching && !isDisplay) || (!isDisplay && roleSwitchingList.length > 1) || isDisplay"-->
<div class="table-operator"
v-if="(isRoleSwitching && !isDisplay) || (!isDisplay && roleSwitchingList.length > 1) || isDisplay"
style="overflow:hidden;margin-bottom: 20px">
<div style="float: right;margin-top: 1px; margin-left: 20px">
<a-popconfirm :visible="customizevisible" overlayClassName='popconfirmmize' placement="bottomRight" >
@@ -1524,6 +1524,9 @@
this.isRoleSwitching = false
}
}
console.log(this.formInlineRoleSwitching.roleSwitchingCode)
console.log(this.isRoleSwitching)
console.log(this.isDisplay)
this.getList()
// this.JLoading = false
} else {