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
3f68767b
Commit
3f68767b
authored
Nov 15, 2024
by
李明环(东信)
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of…
Merge branch 'master' of
https://codeup.aliyun.com/62eb413b37e2c6c98549e0c9/gsh-hr-department/mp-enterprise-people-recruitment-h5
parents
1e88e13b
2fda9294
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
20 additions
and
6 deletions
+20
-6
submit.vue
src/pages/user/businessLicense/submit.vue
+20
-6
No files found.
src/pages/user/businessLicense/submit.vue
View file @
3f68767b
...
...
@@ -7,22 +7,25 @@
</view>
<view
class=
"content-wrap"
>
<view
class=
"item"
>
<view
class=
"label"
>
企业全称
</view>
<
!--
<
view
class=
"label"
>
企业全称
</view>
<view
class=
"content"
>
{{
pinias
.
formData
.
name
}}
</view>
</view>
-->
<wd-input
label=
"企业全称"
type=
"text"
v-model=
"pinias.formData.name"
placeholder=
"请输入企业名称"
/>
</view>
<view
class=
"item"
>
<view
class=
"label"
>
信用代码
</view>
<
!--
<
view
class=
"label"
>
信用代码
</view>
<view
class=
"content"
>
{{
pinias
.
formData
.
creditCode
}}
</view>
</view>
-->
<wd-input
label=
"信用代码"
type=
"text"
v-model=
"pinias.formData.creditCode"
placeholder=
"请输入信用代码"
/>
</view>
<view
class=
"item"
>
<view
class=
"label"
>
公司地址
</view>
<
!--
<
view
class=
"label"
>
公司地址
</view>
<view
class=
"content"
>
{{
pinias
.
formData
.
location
}}
</view>
</view>
-->
<wd-input
label=
"公司地址"
type=
"text"
v-model=
"pinias.formData.location"
placeholder=
"请输入公司地址"
/>
</view>
<view
class=
"item"
>
<view
class=
"label"
>
是否人资机构
</view>
...
...
@@ -229,6 +232,17 @@ const submit = () => {
padding
:
32rpx
0
;
border-bottom
:
2rpx
solid
#f3f4f8
;
align-items
:
center
;
width
:
100%
;
:deep
(
.wd-input
)
{
padding
:
0
;
width
:
100%
;
.wd-input__label-inner
{
color
:
#77818f
;
}
.wd-input__label
{
width
:
auto
;
}
}
.label
{
flex
:
0
0
184rpx
;
font-size
:
24rpx
;
...
...
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