@@ -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>
|
||||
|
||||
@@ -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]}` }}
|
||||
|
||||
Reference in New Issue
Block a user