明树Git Lab
Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in
Toggle navigation
J
jt_front
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
jt_front
Commits
7ce9293a
Commit
7ce9293a
authored
Dec 12, 2025
by
yangyajing
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
查看时保持允许下载
parent
17ba12a2
Pipeline
#104572
passed with stage
in 13 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
26 additions
and
12 deletions
+26
-12
addProject.vue
src/views/managePage/addProject.vue
+26
-12
No files found.
src/views/managePage/addProject.vue
View file @
7ce9293a
...
...
@@ -8,7 +8,7 @@
<div
class=
"header-left"
></div>
<div
class=
"header-right"
>
<el-button
type=
"default"
@
click=
"backClick"
>
返回
</el-button>
<template
v-if=
"!loading"
>
<template
v-if=
"!loading
&& !isPreview
"
>
<el-button
type=
"primary"
v-if=
"formData.projectLzType == 1 || !formData.projectLzType"
@
click=
"saveClick('save')"
>
保存
</el-button>
<el-button
type=
"primary"
v-if=
"formData.projectLzType == 1"
@
click=
"saveClick('submit')"
>
发起立项填报
</el-button>
</
template
>
...
...
@@ -576,7 +576,8 @@
<el-table-column
prop=
"size"
label=
"大小"
/>
<el-table-column
fixed=
"right"
label=
"操作"
width=
"100"
>
<
template
#
default=
"{ row, index }"
>
<el-button
link
type=
"primary"
size=
"small"
@
click=
"downloadFile(row)"
>
下载
</el-button>
<!-- 需要在查看表单disabled时保持允许下载 -->
<span
class=
"always-click"
@
click=
"downloadFile(row)"
>
下载
</span>
<el-button
link
type=
"danger"
size=
"small"
@
click=
"deleteZccl(index)"
>
删除
</el-button>
</
template
>
</el-table-column>
...
...
@@ -784,7 +785,7 @@
<el-table-column
prop=
"size"
label=
"大小"
/>
<el-table-column
fixed=
"right"
label=
"操作"
width=
"100"
>
<
template
#
default=
"{row, index}"
>
<
el-button
link
type=
"primary"
size=
"small"
@
click=
"downloadFile(row)"
>
下载
</el-butto
n>
<
span
class=
"always-click"
@
click=
"downloadFile(row)"
>
下载
</spa
n>
<el-button
link
type=
"danger"
size=
"small"
@
click=
"deleteLxpf(index)"
>
删除
</el-button>
</
template
>
</el-table-column>
...
...
@@ -848,7 +849,7 @@
<el-table-column
prop=
"size"
label=
"大小"
/>
<el-table-column
fixed=
"right"
label=
"操作"
width=
"100"
>
<
template
#
default=
"{row, index}"
>
<
el-button
link
type=
"primary"
size=
"small"
@
click=
"downloadFile(row)"
>
下载
</el-butto
n>
<
span
class=
"always-click"
@
click=
"downloadFile(row)"
>
下载
</spa
n>
<el-button
link
type=
"danger"
size=
"small"
@
click=
"deleteShcl(index)"
>
删除
</el-button>
</
template
>
</el-table-column>
...
...
@@ -870,8 +871,10 @@
<div
class=
"header-left"
></div>
<div
class=
"header-right"
>
<el-button
type=
"default"
@
click=
"backClick"
>
返回
</el-button>
<el-button
type=
"primary"
@
click=
"saveClick('save')"
>
保存
</el-button>
<el-button
type=
"primary"
v-if=
"jcFormData.projectLzType == 7"
@
click=
"saveClick('submit')"
>
发起决策信息填报
</el-button>
<
template
v-if=
"!loading && !isPreview"
>
<el-button
type=
"primary"
@
click=
"saveClick('save')"
>
保存
</el-button>
<el-button
type=
"primary"
v-if=
"jcFormData.projectLzType == 7"
@
click=
"saveClick('submit')"
>
发起决策信息填报
</el-button>
</
template
>
</div>
</div>
<el-tabs
v-model=
"jcTabActiveName"
>
...
...
@@ -1929,7 +1932,7 @@
<el-table-column
prop=
"size"
label=
"大小"
/>
<el-table-column
fixed=
"right"
label=
"操作"
width=
"100"
>
<
template
#
default=
"{ row, index }"
>
<
el-button
link
type=
"primary"
size=
"small"
@
click=
"downloadFile(row)"
>
下载
</el-butto
n>
<
span
class=
"always-click"
@
click=
"downloadFile(row)"
>
下载
</spa
n>
<el-button
link
type=
"danger"
size=
"small"
@
click=
"deleteLcbsp(index)"
>
删除
</el-button>
</
template
>
</el-table-column>
...
...
@@ -1957,7 +1960,7 @@
<el-table-column
prop=
"size"
label=
"大小"
/>
<el-table-column
fixed=
"right"
label=
"操作"
width=
"100"
>
<
template
#
default=
"{ row, index }"
>
<
el-button
link
type=
"primary"
size=
"small"
@
click=
"downloadFile(row)"
>
下载
</el-butto
n>
<
span
class=
"always-click"
@
click=
"downloadFile(row)"
>
下载
</spa
n>
<el-button
link
type=
"danger"
size=
"small"
@
click=
"deleteKycl(index)"
>
删除
</el-button>
</
template
>
</el-table-column>
...
...
@@ -1981,8 +1984,9 @@
<el-table-column
prop=
"originalname"
label=
"文件名"
/>
<el-table-column
prop=
"updatedAt"
label=
"上传时间"
/>
<el-table-column
prop=
"size"
label=
"大小"
/>
<el-table-column
fixed=
"right"
label=
"操作"
width=
"
6
0"
>
<el-table-column
fixed=
"right"
label=
"操作"
width=
"
10
0"
>
<
template
#
default=
"{ row, index }"
>
<span
class=
"always-click"
@
click=
"downloadFile(row)"
>
下载
</span>
<el-button
link
type=
"danger"
size=
"small"
@
click=
"deleteJjzbcs(index)"
>
删除
</el-button>
</
template
>
</el-table-column>
...
...
@@ -2008,7 +2012,7 @@
<el-table-column
prop=
"size"
label=
"大小"
/>
<el-table-column
fixed=
"right"
label=
"操作"
width=
"100"
>
<
template
#
default=
"{ row, index }"
>
<
el-button
link
type=
"primary"
size=
"small"
@
click=
"downloadFile(row)"
>
下载
</el-butto
n>
<
span
class=
"always-click"
@
click=
"downloadFile(row)"
>
下载
</spa
n>
<el-button
link
type=
"danger"
size=
"small"
@
click=
"deleteTpbczccl(index)"
>
删除
</el-button>
</
template
>
</el-table-column>
...
...
@@ -2034,7 +2038,7 @@
<el-table-column
prop=
"size"
label=
"大小"
/>
<el-table-column
fixed=
"right"
label=
"操作"
width=
"100"
>
<
template
#
default=
"{ row, index }"
>
<
el-button
link
type=
"primary"
size=
"small"
@
click=
"downloadFile(row)"
>
下载
</el-butto
n>
<
span
class=
"always-click"
@
click=
"downloadFile(row)"
>
下载
</spa
n>
<el-button
link
type=
"danger"
size=
"small"
@
click=
"deleteTpzccl(index)"
>
删除
</el-button>
</
template
>
</el-table-column>
...
...
@@ -2060,7 +2064,7 @@
<el-table-column
prop=
"size"
label=
"大小"
/>
<el-table-column
fixed=
"right"
label=
"操作"
width=
"100"
>
<
template
#
default=
"{ row, index }"
>
<
el-button
link
type=
"primary"
size=
"small"
@
click=
"downloadFile(row)"
>
下载
</el-butto
n>
<
span
class=
"always-click"
@
click=
"downloadFile(row)"
>
下载
</spa
n>
<el-button
link
type=
"danger"
size=
"small"
@
click=
"deleteShya(index)"
>
删除
</el-button>
</
template
>
</el-table-column>
...
...
@@ -3639,6 +3643,16 @@
}
}
}
.always-click{
padding: 2px;
font-size: 12px;
cursor: pointer !important;
color: var(--el-color-primary);
font-weight: 500;
font-family: Arial, sans-serif;
display: inline-flex;
align-items: center;
}
}
.project-tab-content{
padding: 0 20px;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment