dev
lilu 2 years ago
parent 0dadafe83c
commit 8621052ebc

@ -68,6 +68,7 @@
v-bind="gridOptions"
@page-change="handlePageChange"
@cell-dblclick="handledbclick"
@resizable-change="resizableChange"
style="margin-top:15px;"
>
<template #mblno="{ row }">
@ -544,6 +545,10 @@ export default {
},
moreNumCancel() {
this.moreNumVisible = false
},
resizableChange () {
console.log('==== 列宽拖动 =====')
}
}
}
@ -586,7 +591,7 @@ export default {
<style lang="less" scoped>
/*订舱表格内字体颜色 */
.mblno {
color: #3277ff;
color: @primary-color;
span {
margin-right: 0.5rem;
cursor: pointer;

Loading…
Cancel
Save