Merge branch 'develop' of https://gitee.com/siwa-team/dawa-vue into develop
This commit is contained in:
commit
fb6aecd22c
|
@ -1,5 +1,5 @@
|
||||||
<template>
|
<template>
|
||||||
<a-result :status="projectSaveStatus" :title="projectSaveStatus" :sub-title="description">
|
<a-result :status="projectSaveStatus" :title="projectSaveStatus == 'success' ? '保存成功':'保存失败'" :sub-title="description">
|
||||||
<template #extra>
|
<template #extra>
|
||||||
<a-button type="primary" @click="toProjectList">去列表页</a-button>
|
<a-button type="primary" @click="toProjectList">去列表页</a-button>
|
||||||
</template>
|
</template>
|
||||||
|
|
Loading…
Reference in New Issue