|
@@ -241,33 +241,6 @@
|
|
|
</view>
|
|
|
</view>
|
|
|
</view>
|
|
|
- <view class="popup">
|
|
|
- <view class="popup-title">
|
|
|
- <text class="title">求职状态</text>
|
|
|
- <uni-icons
|
|
|
- type="closeempty"
|
|
|
- size="24"
|
|
|
- />
|
|
|
- </view>
|
|
|
- <view class="popup-content">
|
|
|
- <view
|
|
|
- v-for="status in jobStatusList"
|
|
|
- :key="status.id"
|
|
|
- class="box"
|
|
|
- :class="{ active: jobStatusCheck === status.value }"
|
|
|
- @tap="handleChangeJobStatus(status.value)"
|
|
|
- >
|
|
|
- <text>{{ status.label }}</text>
|
|
|
- <uni-icons
|
|
|
- v-if="jobStatusCheck === status.value"
|
|
|
- type="checkmarkempty"
|
|
|
- color="#008978"
|
|
|
- size="24"
|
|
|
- />
|
|
|
- </view>
|
|
|
- </view>
|
|
|
- </view>
|
|
|
-
|
|
|
</layout-page>
|
|
|
</template>
|
|
|
|