|
@@ -3,7 +3,7 @@
|
|
|
<m-card class="mb-3">
|
|
|
<div class="d-flex">
|
|
|
<div>
|
|
|
- 总积分:<el-tag>{{ itemData.entity?.score }}</el-tag>
|
|
|
+ 总积分:<el-tag type="orange">{{ itemData.entity?.score }}</el-tag>
|
|
|
</div>
|
|
|
</div>
|
|
|
</m-card>
|
|
@@ -14,7 +14,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 #card-tools>
|
|
|
<m-button type="orange" icon="el-icon-refresh" :loading="loading" @click="onInit">刷新</m-button>
|