工单细节处理
This commit is contained in:
@@ -164,8 +164,8 @@
|
||||
<view class="title-bar"></view>
|
||||
<text class="title-text">处理记录</text>
|
||||
</view>
|
||||
<!-- 处理人记录处理过程 -->
|
||||
<view v-if="isProcessor" class="add-process-section">
|
||||
<!-- 处理人记录处理过程 - 仅在处理中状态显示 -->
|
||||
<view v-if="isProcessor && workcase.status === 'processing'" class="add-process-section">
|
||||
<button class="add-process-btn" type="primary" size="mini" @tap="navigateToAddProcess">
|
||||
添加处理记录
|
||||
</button>
|
||||
|
||||
Reference in New Issue
Block a user