Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
liangzhen
/
framework-tools-web
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit a4b76b27
authored
Dec 20, 2023
by
Thews
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
20231220汪皖苏
1 parent
0656a4df
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
15 additions
and
1 deletions
src/views/etpManage/index.vue
src/views/etpManage/index.vue
View file @
a4b76b2
...
...
@@ -41,7 +41,11 @@
<el-table-column
type=
"selection"
width=
"55"
></el-table-column>
<el-table-column
type=
"index"
label=
"序号"
width=
"80"
align=
"center"
></el-table-column>
<el-table-column
prop=
"deptName"
label=
"单位"
width=
"150"
align=
"center"
></el-table-column>
<el-table-column
prop=
"name"
label=
"专家库名称"
align=
"center"
></el-table-column>
<el-table-column
prop=
"name"
label=
"专家库名称"
align=
"center"
>
<template
slot-scope=
"scope"
>
<span
>
{{
dicObj
.
name
[
scope
.
row
.
name
]
==
null
?
(
scope
.
row
.
name
):
dicObj
.
name
[
scope
.
row
.
name
]
}}
</span>
</
template
>
</el-table-column>
<el-table-column
prop=
"talentName"
label=
"专家名称"
align=
"center"
></el-table-column>
<el-table-column
prop=
""
width=
"250"
label=
"专业标签"
align=
"center"
>
<
template
slot-scope=
"scope"
>
...
...
@@ -218,6 +222,16 @@ export default {
2
:
"信息化"
,
3
:
"技术"
,
},
ktagId
:
{
1
:
"设备"
,
2
:
"信息化"
,
3
:
"技术"
,
},
name
:{
21
:
"专家业务库"
,
22
:
"专家文档库"
,
23
:
"专家评审库"
,
}
},
selectData1
:
[
],
...
...
Write
Preview
Markdown
is supported
Attach a file
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 post a comment