zhengnaiwen_citu пре 5 месеци
родитељ
комит
25b91e9c65
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      src/views/accumulatePoints/accumulatePointsIntegralList/index.vue

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