lilei 2 år sedan
förälder
incheckning
197cf44581
2 ändrade filer med 2 tillägg och 3 borttagningar
  1. 1 2
      pages/sales/index.vue
  2. 1 1
      pages/userCenter/index.vue

+ 1 - 2
pages/sales/index.vue

@@ -35,7 +35,6 @@
 					<u-image class="nav-pic" :src="`../../static/${theme}/navIcon/pfind.png`" width="64" height="64"></u-image>
 					<text class="nav-txt">产品查询</text>
 				</view>
-				
 				<view class="nav-item" @click="toPage('/pages/sales/chooseCustomerBill')" v-if="$hasPermissions('M_ARStatement_mobile')">
 					<u-image class="nav-pic" :src="`../../static/${theme}/navIcon/billImg.png`" width="64" height="64"></u-image>
 					<text class="nav-txt">应收对账单</text>
@@ -264,7 +263,7 @@
 		}
 		.nav-cont{
 			.nav-item{
-				width: 32%;
+				flex:1;
 				margin-right: 2%;
 				border-radius: 25upx;
 				background-color: #ffffff;

+ 1 - 1
pages/userCenter/index.vue

@@ -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>