mirror of
https://gitee.com/js-yhsec/energy_storage.git
synced 2026-05-28 03:09:24 +08:00
修改菜单+权限+图表渲染
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user