Commit 0fafb4d8 authored by “yiyousong”'s avatar “yiyousong”

fix:修改使用版本按钮

parent 2f1cbdd2
......@@ -86,7 +86,12 @@
<!-- 操作 -->
<template slot="action" slot-scope="text">
<a-space size="middle">
<a class="primary" @click="handleUse(text.id)">使用</a>
<a
class="primary"
:disabled="text.used ? true : false"
@click="handleUse(text.id)"
>使用</a
>
<a class="primary" @click="handlePreview(text.id)">预览</a>
</a-space>
</template>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment