Helius
2020-07-10 172862b89d944a852209a50cf48204e3cbc4f362
src/main/resources/templates/febs/views/modules/agent/member.html
@@ -87,8 +87,8 @@
<script type="text/html" id="account-type">
    {{#
    var accountType = {
    2: {title: '正常账号'},
    1: {title: '测试账号'}
    1: {title: '正常账号'},
    2: {title: '测试账号'}
    }[d.accountType];
    }}
    <span>{{ accountType.title }}</span>