{"Message":"更新待办统计数字工时","MessageType":2,"Modules":[{"State":1,"Type":1,"Name":"PCPage/任务-基本信息"},{"State":1,"Type":3,"Name":"MasterPCPage/FGC_母版页"}],"Version":"v1"}

This commit is contained in:
cuckooent
2025-09-16 19:01:52 +08:00
parent f19fcb9dac
commit 66aea7b208
4 changed files with 74 additions and 93 deletions

View File

@@ -3,7 +3,7 @@
"ColumnCount": 13,
"RowCount": 7,
"Formulas": {
"6,0": "ODATA(\"ACT_RU_TASK_View/$count?$filter=类型 ne '抄送'\")",
"6,0": "IFERROR(ODATA(\"ACT_RU_TASK_View/$count?$filter=类型 ne '抄送'\"),\"\")",
"1,9": "IFS(TODO数量=0,0,TODO数量<100,TODO数量,TODO数量>99,\"99+\")",
"6,2": "ODATA(\"TODO/$count?$filter=用户 eq \"&IF(ISBLANK(母版_当前用户),\"null\",\"'\"&母版_当前用户&\"'\")&\" and 完成 ne 1\")"
},