配合前端列数修改
This commit is contained in:
@@ -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 () {
|
||||
|
||||
Reference in New Issue
Block a user