瀏覽代碼

修改我的众测卡片名称

superguoguo 3 年之前
父節點
當前提交
4ecb991a2a
共有 1 個文件被更改,包括 5 次插入5 次删除
  1. 5 5
      src/components/Mine.vue

+ 5 - 5
src/components/Mine.vue

@@ -15,7 +15,7 @@
         <div class="project-statistics-card-number">{{statisticData.myProjectCount || 0}}</div>
       </el-card>
       <el-card shadow="hover" v-if="showCreateData" class="project-statistics-card">
-        <div class="project-statistics-card-title">接收项目数</div>
+        <div class="project-statistics-card-title">接收项目数</div>
         <div class="project-statistics-card-number">{{statisticData.handlingProjectCount || 0}}</div>
       </el-card>
       <el-card shadow="hover" v-if="showCreateData" class="project-statistics-card">
@@ -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;">