|
@@ -91,7 +91,7 @@ |
|
@@ -91,7 +91,7 @@ |
91
|
<view wx:for="{{additionInfo}}">
|
91
|
<view wx:for="{{additionInfo}}">
|
92
|
<view style='margin:30rpx;padding-left: 30rpx' class='card_rectangle_bg_column' wx:if="{{item.education_type==''||item.education_type=='title'}}">
|
92
|
<view style='margin:30rpx;padding-left: 30rpx' class='card_rectangle_bg_column' wx:if="{{item.education_type==''||item.education_type=='title'}}">
|
93
|
<view style='height:110rpx'>
|
93
|
<view style='height:110rpx'>
|
94
|
- <text class='text_gray_36' style='line-height:110rpx'>学历教育</text>
|
94
|
+ <text class='text_gray_36' style='line-height:110rpx'>学历(学位)继续教育</text>
|
95
|
<view wx:if="{{item.status=='failed'}}" class='declare_style red_bg'> {{declareStatus[item.status]}}</view>
|
95
|
<view wx:if="{{item.status=='failed'}}" class='declare_style red_bg'> {{declareStatus[item.status]}}</view>
|
96
|
<view wx:if="{{item.status=='success'}}" class='declare_style blue_bg'> {{declareStatus[item.status]}}</view>
|
96
|
<view wx:if="{{item.status=='success'}}" class='declare_style blue_bg'> {{declareStatus[item.status]}}</view>
|
97
|
<view wx:else class='declare_style orange_bg'> {{declareStatus[item.status]}}</view>
|
97
|
<view wx:else class='declare_style orange_bg'> {{declareStatus[item.status]}}</view>
|
|
@@ -103,15 +103,15 @@ |
|
@@ -103,15 +103,15 @@ |
103
|
<text class='text_333_28 ' style='line-height:70rpx;margin-left:20rpx'>{{item.education_type}}</text>
|
103
|
<text class='text_333_28 ' style='line-height:70rpx;margin-left:20rpx'>{{item.education_type}}</text>
|
104
|
</view> -->
|
104
|
</view> -->
|
105
|
<view style='height:70rpx'>
|
105
|
<view style='height:70rpx'>
|
106
|
- <text class='text_999_28 ' style='line-height:70rpx'>教育阶段:</text>
|
106
|
+ <text class='text_999_28 ' style='line-height:70rpx'>受教育阶段:</text>
|
107
|
<text class='text_333_28 ' style='line-height:70rpx;margin-left:20rpx'>{{item.education_period}}</text>
|
107
|
<text class='text_333_28 ' style='line-height:70rpx;margin-left:20rpx'>{{item.education_period}}</text>
|
108
|
</view>
|
108
|
</view>
|
109
|
<view style='height:70rpx'>
|
109
|
<view style='height:70rpx'>
|
110
|
- <text class='text_999_28 ' style='line-height:70rpx'>入学时间起:</text>
|
110
|
+ <text class='text_999_28 ' style='line-height:70rpx'>受教育日期起</text>
|
111
|
<text class='text_333_28 ' style='line-height:70rpx;margin-left:20rpx'>{{item.education_start}}</text>
|
111
|
<text class='text_333_28 ' style='line-height:70rpx;margin-left:20rpx'>{{item.education_start}}</text>
|
112
|
</view>
|
112
|
</view>
|
113
|
<view style='height:70rpx'>
|
113
|
<view style='height:70rpx'>
|
114
|
- <text class='text_999_28 ' style='line-height:70rpx'>(预计)毕业时间</text>
|
114
|
+ <text class='text_999_28 ' style='line-height:70rpx'>受教育日期止</text>
|
115
|
<text class='text_333_28 ' style='line-height:70rpx;margin-left:20rpx'>{{item.education_end}}</text>
|
115
|
<text class='text_333_28 ' style='line-height:70rpx;margin-left:20rpx'>{{item.education_end}}</text>
|
116
|
</view>
|
116
|
</view>
|
117
|
<view style='height:70rpx'>
|
117
|
<view style='height:70rpx'>
|
|
@@ -127,7 +127,7 @@ |
|
@@ -127,7 +127,7 @@ |
127
|
</view>
|
127
|
</view>
|
128
|
<view style='margin:30rpx;padding-left: 30rpx' class='card_rectangle_bg_column' wx:if="{{item.education_type=='profession'||item.education_type=='major'}}">
|
128
|
<view style='margin:30rpx;padding-left: 30rpx' class='card_rectangle_bg_column' wx:if="{{item.education_type=='profession'||item.education_type=='major'}}">
|
129
|
<view style='height:110rpx'>
|
129
|
<view style='height:110rpx'>
|
130
|
- <text class='text_gray_36' style='line-height:110rpx'>非学历教育</text>
|
130
|
+ <text class='text_gray_36' style='line-height:110rpx'>职业资格继续教育</text>
|
131
|
<view wx:if="{{item.status=='failed'}}" class='declare_style red_bg'> {{declareStatus[item.status]}}</view>
|
131
|
<view wx:if="{{item.status=='failed'}}" class='declare_style red_bg'> {{declareStatus[item.status]}}</view>
|
132
|
<view wx:if="{{item.status=='success'}}" class='declare_style blue_bg'> {{declareStatus[item.status]}}</view>
|
132
|
<view wx:if="{{item.status=='success'}}" class='declare_style blue_bg'> {{declareStatus[item.status]}}</view>
|
133
|
<view wx:else class='declare_style orange_bg'> {{declareStatus[item.status]}}</view>
|
133
|
<view wx:else class='declare_style orange_bg'> {{declareStatus[item.status]}}</view>
|
|
@@ -139,7 +139,7 @@ |
|
@@ -139,7 +139,7 @@ |
139
|
<text class='text_333_28 ' style='line-height:70rpx;margin-left:20rpx'>{{item.education_type=='title'?"学历教育":"非学历教育"}}</text>
|
139
|
<text class='text_333_28 ' style='line-height:70rpx;margin-left:20rpx'>{{item.education_type=='title'?"学历教育":"非学历教育"}}</text>
|
140
|
</view> -->
|
140
|
</view> -->
|
141
|
<view style='height:70rpx'>
|
141
|
<view style='height:70rpx'>
|
142
|
- <text class='text_999_28 ' style='line-height:70rpx'>继续教育类型:</text>
|
142
|
+ <text class='text_999_28 ' style='line-height:70rpx'>教育类型:</text>
|
143
|
<text class='text_333_28 ' style='line-height:70rpx;margin-left:20rpx'>{{item.education_type=='major'?"专业技术人员职业资格":"技能人员职业资格"}}</text>
|
143
|
<text class='text_333_28 ' style='line-height:70rpx;margin-left:20rpx'>{{item.education_type=='major'?"专业技术人员职业资格":"技能人员职业资格"}}</text>
|
144
|
</view>
|
144
|
</view>
|
145
|
<view style='height:70rpx'>
|
145
|
<view style='height:70rpx'>
|