feat: 看板权限控制部分显示

This commit is contained in:
TsMask
2025-03-04 16:05:30 +08:00
parent ba426d7737
commit 16913aa721
4 changed files with 32 additions and 29 deletions

View File

@@ -36,11 +36,6 @@ export function upfFlowParse(data: Record<string, string>) {
upfFlowData.value.lineYDown.shift();
upfFlowData.value.cap -= 1;
}
// UPF-总流量数0天 当天24小时
upfTFParse('0', {
up: upfTotalFlow.value['0'].up + +data['UPF.03'],
down: upfTotalFlow.value['0'].down + +data['UPF.06'],
});
}
type TFType = {