diff --git a/src/components/DetailComponent/SummaryDetail.vue b/src/components/DetailComponent/SummaryDetail.vue
index 47a0340..9358d2a 100644
--- a/src/components/DetailComponent/SummaryDetail.vue
+++ b/src/components/DetailComponent/SummaryDetail.vue
@@ -33,11 +33,11 @@
{{ filterDict(cacheStore.getDict('invest_type'), localFormData.investmentType) }}
-
-
-
-
-
+
+
+
+
+
{{ filterDict(cacheStore.getDict('business_segment'), localFormData.businessSegment) }}
@@ -62,7 +62,7 @@
}}
-
+
{{
localFormData.specialFundId === 0 ? localFormData.specialFund : changeName(fundOption, localFormData.specialFundId)
@@ -135,14 +135,14 @@
-
-
-
-
-
-
+ v-model:value="localFormData.singleFile" :processViewer="processViewer"
+ :file-list-show="fileListShow"/>
+
+
+
+
+
+
@@ -153,7 +153,31 @@
:file-list-show="fileListShow"/>
-
+
+
+
+
+
+
+
+
+
+
+ 选择
+
+
+
+
+
+
+
+
+
{
return
}
const params = {
- auditOpinion:_value.value,
- projectId:parseInt(route.query.projectId),
- state:false
+ auditOpinion: _value.value,
+ projectId: parseInt(route.query.projectId),
+ state: false
}
// console.log('params', params)
const res = await approvePlan(params)
@@ -285,9 +309,9 @@ const handleRejectPlan = async () => {
}
const handleAgreePlan = async () => {
const params = {
- auditOpinion:_value.value,
- projectId:parseInt(route.query.projectId),
- state:true
+ auditOpinion: _value.value,
+ projectId: parseInt(route.query.projectId),
+ state: true
}
// console.log('params', params)
const res = await approvePlan(params)
@@ -359,7 +383,7 @@ watch(() => props.loading, (newVal) => {
}, {deep: true})
watchEffect(() => {
- props.formData.singleFile=[props.formData.singleFile]
+ props.formData.singleFile = [props.formData.singleFile]
return Object.keys(props.formData).length && (localFormData.value = props.formData)
})
@@ -370,6 +394,6 @@ getFundOptions()
.detail-block {
overflow-x: hidden;
overflow-y: auto;
- padding-bottom: 0!important;
+ padding-bottom: 0 !important;
}