提交 2a0d5082b44e0a1a6b8168a71977c8defe03991a

作者 pangy
1 个父辈 639da0f1

... ... @@ -103,11 +103,11 @@
103 103 <view wx:else class='declare_style_new orange_bg'> {{declareStatus[item.status]}}</view>
104 104 </view>
105 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 107 <text class='text_333_28 ' style='line-height:70rpx;margin-left:20rpx'>{{item.education_start}}</text>
108 108 </view>
109 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 111 <text class='text_333_28 ' style='line-height:70rpx;margin-left:20rpx'>{{item.education_end}}</text>
112 112 </view>
113 113 </view>
... ... @@ -144,7 +144,7 @@
144 144 <view wx:else class='declare_style_new orange_bg'> {{declareStatus[item.status]}}</view>
145 145 </view>
146 146 <view >
147   - <text class='text_999_28 ' style='line-height:70rpx'>发证(批准)日期</text>
  147 + <text class='text_999_28 ' style='line-height:70rpx'>发证(批准)日期</text>
148 148 <text class='text_333_28 ' style='line-height:70rpx;margin-left:20rpx'>{{item.approval_date}}</text>
149 149 </view>
150 150 <view style='display:flex;flex-direction:row'>
... ...
注册登录 后发表评论