工单
This commit is contained in:
@@ -38,11 +38,11 @@
|
||||
</view>
|
||||
|
||||
<!-- 底部操作按钮 -->
|
||||
<view v-if="(!this.isManager&&this.detailStep == 2) || this.detailStep == 0" class="btn-group">
|
||||
<view v-if="((!this.isManager&&this.detailStep != 0) || (this.isManager&&this.detailStep == 0))&&this.detailStep!=3" class="btn-group">
|
||||
<button class="btn ghost"
|
||||
@click="transfer">{{this.isManager ? '指派':this.detailStep == 0 ? '拒绝':'转派'}}</button>
|
||||
<button v-if="!this.isManager" class="btn primary"
|
||||
@click="complete">{{this.detailStep == 0 ? '接单':'完成'}}</button>
|
||||
@click="transfer">{{this.isManager ? '指派':this.detailStep == 1 ? '开始':'完成'}}</button>
|
||||
<button v-if="this.detailStep == 1" class="btn primary"
|
||||
@click="complete">转派</button>
|
||||
</view>
|
||||
|
||||
<SelectUser :visible.sync="showSelect" :list="users" :multiple="false" @confirm="onConfirm" />
|
||||
|
Reference in New Issue
Block a user