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
f381232f
Commit
f381232f
authored
Dec 12, 2024
by
徐俊
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
xujun
parent
5e3ca1bd
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
3 deletions
+5
-3
projectSelectIntoGroup.vue
src/views/peAssign/components/projectSelectIntoGroup.vue
+5
-3
No files found.
src/views/peAssign/components/projectSelectIntoGroup.vue
View file @
f381232f
...
...
@@ -8,7 +8,8 @@
<a-input
placeholder=
"项目编号"
v-model=
"searchForm.projNo"
:maxLength=
"100"
style=
"width: 120px"
/>
</a-form-item>
<a-form-item>
<para-multi-select
v-model=
"searchForm.knowledgeId"
@
parentChange=
"parChange"
:typeId=
"57"
:width=
"120"
/>
<!--
<para-multi-select
v-model=
"searchForm.knowledgeId"
@
parentChange=
"parChange"
:typeId=
"57"
:width=
"120"
/>
-->
<knowledge-select
v-model=
"searchForm.knowledgeId"
></knowledge-select>
</a-form-item>
<!--
<br
/>
-->
<a-form-item>
...
...
@@ -35,6 +36,7 @@
<
script
>
import
{
getType
}
from
'@/views/utils/auth'
import
{
isEmptyParams
,
hideIdCard
}
from
'@/views/utils/common'
import
knowledgeSelect
from
'@/views/components/common/knowledgeSelect.vue'
export
default
{
...
...
@@ -48,7 +50,7 @@ export default {
}
},
components
:
{
knowledgeSelect
},
data
()
{
return
{
...
...
@@ -59,7 +61,7 @@ export default {
// { title: "项目名称", scopedSlots: { customRender: 'projName' } },
{
title
:
"项目名称"
,
dataIndex
:
'projName'
,
align
:
'left'
,
width
:
200
,
ellipsis
:
true
},
{
title
:
'项目编号'
,
dataIndex
:
'projNo'
,
align
:
'center'
,
width
:
160
},
{
title
:
'
二级
学科'
,
dataIndex
:
'knowledgeName'
,
align
:
'center'
,
width
:
100
},
{
title
:
'学科'
,
dataIndex
:
'knowledgeName'
,
align
:
'center'
,
width
:
100
},
{
title
:
'申报单位'
,
dataIndex
:
'appUnitName'
,
align
:
'center'
,
width
:
160
,
ellipsis
:
true
},
{
title
:
'证件号'
,
dataIndex
:
'certId'
,
align
:
'center'
,
width
:
150
},
{
title
:
'申报人'
,
dataIndex
:
'appPersonName'
,
align
:
'center'
,
width
:
80
}
...
...
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