This commit is contained in:
yanran200730
2022-10-25 16:41:02 +08:00
parent a12ea7d641
commit 75e646832b

View File

@@ -86,7 +86,7 @@
<el-table-column slot="options" width="100px" fixed="right" label="操作" align="center">
<template slot-scope="{ row }">
<div class="table-options">
<el-button type="text" @click="showDetail(row.id)">查看内容</el-button>
<el-button type="text" :disabled="!row.totalScore" @click="showDetail(row.id)">查看内容</el-button>
</div>
</template>
</el-table-column>