1
continuous-integration/drone/push Build is passing Details

uat_us
caiyiling 2024-09-25 15:45:34 +08:00
parent 8a47f23fe7
commit 590949e207
2 changed files with 4 additions and 1 deletions

View File

@ -88,7 +88,7 @@
{{ `${$fd(q.DictionaryCode, parseInt(scope.row[q.Id]))}` }}
</span>
<span v-else>
<!-- {{`${scope.row[q.Id]}`}} -->
{{`${scope.row[q.Id]}`}}
</span>
</template>
</el-table-column>

View File

@ -84,6 +84,9 @@
<template slot-scope="scope">
<span v-if="q.Unit > 0">
{{ `${scope.row[q.Id]}${$fd('ValueUnit', parseInt(q.Unit))}` }}
</span>
<span v-else-if="q.DictionaryCode">
{{ `${$fd(q.DictionaryCode, parseInt(scope.row[q.Id]))}` }}
</span>
<span v-else>
{{ `${scope.row[q.Id]}` }}