zhengnaiwen_citu há 5 meses atrás
pai
commit
25b91e9c65

+ 1 - 1
src/views/accumulatePoints/accumulatePointsIntegralList/index.vue

@@ -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>