配合前端列数修改

This commit is contained in:
mgw
2025-03-13 16:39:10 +08:00
parent 061714413c
commit 839b3c981d
3 changed files with 7 additions and 5 deletions

View File

@@ -31,7 +31,7 @@ patch(ListRenderer.prototype, 'custom_measure_line_tree_patch', {
setTimeout(() => {
const $dom = $(this.__owl__.bdom.el)
const $thead = $dom.find('thead').find('th');
const $total_qty = this.props.list.records[0].data.total_qty;
const $total_qty = this.props.list.records[0].data.column_nums;
const hideKey = []
const width = $dom.find('[data-name=measure_value1]').width();
$thead.each(function () {