提交 24a06d04 authored 作者: 王鹏飞's avatar 王鹏飞

chore: update

上级 1daf7d8f
...@@ -82,13 +82,13 @@ const listOptions = $computed(() => { ...@@ -82,13 +82,13 @@ const listOptions = $computed(() => {
</el-row> </el-row>
</template> </template>
<template #table-status="{ row }"> <template #table-status="{ row }">
<span :class="{ 'is-success': row.status === 2 }">{{ row.status_name }}</span> <span :class="{ 'is-success': row.status !== 0 }">{{ row.status_name }}</span>
</template> </template>
<template #table-score="{ row }"> <template #table-score="{ row }">
<span :class="{ 'is-info': row.score !== '--' }">{{ row.score }}</span> <span :class="{ 'is-info': row.score !== '--' }">{{ row.score }}</span>
</template> </template>
<template #table-x> <template #table-x="{ row }">
<el-button text type="primary">打分</el-button> <el-button text type="primary" v-if="row.status === 1">打分</el-button>
</template> </template>
</AppList> </AppList>
</AppCard> </AppCard>
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论