This commit is contained in:
DESKTOP-GMUNQ1B\k 2024-03-29 16:50:23 +08:00
parent d06a841a59
commit d295989f8d

View File

@ -383,7 +383,7 @@
</template>
<style lang="scss">
.popups {
width: 600rpx;
width: 640rpx;
background-color: #fff;
border-radius: 18rpx;
padding: 30rpx;
@ -400,21 +400,19 @@
.popups-item {
display: flex;
justify-content: space-between;
align-items: center;
margin-bottom: 30rpx;
.popups-item-label {
width: 240rpx;
width: 160rpx;
font-size: 28rpx;
color: #282828;
text-align-last: justify;
margin-right: 40rpx;
}
.popups-item-val {
flex: 1;
color: #868686;
display: flex;
flex-wrap: nowrap;
justify-content: flex-end;
}
}
}
@ -543,6 +541,8 @@
},
onLoad(options) {
//
if (options.type == 2) this.changeSaleType(2);
if (options.sale_type) this.sale_type = options.sale_type;
if (options.status) this.orderStatus = options.status;
let user = this.$store.state.app.userInfo;