This commit is contained in:
@@ -58,7 +58,7 @@
|
||||
</view>
|
||||
|
||||
<!-- 底部操作按钮 -->
|
||||
<view
|
||||
<!-- <view
|
||||
v-if="((!isManager && detailStep != 0) || (isManager && detailStep == 0)) && detailStep != 3&&!isNaomalUser"
|
||||
class="btn-group">
|
||||
<button class="btn ghost"
|
||||
@@ -67,7 +67,7 @@
|
||||
</view>
|
||||
<view class="kg">
|
||||
</view>
|
||||
<SelectUser :visible.sync="showSelect" :list="users" :multiple="false" @confirm="onConfirm" />
|
||||
<SelectUser :visible.sync="showSelect" :list="users" :multiple="false" @confirm="onConfirm" /> -->
|
||||
</view>
|
||||
</template>
|
||||
|
||||
@@ -121,7 +121,6 @@ export default {
|
||||
else if (this.detail.status == 3) currentIndex = 2;
|
||||
else if (this.detail.status == 4) currentIndex = 3;
|
||||
this.detailStep = currentIndex;
|
||||
console.log('t1',this.de)
|
||||
},
|
||||
getStatusLabel(status) {
|
||||
const statusMap = {
|
||||
|
Reference in New Issue
Block a user