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