Merge branch 'main' of https://gitea.frp.extimaging.com/XCKJ/irc_web
continuous-integration/drone/push Build is passing Details

uat_us
DESKTOP-6C3NK6N\WXS 2024-09-30 13:43:09 +08:00
commit 19f9c8012c
2 changed files with 2 additions and 2 deletions

View File

@ -81,7 +81,7 @@
:render-header="renderHeader"
>
<template slot-scope="scope">
<span v-if="q.Unit > 0">
<span v-if="q.Unit > 0 && !isNaN(parseFloat(scope.row[q.Id]))">
{{ `${scope.row[q.Id]}${$fd('ValueUnit', parseInt(q.Unit))}` }}
</span>
<span v-else-if="q.DictionaryCode">

View File

@ -81,7 +81,7 @@
:render-header="renderHeader"
>
<template slot-scope="scope">
<span v-if="q.Unit > 0">
<span v-if="q.Unit > 0 && !isNaN(parseFloat(scope.row[q.Id]))">
{{ `${scope.row[q.Id]}${$fd('ValueUnit', parseInt(q.Unit))}` }}
</span>
<span v-else-if="q.DictionaryCode">