改变链接位置,改成在每个页面链接

This commit is contained in:
2025-03-06 08:27:31 +08:00
parent 45c8563892
commit 40791bc619
57 changed files with 657 additions and 394 deletions

View File

@@ -19,7 +19,7 @@ function RightUp() {
// @ts-ignore
if (data.sectionDet && data.sectionDet.length > 0) {
// @ts-ignore
data.sectionDet.map((item, index) => {
data.sectionDet.forEach((item, index) => {
let arrInner = []
arrInner.push(index + 1, item.lineName, item.inputNum, item.outputNum)
arr.push(arrInner)