Commit aa2eaaa6 by Tianqing Liu

feat: 优化文字描述

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