f2779784 by lxs

入表功调整

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