1

parent 16a17287
......@@ -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,12 @@ const submit = () => {
padding: 32rpx 0;
border-bottom: 2rpx solid #f3f4f8;
align-items: center;
:deep(.wd-input) {
padding: 0;
.wd-input__label-inner {
color: #77818f;
}
}
.label {
flex: 0 0 184rpx;
font-size: 24rpx;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment