diff --git a/app/wechat/view/keys/index.html b/app/wechat/view/keys/index.html
index 5cc87422d..6014441cb 100644
--- a/app/wechat/view/keys/index.html
+++ b/app/wechat/view/keys/index.html
@@ -64,19 +64,19 @@
{if $vo.status eq 0}已禁用{elseif $vo.status eq 1}已激活{/if} |
- {if auth("edit")}
- 编 辑
- {/if}
+
+ 编 辑
+
- {if $vo.status eq 1 and auth("state")}
- 禁 用
- {elseif auth("state")}
- 激 活
- {/if}
+
+ 禁 用
+
+ 激 活
+
- {if auth("remove")}
- 删 除
- {/if}
+
+ 删 除
+
|