提交 2ece38b0 authored 作者: 刘赛-前端's avatar 刘赛-前端

fix:风险管控弹窗大小问题

上级 40b5f78d
...@@ -8,7 +8,7 @@ VITE_PUBLIC_PATH = / ...@@ -8,7 +8,7 @@ VITE_PUBLIC_PATH = /
# VITE_PROXY = [["/soil","http://36.40.79.205:8069/soil/"],["/upload","http://localhost:3300/upload"]] # VITE_PROXY = [["/soil","http://36.40.79.205:8069/soil/"],["/upload","http://localhost:3300/upload"]]
VITE_PROXY = [["/soil","http://36.40.79.205:8069/soil/"],["/upload","http://36.40.79.205:8069/upload"]] VITE_PROXY = [["/soil","http://192.168.1.6:8069/soil/"],["/upload","http://192.168.1.6:8069/upload"]]
...@@ -16,7 +16,7 @@ VITE_PROXY = [["/soil","http://36.40.79.205:8069/soil/"],["/upload","http://36.4 ...@@ -16,7 +16,7 @@ VITE_PROXY = [["/soil","http://36.40.79.205:8069/soil/"],["/upload","http://36.4
VITE_GLOB_API_URL=/soil VITE_GLOB_API_URL=/soil
#后台接口全路径地址(必填) #后台接口全路径地址(必填)
VITE_GLOB_DOMAIN_URL=http://36.40.79.205:8069/soil/ VITE_GLOB_DOMAIN_URL=http://192.168.1.6:8069/soil/
# 接口前缀 # 接口前缀
......
<template> <template>
<div class="w-[98%] mx-auto pb-15"> <div class="w-[98%] mx-auto pb-15">
<a-button type="primary" @click="router.go(-1)" class="my-4">返回</a-button> <a-button type="primary" @click="router.go(-1)" class="my-4">返回</a-button>
<!-- <div class="py-10 steps my-4">
<a-steps progress-dot :current="current" class="w-[95%] mx-auto">
<a-step v-for="v in steps" :key="v.title" :title="v.title" />
</a-steps>
</div> -->
<!-- <a-collapse v-model:activeKey="activeKey" :expand-icon-position="expandIconPosition">
<a-collapse-panel v-for="(value, k, index) in data" :key="index + 1" :header="getName(k, value)">
<a-row v-for="(v, ind) in value.baseDetails" :key="ind">
<a-col :span="24" class="border border-bt">
<a-row>
<a-col :span="6">
<a-row>
<a-col :span="9" class="bg-[#F4F7F9] py-4 pl-4"> {{ getDownName(v, k, ind) }} </a-col>
<a-col :span="4" class="py-4 pl-4">
<a-button type="primary" size="small" @click="down(v.bgfjlj, getDownName(v, k, ind))">下载</a-button>
</a-col>
</a-row>
</a-col>
<a-col :span="9" v-if="v.jcbglj">
<a-row>
<a-col :span="4" class="bg-[#F4F7F9] py-4 pl-4"> {{ getDownName(v, k, ind) }}检测报告 </a-col>
<a-col :span="4" class="py-4 pl-4">
<a-space>
<a-button type="primary" size="small" @click="down(v.jcbglj, getDownName(v, k, ind))">下载</a-button>
</a-space>
</a-col>
</a-row>
</a-col>
</a-row>
</a-col>
</a-row>
<template #extra> <a-button type="primary" @click="handleClick('地块调查')">基本信息</a-button> </template>
</a-collapse-panel> -->
<a-collapse v-model:activeKey="activeKey" :expand-icon-position="expandIconPosition"> <a-collapse v-model:activeKey="activeKey" :expand-icon-position="expandIconPosition">
<a-collapse-panel key="1" header="地块调查"> <a-collapse-panel key="1" header="地块调查">
<a-row> <a-row>
...@@ -133,11 +100,11 @@ ...@@ -133,11 +100,11 @@
<a-row v-if="S6bzshow.length > 0"> <a-row v-if="S6bzshow.length > 0">
<a-col :span="6"> <a-col :span="6">
<a-row> <a-row>
<a-col :span="9" class="bg-[#F4F7F9] py-4 pl-4">效果评估报告 </a-col> <a-col :span="9" class="bg-[#F4F7F9] py-4 pl-4 min-w-250px">{{ isNumber }}效果评估报告 </a-col>
<a-col :span="4" class="py-4 pl-4"> <a-col :span="4" class="py-4 pl-4">
<a-space> <a-space>
<template v-for="v in data.S6?.baseDetails"> <template v-for="v in data.S6?.baseDetails">
<a-button v-if="v?.bgfjlj" @click="down(v?.bgfjlj, '效果评估')" type="primary" size="small">下载</a-button> <a-button v-if="v?.bgfjlj" @click="down(v?.bgfjlj, isNumber + '效果评估')" type="primary" size="small">下载</a-button>
</template> </template>
</a-space> </a-space>
</a-col> </a-col>
...@@ -145,11 +112,11 @@ ...@@ -145,11 +112,11 @@
</a-col> </a-col>
<a-col :span="9" v-if="S6jcshow.length > 0"> <a-col :span="9" v-if="S6jcshow.length > 0">
<a-row> <a-row>
<a-col :span="4" class="bg-[#F4F7F9] py-4 pl-4"> 效果评估检测报告 </a-col> <a-col :span="4" class="bg-[#F4F7F9] py-4 pl-4 min-w-250px"> {{ isNumber }}效果评估检测报告 </a-col>
<a-col :span="4" class="py-4 pl-4"> <a-col :span="4" class="py-4 pl-4">
<a-space> <a-space>
<template v-for="v in data.S6?.baseDetails"> <template v-for="v in data.S6?.baseDetails">
<a-button v-if="v?.jcbglj" type="primary" size="small" @click="down(v?.jcbglj, '效果评估')">下载</a-button> <a-button v-if="v?.jcbglj" type="primary" size="small" @click="down(v?.jcbglj, isNumber + '效果评估')">下载</a-button>
</template> </template>
</a-space> </a-space>
</a-col> </a-col>
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论