|
@@ -65,9 +65,9 @@
|
|
|
|
|
|
<span slot="label">
|
|
|
<el-badge v-if="myProjectNoticeCount>0" :value="myProjectNoticeCount" class="item"
|
|
|
- style="height:auto;margin-top: 10px;margin-bottom: 25px; font-size: 16px;">我的项目</el-badge>
|
|
|
+ style="height:auto;margin-top: 10px;margin-bottom: 25px; font-size: 16px;">发布项目数</el-badge>
|
|
|
<el-badge v-if="myProjectNoticeCount==null || myProjectNoticeCount == 0" class="item"
|
|
|
- style="margin-top: 10px;margin-bottom: 25px; font-size: 16px;">我的项目</el-badge>
|
|
|
+ style="margin-top: 10px;margin-bottom: 25px; font-size: 16px;">发布项目数</el-badge>
|
|
|
</span>
|
|
|
<span v-if="myProjects == null || myProjects.length == 0"> 暂无项目 </span>
|
|
|
<el-row v-if="myProjects != null && myProjects.length != 0" type="flex" align="middle" justify="center"
|
|
@@ -85,9 +85,9 @@
|
|
|
<el-tab-pane name="handlingProject">
|
|
|
<span slot="label">
|
|
|
<el-badge v-if="processProjectNoticeCount>0" :value="processProjectNoticeCount" class="item"
|
|
|
- style="margin-top: 10px;margin-bottom: 25px; font-size: 16px;">处理中项目</el-badge>
|
|
|
+ style="margin-top: 10px;margin-bottom: 25px; font-size: 16px;">接收项目数</el-badge>
|
|
|
<el-badge v-if="processProjectNoticeCount==null || processProjectNoticeCount==0" class="item"
|
|
|
- style="margin-top: 10px;margin-bottom: 25px; font-size: 16px;">处理中项目</el-badge>
|
|
|
+ style="margin-top: 10px;margin-bottom: 25px; font-size: 16px;">接收项目数</el-badge>
|
|
|
</span>
|
|
|
<el-row v-if="handlingProjects != null && handlingProjects.length != 0" type="flex" align="middle"
|
|
|
justify="center" style="font-size: 14px;">
|