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 }}