Commit a9707d2d9438e79291e90fcac5ae3b5d1cef7445

Authored by lxf
1 parent 6640d43d

fix: 支付计划图标

Showing 1 changed file with 10 additions and 1 deletions   Show diff stats
pages/me/index.vue
@@ -46,7 +46,16 @@ @@ -46,7 +46,16 @@
46 <view class="page-my__list"> 46 <view class="page-my__list">
47 <u-cell-group> 47 <u-cell-group>
48 <!-- <u-cell v-if="$permission('/settlement/paymentPlan')" icon="file-text" title="支付申请" is-link url="/pages/payPlan/list"> </u-cell>--> 48 <!-- <u-cell v-if="$permission('/settlement/paymentPlan')" icon="file-text" title="支付申请" is-link url="/pages/payPlan/list"> </u-cell>-->
49 - <u-cell v-if="$permission('/settlement/paymentPlan')" icon="rmb" icon-style="color:#333" title-style="color:#333" title="支付计划" is-link url="/pages/payPlan/list"> </u-cell> 49 + <u-cell
  50 + v-if="$permission('/settlement/paymentPlan')"
  51 + icon="https://zeyi-tms-product.oss-cn-hangzhou.aliyuncs.com/dispatch-helper-ma/svg/pay-rmb.svg"
  52 + icon-style="color:#333"
  53 + title-style="color:#333"
  54 + title="支付计划"
  55 + is-link
  56 + url="/pages/payPlan/list"
  57 + >
  58 + </u-cell>
50 </u-cell-group> 59 </u-cell-group>
51 </view> 60 </view>
52 <view class="page-my__login"> 61 <view class="page-my__login">