|
@@ -6,12 +6,12 @@
|
|
|
<van-divider content-position="left" :style="{ color: '#1989fa', borderColor: '#1989fa' }">我的消息</van-divider>
|
|
|
<van-col span="24" class="one_1">
|
|
|
<van-col span="8" class="one_1action" @click.native="pathBtn('mech/message', 'unRead')">
|
|
|
- <van-goods-action-icon text="未读" >
|
|
|
+ <van-goods-action-icon text="未读">
|
|
|
<template #icon><i class="iconfont icon-xiaoxi"></i></template>
|
|
|
</van-goods-action-icon>
|
|
|
</van-col>
|
|
|
<van-col span="8" class="one_1action" @click.native="pathBtn('mech/message', 'read')">
|
|
|
- <van-goods-action-icon text="已读" >
|
|
|
+ <van-goods-action-icon text="已读">
|
|
|
<template #icon><i class="iconfont icon-xiaoxi"></i></template>
|
|
|
</van-goods-action-icon>
|
|
|
</van-col>
|
|
@@ -26,17 +26,17 @@
|
|
|
<van-divider content-position="left" :style="{ color: '#1989fa', borderColor: '#1989fa' }">我的审核</van-divider>
|
|
|
<van-col span="24" class="one_1">
|
|
|
<van-col span="8" class="one_1action" @click.native="pathBtn('mech/examine', 'patent')">
|
|
|
- <van-goods-action-icon text="专利审核" >
|
|
|
+ <van-goods-action-icon text="专利审核">
|
|
|
<template #icon><i class="iconfont icon-xiaoxi"></i></template>
|
|
|
</van-goods-action-icon>
|
|
|
</van-col>
|
|
|
<van-col span="8" class="one_1action" @click.native="pathBtn('mech/examine', 'contract')">
|
|
|
- <van-goods-action-icon text="合同审核" >
|
|
|
+ <van-goods-action-icon text="合同审核">
|
|
|
<template #icon><i class="iconfont icon-xiaoxi"></i></template>
|
|
|
</van-goods-action-icon>
|
|
|
</van-col>
|
|
|
<van-col span="8" class="one_1action" @click.native="pathBtn('mech/examine', 'trans')">
|
|
|
- <van-goods-action-icon text="交易审核" >
|
|
|
+ <van-goods-action-icon text="交易审核">
|
|
|
<template #icon><i class="iconfont icon-tongzhi"></i></template>
|
|
|
</van-goods-action-icon>
|
|
|
</van-col>
|
|
@@ -46,17 +46,17 @@
|
|
|
<van-divider content-position="left" :style="{ color: '#1989fa', borderColor: '#1989fa' }">我的专利</van-divider>
|
|
|
<van-col span="24" class="one_1">
|
|
|
<van-col span="8" class="one_1action" @click.native="pathBtn('mech/patent', 'information')">
|
|
|
- <van-goods-action-icon text="专利信息" >
|
|
|
+ <van-goods-action-icon text="专利信息">
|
|
|
<template #icon><i class="iconfont icon-xiaoxi"></i></template>
|
|
|
</van-goods-action-icon>
|
|
|
</van-col>
|
|
|
<van-col span="8" class="one_1action" @click.native="pathBtn('mech/patent', 'navigation')">
|
|
|
- <van-goods-action-icon text="专利分析" >
|
|
|
+ <van-goods-action-icon text="专利分析">
|
|
|
<template #icon><i class="iconfont icon-xiaoxi"></i></template>
|
|
|
</van-goods-action-icon>
|
|
|
</van-col>
|
|
|
<van-col span="8" class="one_1action" @click.native="pathBtn('mech/patent', 'early')">
|
|
|
- <van-goods-action-icon text="专利预警" >
|
|
|
+ <van-goods-action-icon text="专利预警">
|
|
|
<template #icon><i class="iconfont icon-tongzhi"></i></template>
|
|
|
</van-goods-action-icon>
|
|
|
</van-col>
|
|
@@ -66,17 +66,17 @@
|
|
|
<van-divider content-position="left" :style="{ color: '#1989fa', borderColor: '#1989fa' }">我的交易</van-divider>
|
|
|
<van-col span="24" class="one_1">
|
|
|
<van-col span="8" class="one_1action" @click.native="pathBtn('mech/transaction', 'index', 'type=转让')">
|
|
|
- <van-goods-action-icon text="专利转让" >
|
|
|
+ <van-goods-action-icon text="专利转让">
|
|
|
<template #icon><i class="iconfont icon-xiaoxi"></i></template>
|
|
|
</van-goods-action-icon>
|
|
|
</van-col>
|
|
|
<van-col span="8" class="one_1action" @click.native="pathBtn('mech/transaction', 'index', 'type=合作')">
|
|
|
- <van-goods-action-icon text="专利合作" >
|
|
|
+ <van-goods-action-icon text="专利合作">
|
|
|
<template #icon><i class="iconfont icon-xiaoxi"></i></template>
|
|
|
</van-goods-action-icon>
|
|
|
</van-col>
|
|
|
<van-col span="8" class="one_1action" @click.native="pathBtn('mech/transaction', 'index', 'type=招商')">
|
|
|
- <van-goods-action-icon text="专利招商" >
|
|
|
+ <van-goods-action-icon text="专利招商">
|
|
|
<template #icon><i class="iconfont icon-tongzhi"></i></template>
|
|
|
</van-goods-action-icon>
|
|
|
</van-col>
|