Merge branch 'develop' of https://gitee.com/siwa-team/dawa-vue into develop

This commit is contained in:
18571350067 2022-02-24 11:36:05 +08:00
commit fb6aecd22c
1 changed files with 1 additions and 1 deletions

View File

@ -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>