Skip to content
项目
群组
代码片段
帮助
正在加载...
登录/注册
切换导航
广
广东建设用地-前端
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
分枝图
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
分枝图
统计图
创建新议题
作业
提交
议题看板
打开侧边栏
广东建设用地
广东建设用地-前端
Commits
2ece38b0
提交
2ece38b0
authored
1月 13, 2025
作者:
刘赛-前端
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
fix:风险管控弹窗大小问题
上级
40b5f78d
显示空白字符变更
内嵌
并排
正在显示
2 个修改的文件
包含
6 行增加
和
39 行删除
+6
-39
.env.development
.env.development
+2
-2
viewSelct.vue
src/views/directory/components/viewSelct.vue
+4
-37
没有找到文件。
.env.development
浏览文件 @
2ece38b0
...
@@ -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/
# 接口前缀
# 接口前缀
...
...
src/views/directory/components/viewSelct.vue
浏览文件 @
2ece38b0
<
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
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论