全局添加导出表格配置

This commit is contained in:
GGJ
2024-12-27 08:47:47 +08:00
parent 1f94ac5267
commit 0994a52699
28 changed files with 3264 additions and 200 deletions

View File

@@ -1072,13 +1072,13 @@ export default {
height: 13,
start: 0,
bottom: "20px",
end: 15,
end: 100,
},
{
start: 0,
height: 13,
bottom: "20px",
end: 15,
end: 100,
},
],
series: [
@@ -1492,13 +1492,13 @@ export default {
height: 13,
start: 0,
bottom: "20px",
end: 15,
end: 100,
},
{
start: 0,
height: 13,
bottom: "20px",
end: 15,
end: 100,
},
],
series: [

View File

@@ -733,13 +733,13 @@ export default {
height: 13,
start: 0,
bottom: '20px',
end: 15
end: 100
},
{
start: 0,
height: 13,
bottom: '20px',
end: 15
end: 100
}
],
series: [
@@ -1095,13 +1095,13 @@ export default {
height: 13,
start: 0,
bottom: '20px',
end: 15
end: 100
},
{
start: 0,
height: 13,
bottom: '20px',
end: 15
end: 100
}
],
series: [

View File

@@ -122,7 +122,6 @@ const backbxlb = () => {
wp.value = null
if (shushiboxiRef.value) shushiboxiRef.value.backbxlb()
if (rmsboxiRef.value) rmsboxiRef.value.backbxlb()
console.log("🚀 ~ backbxlb ~ rmsboxiRef.value:", rmsboxiRef.value)
emit('backbxlb')
}