删除上传任务进度
This commit is contained in:
parent
58803811fb
commit
285c7ae0f7
|
|
@ -22,15 +22,7 @@
|
|||
/>
|
||||
</view>
|
||||
|
||||
<!-- 输入任务进度 -->
|
||||
<view class="form-item clickable-item" @click="openProgressPicker">
|
||||
<view class="form-icon">👤%</view>
|
||||
<view class="form-content">
|
||||
<text v-if="formData.progress !== null" class="form-value">{{ formData.progress }}%</text>
|
||||
<text v-else class="form-placeholder">输入任务进度</text>
|
||||
</view>
|
||||
<text class="arrow">›</text>
|
||||
</view>
|
||||
|
||||
|
||||
<!-- 添加照片 -->
|
||||
<view class="form-item clickable-item" @click="chooseImages">
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user