12345678910111213141516171819202122232425262728293031323334353637383940 |
- <view class="container">
- <view class="grid col-2">
- <!-- <view bindtap="toRouter" data-url="deviceTest">
- <view class="margin-xs padding radius shadow-warp operation-list-cel">
- <image class='item-img' src='../../static/images/my/operate_ico_01@3x.png'></image>
- <text class='item-name'>设备测试</text>
- </view>
- </view>
- <view bindtap="toRouter" data-url="deviceSetting">
- <view class="margin-xs padding radius shadow-warp operation-list-cel">
- <image class='item-img' src='../../static/images/my/operate_ico_01@3x.png'></image>
- <text class='item-name'>设备设置</text>
- </view>
- </view> -->
- <view bindtap="toRouter" data-url="deviceUnbind">
- <view class="margin-xs padding radius shadow-warp operation-list-cel">
- <image class='item-img' src='../../static/images/my/operate_ico_02@3x.png'></image>
- <text class='item-name'>设备解绑</text>
- </view>
- </view>
- <!-- <view bindtap="toRouter" data-url="/pages/stock/replenish">
- <view class="margin-xs padding radius shadow-warp operation-list-cel">
- <image class='item-img' src='../../static/images/my/operate_ico_03@3x.png'></image>
- <text class='item-name'>补货管理</text>
- </view>
- </view> -->
- <view bindtap="toRouter" data-url="/pages/stock/stockout">
- <view class="margin-xs padding radius shadow-warp operation-list-cel">
- <image class='item-img' src='../../static/images/my/operate_ico_04@3x.png'></image>
- <text class='item-name'>缺货预警</text>
- </view>
- </view>
- <view bindtap="toRouter" data-url="/pages/repairs/index">
- <view class="margin-xs padding radius shadow-warp operation-list-cel">
- <image class='item-img' src='../../static/images/my/operate_ico_05@3x.png'></image>
- <text class='item-name'>故障报修</text>
- </view>
- </view>
- </view>
- </view>
|