Commit aa2eaaa6 by Tianqing Liu

feat: 优化文字描述

1 parent a3964c09
...@@ -92,7 +92,7 @@ ...@@ -92,7 +92,7 @@
<a-image :width="200" src="" /> <a-image :width="200" src="" />
</div>--> </div>-->
<template #footer> <template #footer>
<a-button @click="onCancel">返回</a-button> <a-button @click="onCancel">关闭</a-button>
</template> </template>
</a-modal> </a-modal>
</template> </template>
......
...@@ -32,7 +32,7 @@ ...@@ -32,7 +32,7 @@
<template #footer> <template #footer>
<a-button type="primary" @click="onSave">保存</a-button> <a-button type="primary" @click="onSave">保存</a-button>
<a-button @click="onCancel">返回</a-button> <a-button @click="onCancel">关闭</a-button>
</template> </template>
</a-modal> </a-modal>
</template> </template>
......
...@@ -21,7 +21,7 @@ ...@@ -21,7 +21,7 @@
<template #footer> <template #footer>
<a-button type="primary" @click="onSave">保存</a-button> <a-button type="primary" @click="onSave">保存</a-button>
<a-button @click="onCancel">返回</a-button> <a-button @click="onCancel">关闭</a-button>
</template> </template>
</a-modal> </a-modal>
</template> </template>
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!