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 14811d9c
authored
Jan 04, 2024
by
Thews
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
20230104wangwansu
1 parent
e244fe48
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
8 deletions
src/views/etpManage/index.vue
src/views/etpManage/index.vue
View file @
14811d9
...
...
@@ -40,12 +40,13 @@
<!--
<el-table-column
type=
"selection"
width=
"55"
:selectable=
"selectInit"
></el-table-column>
-->
<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=
"ktpName"
label=
"专家库名称"
align=
"center"
>
<!--
<el-table-column
prop=
"ktpName"
label=
"专家库名称"
align=
"center"
>
<template
slot-scope=
"scope"
>
<span
>
{{
dicObj
.
name
[
scope
.
row
.
ktpName
]
==
null
?
(
scope
.
row
.
ktpName
):
dicObj
.
name
[
scope
.
row
.
ktpName
]
}}
</span>
</
template
>
</el-table-column>
</el-table-column>
-->
<el-table-column
prop=
"ktpName"
label=
"专家库名称"
align=
"center"
></el-table-column>
<el-table-column
prop=
"deptName"
label=
"单位"
width=
"150"
align=
"center"
></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"
>
...
...
@@ -98,8 +99,8 @@
</div>
<div
class=
"dialog_form_item"
>
<div
class=
"dialog_form_item_title"
>
专家库名称
</div>
<el-select
v-model=
"formData.
n
ame"
placeholder=
"请选择"
clearable
class=
"search_item"
>
<el-option
v-for=
"(item,idnex) in selectData1"
:key=
"idnex"
:label=
"item.
name"
:value=
"item.ktpId
"
></el-option>
<el-select
v-model=
"formData.
ktpN
ame"
placeholder=
"请选择"
clearable
class=
"search_item"
>
<el-option
v-for=
"(item,idnex) in selectData1"
:key=
"idnex"
:label=
"item.
ktpName"
:value=
"item.ktpName
"
></el-option>
</el-select>
</div>
<div
class=
"dialog_form_item"
>
...
...
@@ -176,7 +177,7 @@ export default {
openType
:
""
,
formData
:
{
deptName
:
""
,
n
ame
:
""
,
ktpN
ame
:
""
,
talentName
:
""
,
klTaglist
:
[],
level
:
""
,
...
...
@@ -320,7 +321,7 @@ export default {
this
.
title
=
"编辑专家人才库"
;
this
.
resetForm
();
this
.
formData
=
item
;
this
.
formData
.
name
=
Number
(
this
.
formData
.
n
ame
);
// this.formData.ktpName = Number(this.formData.ktpN
ame);
this
.
formData
.
state
=
String
(
this
.
formData
.
state
);
this
.
formData
.
level
=
String
(
this
.
formData
.
level
);
this
.
formData
.
klTaglist
=
[];
...
...
@@ -418,7 +419,7 @@ export default {
resetForm
(){
this
.
formData
=
{
deptName
:
""
,
n
ame
:
""
,
ktpN
ame
:
""
,
talentName
:
""
,
klTaglist
:
[],
level
:
""
,
...
...
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