|
@@ -79,14 +79,21 @@
|
|
|
</label>
|
|
|
</radio-group>
|
|
|
</view>
|
|
|
- <view>
|
|
|
- <button type="default" @click="selectZy" class="phone-green-btn">选择职业名称等级</button>
|
|
|
+ <view class="form-label-input">
|
|
|
+ <view class="phone-form-label"><text class="form-label-require"></text>职业名称等级</view>
|
|
|
+ <view @click="selectZy" class="input-text-row text-ellipsis-row">
|
|
|
+ <!-- wgy看这 v-for去掉换成一个数组或字符串 -->
|
|
|
+ <view class="text-ellipsis" v-for="(item,index) in piliangArray" :key="index">{{item.name}} {{item.zyLevelName}}</view>
|
|
|
+ <icon></icon>
|
|
|
+ </view>
|
|
|
</view>
|
|
|
+
|
|
|
+ <!--
|
|
|
<view v-if="piliangArray.length>0" v-for="(item,index) in piliangArray" :key="index"
|
|
|
class="bzsm-tip-box form-top-margin">
|
|
|
<view class="tip-content-box">{{item.name}} {{item.zyLevelName}}</view>
|
|
|
|
|
|
- </view>
|
|
|
+ </view> -->
|
|
|
<view v-if="isZijiazheng !='true'" class="page-btn-box">
|
|
|
<button type="default" v-if="isZijiazheng !='true'" @click="goBack"
|
|
|
class="phone-white-btn">返回</button>
|