Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
mp-enterprise-people-recruitment-h5
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
彭佳妮(贵阳日报)
mp-enterprise-people-recruitment-h5
Commits
bf6d8f88
Commit
bf6d8f88
authored
Nov 02, 2024
by
石建新(贵阳日报)
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
3198bbdb
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
4 deletions
+7
-4
addPost.vue
src/pages/signUp/addPost.vue
+7
-4
No files found.
src/pages/signUp/addPost.vue
View file @
bf6d8f88
...
@@ -183,13 +183,13 @@
...
@@ -183,13 +183,13 @@
:columns=
"levelOptions"
:columns=
"levelOptions"
value-key=
"text"
value-key=
"text"
label-key=
"text"
label-key=
"text"
v-model=
"majorSelectValue"
v-model=
"
item.
majorSelectValue"
@
confirm=
"params => handMajoration(params, item)"
@
confirm=
"params => handMajoration(params, item)"
use-default-slot
use-default-slot
>
>
<view
:class=
"`inner flex-between $
{majorSelectValue ? '' : 'placeholder'}`">
<view
:class=
"`inner flex-between $
{
item.
majorSelectValue ? '' : 'placeholder'}`">
<view
class=
"flex-align-center"
bind:tap=
"onShowIdentitySelect"
>
<view
class=
"flex-align-center"
bind:tap=
"onShowIdentitySelect"
>
{{
majorSelectValue
||
"请选择职业等级"
}}
{{
item
.
majorSelectValue
||
"请选择职业等级"
}}
</view>
</view>
</view>
</view>
</wd-picker>
</wd-picker>
...
@@ -210,7 +210,7 @@
...
@@ -210,7 +210,7 @@
value-key=
"text"
value-key=
"text"
label-key=
"text"
label-key=
"text"
@
confirm=
"params => handlelevelation(params, item)"
@
confirm=
"params => handlelevelation(params, item)"
v-model=
"certificateSelectValue"
v-model=
"
item.
certificateSelectValue"
use-default-slot
use-default-slot
>
>
<view
:class=
"`inner flex-between $
{item.certificateSelectValue ? '' : 'placeholder'}`">
<view
:class=
"`inner flex-between $
{item.certificateSelectValue ? '' : 'placeholder'}`">
...
@@ -670,6 +670,8 @@ const inputMajor = (e, item) => {
...
@@ -670,6 +670,8 @@ const inputMajor = (e, item) => {
};
};
const
handMajoration
=
(
params
,
item
)
=>
{
const
handMajoration
=
(
params
,
item
)
=>
{
const
{
selectedItems
,
value
}
=
params
;
const
{
selectedItems
,
value
}
=
params
;
console
.
log
(
"value"
,
value
);
item
.
positionalTitle
=
majorInputValue
.
value
+
"-"
+
value
;
item
.
positionalTitle
=
majorInputValue
.
value
+
"-"
+
value
;
};
};
const
selectedJobs
=
ref
([]);
const
selectedJobs
=
ref
([]);
...
@@ -714,6 +716,7 @@ const submitFrom = () => {
...
@@ -714,6 +716,7 @@ const submitFrom = () => {
"address"
,
"address"
,
"identityRequirement"
,
"identityRequirement"
,
"educationRequirement"
,
"educationRequirement"
,
"minAgeRequirement"
,
"contactPhone"
,
"contactPhone"
,
"contactPerson"
"contactPerson"
])
])
...
...
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