Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
I
intelligent_station_web
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
张伯涛
intelligent_station_web
Commits
33f704f5
Commit
33f704f5
authored
Dec 11, 2024
by
liangjingpeng
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
评审专家-申报信息3
评审专家-步骤条
parent
9264d7bf
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
229 additions
and
64 deletions
+229
-64
index.vue
src/views/reviewExperts/topicList/index.vue
+5
-11
reviewPage.vue
src/views/reviewExperts/topicList/reviewPage.vue
+224
-53
No files found.
src/views/reviewExperts/topicList/index.vue
View file @
33f704f5
...
@@ -154,7 +154,7 @@
...
@@ -154,7 +154,7 @@
<!-- @click="handleUpdate(scope.row)"-->
<!-- @click="handleUpdate(scope.row)"-->
<!-- >修改-->
<!-- >修改-->
<!--
</el-button>
-->
<!--
</el-button>
-->
<el-button
v-if=
"scope.row.state === '验收评审中'
"
icon=
"el-icon-edit-outline"
@
click=
"handleAcceptance
(scope.row)"
/>
<el-button
v-if=
"scope.row.state === '验收评审中'
||scope.row.state === '立项评审中'"
icon=
"el-icon-edit-outline"
@
click=
"handleProject
(scope.row)"
/>
<el-button
v-if=
"scope.row.state === '立项评审中'"
icon=
"el-icon-edit-outline"
@
click=
"handleProject(scope.row)"
/>
<el-button
v-if=
"scope.row.state === '立项评审中'"
icon=
"el-icon-edit-outline"
@
click=
"handleProject(scope.row)"
/>
<el-button
v-else
icon=
"el-icon-search"
/>
<el-button
v-else
icon=
"el-icon-search"
/>
<!--
<el-button-->
<!--
<el-button-->
...
@@ -436,20 +436,14 @@ export default {
...
@@ -436,20 +436,14 @@ export default {
this
.
title
=
'修改标签信息'
this
.
title
=
'修改标签信息'
})
})
},
},
/** 验收评审中操作按钮*/
/** 评审中操作按钮*/
handleAcceptance
(
row
)
{
console
.
log
(
'row'
,
row
)
this
.
$router
.
push
({
path
:
'/myTopic/newTopic'
,
query
:
{}
})
},
/** 立项评审中操作按钮*/
handleProject
(
row
)
{
handleProject
(
row
)
{
console
.
log
(
'row'
,
row
)
console
.
log
(
'row'
,
row
)
this
.
$router
.
push
({
this
.
$router
.
push
({
path
:
'/reviewExperts/topicList/reviewPage'
,
path
:
'/reviewExperts/topicList/reviewPage'
,
query
:
{}
query
:
{
state
:
row
.
state
,
}
})
})
},
},
// 改变状态
// 改变状态
...
...
src/views/reviewExperts/topicList/reviewPage.vue
View file @
33f704f5
This diff is collapsed.
Click to expand it.
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