Commit e9181994cc291b0dedfbe9b0245cf437c7f80d4d

Authored by 史婷婷
1 parent 68bc1ff5

feat: 代码优化

... ... @@ -6,8 +6,6 @@
6 6 cancelButton="none" bgColor="#F3F3F3" textColor="rgba(0,0,0,0.4)" @confirm="search"
7 7 @input="onSearchInput" />
8 8 <view class="tool-icons">
9   - <image v-if="$auth.hasPermi('shipping-plan-manage:replenishment-order:add')" class="tool-icon"
10   - src="/static/images/dev_manage/add_icon.png" @click="onAdd" />
11 9 <image class="tool-icon" src="/static/images/dev_manage/filter_icon.png" @click="openFilter" />
12 10 </view>
13 11 </view>
... ...
... ... @@ -6,8 +6,6 @@
6 6 cancelButton="none" bgColor="#F3F3F3" textColor="rgba(0,0,0,0.4)" @confirm="search"
7 7 @input="onSearchInput" />
8 8 <view class="tool-icons">
9   - <image v-if="$auth.hasPermi('customer-credit-manage:customer-credit-plan:add')" class="tool-icon"
10   - src="/static/images/dev_manage/add_icon.png" @click="onAdd" />
11 9 <image class="tool-icon" src="/static/images/dev_manage/filter_icon.png" @click="openFilter" />
12 10 </view>
13 11 </view>
... ...