|
@@ -11,7 +11,7 @@
|
|
|
@page-change="onPageChange"
|
|
|
>
|
|
|
<template #score="{ row }">
|
|
|
- <el-tag type="success">{{ row.score }}</el-tag>
|
|
|
+ <el-tag type="orange">{{ row.score }}</el-tag>
|
|
|
</template>
|
|
|
<template #actions="{ row }">
|
|
|
<m-button text type="primary" @click="onDetails(row)">查看明细</m-button>
|