20 lines
711 B
HTML
20 lines
711 B
HTML
<!--
|
|
* @Description :
|
|
* @Version : 1.0
|
|
* @Author : Shiming
|
|
* @Date : 2021-12-14 20:39:34
|
|
* @LastEditors : Shiming
|
|
* @LastEditTime : 2022-01-18 17:28:17
|
|
* @FilePath : \\tms-obc-web\\src\\app\\routes\\supply-management\\components\\onecar-publish\\publish-success\\publish-success.component.html
|
|
* Copyright (C) 2022 huzhenhong. All rights reserved.
|
|
-->
|
|
|
|
<div style="margin-top: 64px">
|
|
<nz-result nzStatus="success" [nzTitle]="title">
|
|
<div nz-result-extra>
|
|
<button nz-button nzSize="large" [nzType]="'primary'" (click)="continue()"> 继续下单</button>
|
|
<button nz-button nzSize="large" (click)="view()"> 查看货源</button>
|
|
</div>
|
|
</nz-result>
|
|
</div>
|