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
0ddf4bb6
Commit
0ddf4bb6
authored
Dec 05, 2024
by
wangxl
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
777
parent
8dd7495a
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
7 additions
and
7 deletions
+7
-7
index.vue
src/views/assign/index.vue
+1
-1
index.vue
src/views/expert/index.vue
+1
-1
personEdit.vue
src/views/manager/person/components/personEdit.vue
+1
-1
personEdit.vue
src/views/person/components/personEdit.vue
+1
-1
Index.vue
src/views/personInfo/Index.vue
+1
-1
projGroupMember.vue
.../report/project/components/keyProject/projGroupMember.vue
+1
-1
memberEdit.vue
src/views/report/project/components/memberEdit.vue
+1
-1
No files found.
src/views/assign/index.vue
View file @
0ddf4bb6
...
@@ -15,7 +15,7 @@
...
@@ -15,7 +15,7 @@
<a-input
placeholder=
"工作单位"
v-model=
"expertSearchForm.workUnit"
:maxLength=
"100"
style=
"width: 150px"
/>
<a-input
placeholder=
"工作单位"
v-model=
"expertSearchForm.workUnit"
:maxLength=
"100"
style=
"width: 150px"
/>
</a-form-item>
</a-form-item>
<a-form-item>
<a-form-item>
<para-multi-select-tow
v-model=
"expertSearchForm.spec"
@
parentChange=
"parChange"
:title=
"'专业'"
:objType=
"'expert'"
:typeId=
"
42
"
:width=
"150"
/>
<para-multi-select-tow
v-model=
"expertSearchForm.spec"
@
parentChange=
"parChange"
:title=
"'专业'"
:objType=
"'expert'"
:typeId=
"
57
"
:width=
"150"
/>
</a-form-item>
</a-form-item>
<a-form-item>
<a-form-item>
<a-button
type=
"primary"
icon=
"search"
@
click=
"expertSearch"
>
搜索
</a-button>
<a-button
type=
"primary"
icon=
"search"
@
click=
"expertSearch"
>
搜索
</a-button>
...
...
src/views/expert/index.vue
View file @
0ddf4bb6
...
@@ -27,7 +27,7 @@
...
@@ -27,7 +27,7 @@
<para-multi-select
v-model=
"searchForm.title"
@
parentChange=
"titleChange"
:title=
"'职称'"
:objType=
"'project'"
:typeId=
"7"
:width=
"150"
/>
<para-multi-select
v-model=
"searchForm.title"
@
parentChange=
"titleChange"
:title=
"'职称'"
:objType=
"'project'"
:typeId=
"7"
:width=
"150"
/>
</a-form-item>
</a-form-item>
<a-form-item>
<a-form-item>
<para-multi-select
v-model=
"searchForm.spec"
@
parentChange=
"specChange"
:title=
"'评审专业'"
:objType=
"'project'"
:typeId=
"
42
"
:width=
"150"
/>
<para-multi-select
v-model=
"searchForm.spec"
@
parentChange=
"specChange"
:title=
"'评审专业'"
:objType=
"'project'"
:typeId=
"
57
"
:width=
"150"
/>
</a-form-item>
</a-form-item>
<a-form-item>
<a-form-item>
<a-button
type=
"primary"
icon=
"search"
@
click=
"search"
>
搜索
</a-button>
<a-button
type=
"primary"
icon=
"search"
@
click=
"search"
>
搜索
</a-button>
...
...
src/views/manager/person/components/personEdit.vue
View file @
0ddf4bb6
...
@@ -68,7 +68,7 @@
...
@@ -68,7 +68,7 @@
</a-col>
</a-col>
<a-col
:span=
"20"
>
<a-col
:span=
"20"
>
<a-form-model-item
ref=
"spec"
prop=
"spec"
:label-col=
"
{ span: 3 }" :wrapper-col="{ span: 21 }">
<a-form-model-item
ref=
"spec"
prop=
"spec"
:label-col=
"
{ span: 3 }" :wrapper-col="{ span: 21 }">
<para-multi-select
v-model=
"formData.spec"
:typeId=
"
42
"
/>
<para-multi-select
v-model=
"formData.spec"
:typeId=
"
57
"
/>
</a-form-model-item>
</a-form-model-item>
</a-col>
</a-col>
</a-row>
</a-row>
...
...
src/views/person/components/personEdit.vue
View file @
0ddf4bb6
...
@@ -59,7 +59,7 @@
...
@@ -59,7 +59,7 @@
</a-col>
</a-col>
<a-col
:span=
"20"
>
<a-col
:span=
"20"
>
<a-form-model-item
ref=
"spec"
prop=
"spec"
:label-col=
"
{ span: 3 }" :wrapper-col="{ span: 21 }">
<a-form-model-item
ref=
"spec"
prop=
"spec"
:label-col=
"
{ span: 3 }" :wrapper-col="{ span: 21 }">
<para-multi-select
v-model=
"formData.spec"
:typeId=
"
42
"
/>
<para-multi-select
v-model=
"formData.spec"
:typeId=
"
57
"
/>
</a-form-model-item>
</a-form-model-item>
</a-col>
</a-col>
</a-row>
</a-row>
...
...
src/views/personInfo/Index.vue
View file @
0ddf4bb6
...
@@ -85,7 +85,7 @@
...
@@ -85,7 +85,7 @@
<para-multi-select
:width=
"180"
v-model=
"formData.title"
:typeId=
"7"
/>
<para-multi-select
:width=
"180"
v-model=
"formData.title"
:typeId=
"7"
/>
</a-form-model-item>
</a-form-model-item>
<a-form-model-item
label=
"专 业"
prop=
"spec"
>
<a-form-model-item
label=
"专 业"
prop=
"spec"
>
<para-multi-select
:width=
"180"
v-model=
"formData.spec"
:typeId=
"
42
"
/>
<para-multi-select
:width=
"180"
v-model=
"formData.spec"
:typeId=
"
57
"
/>
</a-form-model-item>
</a-form-model-item>
<a-form-model-item
label=
"邮 箱"
prop=
"email"
>
<a-form-model-item
label=
"邮 箱"
prop=
"email"
>
<a-input
v-model=
"formData.email"
:maxLength=
"30"
style=
"width:180px;"
/>
<a-input
v-model=
"formData.email"
:maxLength=
"30"
style=
"width:180px;"
/>
...
...
src/views/report/project/components/keyProject/projGroupMember.vue
View file @
0ddf4bb6
...
@@ -112,7 +112,7 @@
...
@@ -112,7 +112,7 @@
<div
class=
"special-middle"
>
<div
class=
"special-middle"
>
<div>
<div>
<a-form-model-item
:prop=
"'members.' + index + '.spec'"
:rules=
"
{required: true,message: '*',trigger: 'change',}">
<a-form-model-item
:prop=
"'members.' + index + '.spec'"
:rules=
"
{required: true,message: '*',trigger: 'change',}">
<para-multi-select
v-model=
"item.spec"
:width=
"120"
:typeId=
"
42
"
/>
<para-multi-select
v-model=
"item.spec"
:width=
"120"
:typeId=
"
57
"
/>
</a-form-model-item>
</a-form-model-item>
</div>
</div>
</div>
</div>
...
...
src/views/report/project/components/memberEdit.vue
View file @
0ddf4bb6
...
@@ -113,7 +113,7 @@
...
@@ -113,7 +113,7 @@
</a-col>
</a-col>
<a-col
:span=
"20"
>
<a-col
:span=
"20"
>
<a-form-model-item
prop=
"spec"
>
<a-form-model-item
prop=
"spec"
>
<para-multi-select
v-model=
"memObject.spec"
:typeId=
"
42
"
:width=
"120"
@
changeTitle=
"(e)=>
{ memObject.specName = e}" />
<para-multi-select
v-model=
"memObject.spec"
:typeId=
"
57
"
:width=
"120"
@
changeTitle=
"(e)=>
{ memObject.specName = e}" />
</a-form-model-item>
</a-form-model-item>
</a-col>
</a-col>
</a-row>
</a-row>
...
...
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