|
@@ -23,7 +23,7 @@
|
|
|
<u-badge :count="noReadNums" :absolute="false" slot="right-icon"></u-badge>
|
|
|
</u-cell-item>
|
|
|
<u-cell-item icon="edit-pen" icon-size="38" :icon-style="{color:'#00aaff'}" index="1" @click="toPage(1)" title="修改密码"></u-cell-item>
|
|
|
- <u-cell-item index="1" @click="toPage(4)" title="系统参数">
|
|
|
+ <u-cell-item index="1" @click="toPage(4)" title="系统参数" v-if="$hasPermissions('M_ARStatement_mobile')">
|
|
|
<u-icon slot="icon" name="xitongcanshu-05" custom-prefix="iscm-icon" size="42" color="#00aaff"></u-icon>
|
|
|
</u-cell-item>
|
|
|
<u-cell-item icon="man-delete" icon-size="38" :icon-style="{color:'#00aaff'}" index="1" @click="closeAccount" title="注销账户"></u-cell-item>
|