Sign in
framework
/
qx-apaas-power
·
Commits
GitLab
Go to group
Project
Activity
Files
Commits
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Network
Download as
Email Patches
Plain Diff
Browse Files
Commit
792649f872bc530d87ee545485384b3281aceec6
Authored by
周铨
2024-11-14 17:58:28 +0800
1 parent
9d1c4862
修改单位展示
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
miniprogram/utils/util.ts
miniprogram/utils/util.ts
View file @
792649f
...
...
@@ -328,7 +328,7 @@ const formatUnitEvent = (val: (String | Number)) => {
328
328
} else if (val === 'null' || !val) {
329
329
return "NA"
330
330
} else {
331
-
return "
n
A"
331
+
return "
N
A"
332
332
}
333
333
}
334
334
// 卡片数据统一处理
...
...