mirror of https://github.com/halo-dev/halo-admin
Change theme activated text.
parent
be299bbe7d
commit
116256c82a
|
@ -15,10 +15,10 @@
|
||||||
<img :alt="theme.name" :src="theme.screenshots" slot="cover">
|
<img :alt="theme.name" :src="theme.screenshots" slot="cover">
|
||||||
<template class="ant-card-actions" slot="actions">
|
<template class="ant-card-actions" slot="actions">
|
||||||
<div v-if="theme.activated">
|
<div v-if="theme.activated">
|
||||||
<a-icon type="unlock" theme="twoTone"/> 激活中
|
<a-icon type="unlock" theme="twoTone"/> 已启用
|
||||||
</div>
|
</div>
|
||||||
<div v-else @click="handleActivateClick(theme)">
|
<div v-else @click="handleActivateClick(theme)">
|
||||||
<a-icon type="lock"/> 激活
|
<a-icon type="lock"/> 启用
|
||||||
</div>
|
</div>
|
||||||
<div @click="handleEditClick(theme)">
|
<div @click="handleEditClick(theme)">
|
||||||
<a-icon type="setting"/> 设置
|
<a-icon type="setting"/> 设置
|
||||||
|
|
Loading…
Reference in New Issue