From 65ad5fb280813e4b8919bebc0fa9808c1d2dcaab Mon Sep 17 00:00:00 2001 From: xiaoning <1097449274@qq.com> Date: Fri, 28 Jun 2024 09:53:23 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E8=AE=A2=E8=B4=A7=E8=AE=A1?= =?UTF-8?q?=E5=88=92?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/jhzx/components/sygdpc/Dhjh.vue | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/views/jhzx/components/sygdpc/Dhjh.vue b/src/views/jhzx/components/sygdpc/Dhjh.vue index 6039fb6..71ec068 100644 --- a/src/views/jhzx/components/sygdpc/Dhjh.vue +++ b/src/views/jhzx/components/sygdpc/Dhjh.vue @@ -23,7 +23,6 @@ }" :scroll-x="{enabled: true}" :scroll-y="{enabled: true}" - :span-method="rowspanMethod" highlight-current-row highlight-hover-row show-overflow @@ -144,7 +143,9 @@ export default { }) } }, - //合并行 + //合并行 https://vxetable.cn/#/component/table/edit/insert + // const { row: newRow } = await $table.insertAt(record, row) + // await $table.setEditCell(newRow, 'name') rowspanMethod({row, _rowIndex, column, visibleData}) { //不要忘记在vxe-grid上配置 :scroll-y="{enabled: false}" 防止下拉时样式变化 // 需要合并的列字段