This commit is contained in:
wangshiming
2022-03-02 16:30:19 +08:00
parent 1db6ff1c4e
commit 1155b23859
4 changed files with 21 additions and 37 deletions

View File

@ -894,7 +894,7 @@ resourceStatus: any;
const modalRef = this.modal.create({
nzTitle: '查看轨迹',
nzContent: OneCarOrderViewtrackComponent,
nzWidth: 1200,
nzWidth: '800px',
nzComponentParams: {
i: item,
},