Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
Y
yn-science-front
Project
Project
Details
Activity
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
徐俊
yn-science-front
Commits
3ee59dde
Commit
3ee59dde
authored
Dec 18, 2024
by
wangxl
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
333
parent
68c1fbe6
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
9 deletions
+2
-9
expertImport.vue
src/views/expert/components/expertImport.vue
+1
-4
index.vue
src/views/expert/index.vue
+1
-1
projectCreate.vue
src/views/report/project/components/edit/projectCreate.vue
+0
-4
No files found.
src/views/expert/components/expertImport.vue
View file @
3ee59dde
...
@@ -22,7 +22,7 @@
...
@@ -22,7 +22,7 @@
</a-table>
</a-table>
</div>
</div>
<div
style=
"text-align:center;width:100%; height: 36px;"
>
<div
style=
"text-align:center;width:100%; height: 36px;"
>
<a
:href=
"
url
"
download=
"expertTemplate.xlsx"
style=
"margin-right: 30px;"
>
<a
:href=
"
'/downloadFile/expertTemplate.xlsx'
"
download=
"expertTemplate.xlsx"
style=
"margin-right: 30px;"
>
<a-icon
type=
"download"
></a-icon>
<span
style=
"color:green;text-decoration:underline;"
>
模板下载
</span>
<a-icon
type=
"download"
></a-icon>
<span
style=
"color:green;text-decoration:underline;"
>
模板下载
</span>
</a>
</a>
<a-button
type=
"primary"
@
click=
"dataImport"
:disabled=
"disabled"
>
导入
</a-button>
<a-button
type=
"primary"
@
click=
"dataImport"
:disabled=
"disabled"
>
导入
</a-button>
...
@@ -55,9 +55,6 @@ export default {
...
@@ -55,9 +55,6 @@ export default {
disabled
:
true
,
disabled
:
true
,
errorState
:
false
,
errorState
:
false
,
loading
:
false
,
loading
:
false
,
url
:
{
downloadUrl
:
'/downloadFile/expertTemplate.xlsx'
,
}
};
};
},
},
created
()
{
created
()
{
...
...
src/views/expert/index.vue
View file @
3ee59dde
...
@@ -266,7 +266,7 @@ export default {
...
@@ -266,7 +266,7 @@ export default {
let
self
=
this
let
self
=
this
this
.
$confirm
({
this
.
$confirm
({
title
:
'管理员删除'
,
title
:
'管理员删除'
,
content
:
'确定要删除
该管理员
?'
,
content
:
'确定要删除?'
,
okText
:
'确定'
,
okText
:
'确定'
,
okType
:
'danger'
,
okType
:
'danger'
,
cancelText
:
'取消'
,
cancelText
:
'取消'
,
...
...
src/views/report/project/components/edit/projectCreate.vue
View file @
3ee59dde
...
@@ -43,10 +43,6 @@ export default {
...
@@ -43,10 +43,6 @@ export default {
{
status
:
"wait"
,
title
:
'绩效指标'
,
showStatus
:
false
},
{
status
:
"wait"
,
title
:
'绩效指标'
,
showStatus
:
false
},
{
status
:
"wait"
,
title
:
'附件'
,
showStatus
:
false
}
{
status
:
"wait"
,
title
:
'附件'
,
showStatus
:
false
}
],
],
stepStyle
:
{
marginBottom
:
'60px'
,
boxShadow
:
'0px -1px 0 0 #e8e8e8 inset'
,
},
completeStatus
:
"0,0,0,0,0,0"
completeStatus
:
"0,0,0,0,0,0"
}
}
},
},
...
...
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