Browse Source

状态颜色统一

Signed-off-by: zouap <zouap@pcl.ac.cn>
pull/3352/head
zouap 2 years ago
parent
commit
a48afce01d
1 changed files with 3 additions and 3 deletions
  1. +3
    -3
      web_src/js/components/Model.vue

+ 3
- 3
web_src/js/components/Model.vue View File

@@ -100,9 +100,9 @@
<span class="text-over" :title="scope.row.status_title"> <span class="text-over" :title="scope.row.status_title">
<i style="vertical-align: middle" :class="scope.row.status"></i <i style="vertical-align: middle" :class="scope.row.status"></i
></span> ></span>
<span class="text-over" :title="scope.row.isPrivate">
{{transStatus(scope.row.isPrivate)}}
</span>
<span style="color: #fa8c16;" v-if="scope.row.isPrivate">{{ i18n.modelaccess_private }}</span>
<span style="color: #13c28d;" v-else="!scope.row.isPrivate">{{ i18n.modelaccess_public }}</span>
</template> </template>
</el-table-column> </el-table-column>




Loading…
Cancel
Save