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
68758a23
Commit
68758a23
authored
Dec 26, 2024
by
wangxl
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
2222
parent
4cc12ad4
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
projectAssignDetail.vue
src/views/assign/components/projectAssignDetail.vue
+2
-2
final.vue
src/views/audit/project/final.vue
+2
-2
No files found.
src/views/assign/components/projectAssignDetail.vue
View file @
68758a23
...
...
@@ -19,14 +19,14 @@
<a-button
icon=
"reload"
style=
"margin-left: 10px"
@
click=
"reset"
class=
"bt-normal"
>
重置
</a-button>
</a-form-item>
<a-form-item>
<a-tag
:color=
"'#2db7f5'"
>
{{
'技术专家'
}}
</a-tag>
<a-tag
:color=
"'#
f50
'"
>
{{
'财务专家'
}}
</a-tag>
<a-tag
:color=
"'#2db7f5'"
>
{{
'技术专家'
}}
</a-tag>
<a-tag
:color=
"'#
87d068
'"
>
{{
'财务专家'
}}
</a-tag>
</a-form-item>
</a-form>
<a-divider
style=
"height: 1px; background-color: #e8e8e8;"
/>
<a-table
:dataSource=
"tableData"
:columns=
"columns"
rowKey=
"id"
:pagination=
"false"
:loading=
"loading"
>
<template
slot=
"personName"
slot-scope=
"record"
>
<a-tag
:color=
"'#2db7f5'"
v-if=
"record.expertType==1"
>
{{
record
.
personName
}}
</a-tag>
<a-tag
:color=
"'#
f50
'"
v-if=
"record.expertType==2"
>
{{
record
.
personName
}}
</a-tag>
<a-tag
:color=
"'#
87d068
'"
v-if=
"record.expertType==2"
>
{{
record
.
personName
}}
</a-tag>
</
template
>
<
template
slot=
"spec"
slot-scope=
"record"
>
<span
v-for=
"data in record.specList"
:key=
"data.id"
:color=
"'green'"
>
{{
data
.
specName
+
' '
}}
</span>
...
...
src/views/audit/project/final.vue
View file @
68758a23
...
...
@@ -31,7 +31,7 @@
<btn-group
:data=
"tabDate"
:itemCount=
"itemCount"
v-model=
"activekey"
@
change=
"callback"
/>
</div>
<div
style=
"display: inline-block;width:50%;text-align: right;"
>
<a-tag
:color=
"'#2db7f5'"
>
{{
'技术专家'
}}
</a-tag>
<a-tag
:color=
"'#
f50
'"
>
{{
'财务专家'
}}
</a-tag>
<a-tag
:color=
"'#2db7f5'"
>
{{
'技术专家'
}}
</a-tag>
<a-tag
:color=
"'#
87d068
'"
>
{{
'财务专家'
}}
</a-tag>
<a-button
type=
"primary"
@
click=
"exportData"
icon=
"download"
>
Excel
</a-button>
</div>
</div>
...
...
@@ -55,7 +55,7 @@
<a-table
:dataSource=
"record.assignList"
:columns=
"innerColumns"
rowKey=
"id"
:pagination=
"false"
>
<
template
slot=
"personName"
slot-scope=
"obj"
>
<a-tag
:color=
"'#2db7f5'"
v-if=
"obj.expertType==1"
>
{{
obj
.
personName
}}
</a-tag>
<a-tag
:color=
"'#
f50
'"
v-if=
"obj.expertType==2"
>
{{
obj
.
personName
}}
</a-tag>
<a-tag
:color=
"'#
87d068
'"
v-if=
"obj.expertType==2"
>
{{
obj
.
personName
}}
</a-tag>
</
template
>
<
template
slot=
"evaluationType"
slot-scope=
"obj"
>
<a-tag
:color=
"'#87d068'"
v-if=
"obj.evaluationType==1"
>
A类(通过)
</a-tag>
...
...
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