From f4eba53aeb917eec7af6c4f0b300700fc10ff0ec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=B5=E9=9C=84?= Date: Wed, 1 Nov 2023 18:46:08 +0800 Subject: [PATCH] =?UTF-8?q?update=20=E5=BE=81=E6=B1=82=E6=84=8F=E8=A7=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../askForAdvice/AskForAdviceDetail.vue | 147 ++++++++++++++++++ .../askForAdvice/AskForAdviceList.vue | 54 ++++++- .../commonPage/StandardDetailPage.vue | 26 +++- 3 files changed, 220 insertions(+), 7 deletions(-) create mode 100644 src/views/businessSupport/askForAdvice/AskForAdviceDetail.vue diff --git a/src/views/businessSupport/askForAdvice/AskForAdviceDetail.vue b/src/views/businessSupport/askForAdvice/AskForAdviceDetail.vue new file mode 100644 index 00000000..af067d8c --- /dev/null +++ b/src/views/businessSupport/askForAdvice/AskForAdviceDetail.vue @@ -0,0 +1,147 @@ + + + + + \ No newline at end of file diff --git a/src/views/businessSupport/askForAdvice/AskForAdviceList.vue b/src/views/businessSupport/askForAdvice/AskForAdviceList.vue index 95a71bfc..60aaabac 100644 --- a/src/views/businessSupport/askForAdvice/AskForAdviceList.vue +++ b/src/views/businessSupport/askForAdvice/AskForAdviceList.vue @@ -19,7 +19,7 @@ value-format="YYYY-MM-DD" style='margin-left: -1px' v-model="queryParam.time" - :disabled="false"/> + :disabled="false" /> @@ -34,25 +34,77 @@ +
+ + + + + + +
\ No newline at end of file diff --git a/src/views/standardRegulationLibrary/commonPage/StandardDetailPage.vue b/src/views/standardRegulationLibrary/commonPage/StandardDetailPage.vue index 0ddf0614..86b1caef 100644 --- a/src/views/standardRegulationLibrary/commonPage/StandardDetailPage.vue +++ b/src/views/standardRegulationLibrary/commonPage/StandardDetailPage.vue @@ -28,19 +28,27 @@ - {{ detailData[needDictFieldList.includes(formItem.fieldShowType) ? formItem.dbFieldName + '_dictText' : formItem.dbFieldName] || global.emptyLine + {{ + detailData[needDictFieldList.includes(formItem.fieldShowType) ? formItem.dbFieldName + '_dictText' : formItem.dbFieldName] || global.emptyLine }}