f2779784 by lxs

入表功调整

1 parent 8d5fe0df
...@@ -573,7 +573,7 @@ const btnClick = async (btn, bType = null) => { ...@@ -573,7 +573,7 @@ const btnClick = async (btn, bType = null) => {
573 } 573 }
574 } 574 }
575 const level4 = tableData.value.find(t => t.code4); 575 const level4 = tableData.value.find(t => t.code4);
576 !level4 && (tableField.value.at(-2).visible = false); 576 !level4 && (tableField.value[3].visible = false);
577 getMergeRow(); 577 getMergeRow();
578 }).catch(() => { 578 }).catch(() => {
579 ElMessage({ 579 ElMessage({
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!