修改菜单+权限+图表渲染

This commit is contained in:
ym1026
2025-09-11 19:01:01 +08:00
parent 45ff73c295
commit 506c2e98f2
26 changed files with 1069 additions and 527 deletions

View File

@@ -190,16 +190,16 @@ watch(
},
{ deep: true, immediate: true }
)
watch(
() => props.tableH,
(n, o) => {
if (n && n !== o) {
const pageH = data.newTableOpt.page ? 42 : 0
scroll.value = { y: n - pageH - 56 }
}
}
// { deep: true, immediate: true }
)
// watch(
// () => props.tableH,
// (n, o) => {
// if (n && n !== o) {
// const pageH = data.newTableOpt.page ? 42 : 0
// scroll.value = { y: n - pageH - 56 }
// }
// }
// // { deep: true, immediate: true }
// )
function rowClassName(record, index) {
return 'table-row'