[工作台改版]
This commit is contained in:
@@ -66,37 +66,37 @@
|
|||||||
<!-- 管理中台 -->
|
<!-- 管理中台 -->
|
||||||
<block v-else>
|
<block v-else>
|
||||||
<view class="flex">
|
<view class="flex">
|
||||||
<view class="flex-item">
|
<view class="flex-item" @click="onNav('ConsultWork')">
|
||||||
<image class="flex-icon" src="/static/icons/icon_00.png" mode="aspectFill"></image>
|
<image class="flex-icon" src="/static/icons/icon_00.png" mode="aspectFill"></image>
|
||||||
<view class="flex-title">
|
<view class="flex-title">
|
||||||
<view class="flex-name">协商调解类</view>
|
<view class="flex-name">协商调解类</view>
|
||||||
<view class="flex-tips">信用卡、贷款业务</view>
|
<view class="flex-tips">信用卡、贷款业务</view>
|
||||||
</view>
|
</view>
|
||||||
<view class="flex-btn" @click="onNav('ConsultWork')">去查看</view>
|
<view class="flex-btn">去查看</view>
|
||||||
</view>
|
</view>
|
||||||
<view class="flex-item">
|
<view class="flex-item" @click="onNav('ServiceWork')">
|
||||||
<image class="flex-icon" src="/static/icons/icon_01.png" mode="aspectFill"></image>
|
<image class="flex-icon" src="/static/icons/icon_01.png" mode="aspectFill"></image>
|
||||||
<view class="flex-title">
|
<view class="flex-title">
|
||||||
<view class="flex-name">法律咨询类</view>
|
<view class="flex-name">法律咨询类</view>
|
||||||
<view class="flex-tips">个人、企业法律</view>
|
<view class="flex-tips">个人、企业法律</view>
|
||||||
</view>
|
</view>
|
||||||
<view class="flex-btn" @click="onNav('ServiceWork')">去查看</view>
|
<view class="flex-btn">去查看</view>
|
||||||
</view>
|
</view>
|
||||||
<view class="flex-item">
|
<view class="flex-item" @click="onNav('ActionWork')">
|
||||||
<image class="flex-icon" src="/static/icons/icon_02.png" mode="aspectFill"></image>
|
<image class="flex-icon" src="/static/icons/icon_02.png" mode="aspectFill"></image>
|
||||||
<view class="flex-title">
|
<view class="flex-title">
|
||||||
<view class="flex-name">诉讼委托类</view>
|
<view class="flex-name">诉讼委托类</view>
|
||||||
<view class="flex-tips">案件委托、拓展服务</view>
|
<view class="flex-tips">案件委托、拓展服务</view>
|
||||||
</view>
|
</view>
|
||||||
<view class="flex-btn" @click="onNav('ActionWork')">去查看</view>
|
<view class="flex-btn">去查看</view>
|
||||||
</view>
|
</view>
|
||||||
<view class="flex-item">
|
<view class="flex-item" @click="onNav('EnableWork')">
|
||||||
<image class="flex-icon" src="/static/icons/icon_03.png" mode="aspectFill"></image>
|
<image class="flex-icon" src="/static/icons/icon_03.png" mode="aspectFill"></image>
|
||||||
<view class="flex-title">
|
<view class="flex-title">
|
||||||
<view class="flex-name">增收赋能类</view>
|
<view class="flex-name">增收赋能类</view>
|
||||||
<view class="flex-tips">销售、领袖、演说等</view>
|
<view class="flex-tips">销售、领袖、演说等</view>
|
||||||
</view>
|
</view>
|
||||||
<view class="flex-btn" @click="onNav('EnableWork')">去查看</view>
|
<view class="flex-btn">去查看</view>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
</block>
|
</block>
|
||||||
@@ -228,7 +228,6 @@
|
|||||||
},
|
},
|
||||||
// 导航
|
// 导航
|
||||||
onNav(name, obj){
|
onNav(name, obj){
|
||||||
console.log(name)
|
|
||||||
let params = obj || {}
|
let params = obj || {}
|
||||||
this.$Router.push({name, params})
|
this.$Router.push({name, params})
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user