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
04c44d35
Commit
04c44d35
authored
Dec 13, 2024
by
liangjingpeng
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
细节修改1
parent
4fea5d5a
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
71 additions
and
57 deletions
+71
-57
index.vue
src/views/reviewExperts/topicList/index.vue
+69
-56
reviewPage.vue
src/views/reviewExperts/topicList/reviewPage.vue
+2
-1
No files found.
src/views/reviewExperts/topicList/index.vue
View file @
04c44d35
<
template
>
<
template
>
<div
class=
"app-container"
>
<div
class=
"app-container"
>
<div
v-if=
"themeType === '8'"
class=
"tableTitle"
>
评审课题
</div>
<div
v-if=
"themeType === '8'"
class=
"tableTitle"
>
评审课题
</div>
<
!--
<div
class=
"search"
>
--
>
<
div
class=
"search"
>
<div>
<div>
<el-form
ref=
"queryForm"
style=
"padding: 0 0 0 10px; margin-top: 16px"
:model=
"queryParams"
:inline=
"true"
>
<el-form
ref=
"queryForm"
style=
"padding: 0 0 0 10px; margin-top: 16px"
:model=
"queryParams"
:inline=
"true"
>
<el-form-item
label=
"课题类型"
prop=
"labelType"
>
<el-form-item
label=
"课题类型"
prop=
"labelType"
>
...
@@ -84,6 +84,7 @@
...
@@ -84,6 +84,7 @@
</div>
</div>
</el-form>
</el-form>
</div>
</div>
</div>
<div
style=
"padding:5px 10px"
>
<div
style=
"padding:5px 10px"
>
<div
v-if=
"themeType !== '8'"
class=
"tableTitle"
>
标签管理列表
</div>
<div
v-if=
"themeType !== '8'"
class=
"tableTitle"
>
标签管理列表
</div>
<el-table
v-loading=
"loading"
border
:data=
"resLabelInfoList"
>
<el-table
v-loading=
"loading"
border
:data=
"resLabelInfoList"
>
...
@@ -296,12 +297,24 @@ export default {
...
@@ -296,12 +297,24 @@ export default {
// 状态菜单
// 状态菜单
statusOptions
:
[
statusOptions
:
[
{
{
dictLabel
:
'启用'
,
dictLabel
:
'立项评审中'
,
dictValue
:
'0'
},
{
dictLabel
:
'项目申报中'
,
dictValue
:
'1'
dictValue
:
'1'
},
},
{
{
dictLabel
:
'停用'
,
dictLabel
:
'验收评审中'
,
dictValue
:
'0'
dictValue
:
'2'
},
{
dictLabel
:
'验收申请中'
,
dictValue
:
'3'
},
{
dictLabel
:
'验收完成'
,
dictValue
:
'4'
}
}
],
],
sortOptions
:
[
sortOptions
:
[
...
...
src/views/reviewExperts/topicList/reviewPage.vue
View file @
04c44d35
...
@@ -16,7 +16,8 @@
...
@@ -16,7 +16,8 @@
<el-step
title=
"步骤 3"
>
<el-step
title=
"步骤 3"
>
<div
slot=
"title"
>
<div
slot=
"title"
>
<span
v-if=
"active === 2"
class=
"step-title"
>
验收评审中
<a
style=
"color: #bc14ff;font-weight: normal;"
>
(待本人评审)
</a></span>
<span
v-if=
"active === 2"
class=
"step-title"
>
验收评审中
<a
style=
"color: #bc14ff;font-weight: normal;"
>
(待本人评审)
</a></span>
<span
v-else
class=
"step-title"
>
验收评审完成
<a
style=
"color: #bc14ff"
>
(本人已评审)
</a></span>
<span
v-else-if=
"active ===3"
class=
"step-title"
>
验收评审完成
<a
style=
"color: #bc14ff"
>
(本人已评审)
</a></span>
<span
v-else
class=
"step-title"
>
验收完成
</span>
</div>
</div>
</el-step>
</el-step>
</el-steps>
</el-steps>
...
...
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