31 lines
529 B
Vue
31 lines
529 B
Vue
|
<docs>
|
||
|
---
|
||
|
order: 0
|
||
|
title:
|
||
|
zh-CN: Success
|
||
|
en-US: Success
|
||
|
---
|
||
|
|
||
|
## zh-CN
|
||
|
|
||
|
成功的结果。
|
||
|
|
||
|
## en-US
|
||
|
|
||
|
Show successful results.
|
||
|
|
||
|
</docs>
|
||
|
|
||
|
<template>
|
||
|
<a-result
|
||
|
status="success"
|
||
|
title="Successfully Purchased Cloud Server ECS!"
|
||
|
sub-title="Order number: 2017182818828182881 Cloud server configuration takes 1-5 minutes, please wait."
|
||
|
>
|
||
|
<template #extra>
|
||
|
<a-button key="console" type="primary">Go Console</a-button>
|
||
|
<a-button key="buy">Buy Again</a-button>
|
||
|
</template>
|
||
|
</a-result>
|
||
|
</template>
|