1 line
3.5 KiB
Plaintext
1 line
3.5 KiB
Plaintext
<view class="service-skills-page data-v-c38404f0"><custom-navbar vue-id="2982347e-1" title="{{navTitle}}" showBack="{{true}}" class="data-v-c38404f0" bind:__l="__l"></custom-navbar><view class="page-content data-v-c38404f0" style="{{'padding-bottom:'+(buttonAreaHeight+'px')+';'}}"><view class="skills-container box-cont data-v-c38404f0"><view class="skills-header data-v-c38404f0"><view class="title-bar data-v-c38404f0"></view><text class="skills-title data-v-c38404f0">服务技能(多选)</text></view><block wx:if="{{editable}}"><view class="skills-subtitle data-v-c38404f0">请选择服务技能</view></block><block wx:if="{{!showPendingSkills}}"><view class="skills-list data-v-c38404f0"><block wx:for="{{$root.l0}}" wx:for-item="skill" wx:for-index="index" wx:key="id"><view class="{{['skill-item','data-v-c38404f0',(true)?'disabled':'']}}"><view class="checkbox-wrapper data-v-c38404f0"><view class="{{['checkbox','data-v-c38404f0',(skill.m0)?'checked':'']}}"><block wx:if="{{skill.m1}}"><image class="check-icon data-v-c38404f0" src="https://mrrplus.oss-cn-beijing.aliyuncs.com/photo/system/66325904-4603-48fd-b03b-90c684af96e9" mode="aspectFit"></image></block></view></view><text class="skill-name data-v-c38404f0">{{skill.$orig.title}}</text></view></block></view></block><block wx:else><view class="skills-list data-v-c38404f0"><block wx:for="{{serviceList}}" wx:for-item="skill" wx:for-index="index" wx:key="id"><view data-event-opts="{{[['tap',[['toggleSkillSelect',[index]]]]]}}" class="{{['skill-item','data-v-c38404f0',(!editable)?'disabled':'']}}" bindtap="__e"><view class="checkbox-wrapper data-v-c38404f0"><view class="{{['checkbox','data-v-c38404f0',(skill.checked)?'checked':'']}}"><block wx:if="{{skill.checked}}"><image class="check-icon data-v-c38404f0" src="https://mrrplus.oss-cn-beijing.aliyuncs.com/photo/system/66325904-4603-48fd-b03b-90c684af96e9" mode="aspectFit"></image></block></view></view><text class="skill-name data-v-c38404f0">{{skill.title}}</text></view></block></view></block></view></view><view data-ref="buttonArea" class="bottom-actions data-v-c38404f0 vue-ref"><block wx:if="{{shouldShowRejectReason}}"><view class="reject-reason data-v-c38404f0"><view class="reject-title data-v-c38404f0">您的提交已驳回</view><view class="reject-detail data-v-c38404f0">{{"驳回原因:"+backText}}</view></view></block><block wx:if="{{showAuditTip&&!showPendingSkills}}"><view class="audit-tip data-v-c38404f0"><text class="audit-text data-v-c38404f0">您的提交变更正在审核中...</text></view></block><block wx:if="{{buttonType==='change'}}"><view data-event-opts="{{[['tap',[['startChange',['$event']]]]]}}" class="action-btn change-info-btn data-v-c38404f0" bindtap="__e"><text class="btn-text data-v-c38404f0">去变更信息</text></view></block><block wx:if="{{buttonType==='edit'}}"><view class="action-buttons-row data-v-c38404f0"><view data-event-opts="{{[['tap',[['cancelChange',['$event']]]]]}}" class="action-btn cancel-btn data-v-c38404f0" bindtap="__e"><text class="btn-text cancel-text data-v-c38404f0">取消</text></view><view data-event-opts="{{[['tap',[['submitChange',['$event']]]]]}}" class="action-btn submit-btn data-v-c38404f0" bindtap="__e"><text class="btn-text data-v-c38404f0">提交</text></view></view></block><block wx:if="{{buttonType==='view'}}"><view data-event-opts="{{[['tap',[['togglePendingSkills',['$event']]]]]}}" class="action-btn view-change-btn data-v-c38404f0" bindtap="__e"><text class="btn-text data-v-c38404f0">{{showPendingSkills?'返回':'查看我的变更'}}</text></view></block></view></view> |