From de87739c088ceb8be9b5cbbaed51c4245459a8ef Mon Sep 17 00:00:00 2001 From: changjinpeng <185154740@qq.com> Date: Fri, 4 Mar 2022 10:57:47 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AD=97=E5=85=B8=E5=80=BC=E5=9B=9E=E6=98=BEbu?= =?UTF-8?q?g?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/AppWorkonline/Detail.vue | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/src/apps/AppWorkonline/Detail.vue b/src/apps/AppWorkonline/Detail.vue index fc118649..04221485 100644 --- a/src/apps/AppWorkonline/Detail.vue +++ b/src/apps/AppWorkonline/Detail.vue @@ -94,10 +94,16 @@
{{ items.fieldName }} - - - {{ $dict.getLabel(items.dictionaryCode, items.fieldValue) }} - + + + + + {{ $dict.getDict(items.dictionaryCode, items.fieldValue)[$dict.getLabel(items.dictionaryCode, items.fieldValue)].dictName }} + + + {{ $dict.getLabel(items.dictionaryCode, items.fieldValue) }} + + {{ $dict.getLabel(items.dictionaryCode, itemL) }}
@@ -296,11 +302,6 @@ export default { if (item.fieldDataType == 5) { item.fieldValue = item.fieldValue && item.fieldValue.split(',') } - - if (item.fieldDataType == 9) { - console.log(item.dictionaryCode) - console.log(this.$dict.getDict(item.dictionaryCode, item.fieldValue)) - } }) } }