guhongwei пре 4 година
родитељ
комит
821eda6e08
2 измењених фајлова са 2 додато и 2 уклоњено
  1. 1 1
      src/layout/personnel/messFabu.vue
  2. 1 1
      src/layout/supermarket/fabu.vue

+ 1 - 1
src/layout/personnel/messFabu.vue

@@ -5,7 +5,7 @@
         <el-col :span="24" class="topInfo">
           <el-col :span="20" class="left">{{ title }}</el-col>
           <el-col :span="4" class="more">
-            <el-link :underline="false" class="btn">我要发布</el-link>
+            <!-- <el-link :underline="false" class="btn">我要发布</el-link> -->
             <el-link :underline="false"><el-image :src="more"></el-image></el-link>
           </el-col>
         </el-col>

+ 1 - 1
src/layout/supermarket/fabu.vue

@@ -4,7 +4,7 @@
       <el-col :span="24" class="info">
         <el-col :span="24" class="topInfo">
           <el-col :span="21" class="left">{{ title }}</el-col>
-          <el-col :span="2" class="btn"><el-link :underline="false" @click.native="fabu()">我要发布</el-link></el-col>
+          <el-col :span="2" class="btn"><el-link :underline="false" @click.native="fabu()"></el-link></el-col>
           <el-col :span="1" class="more">
             <el-link :underline="false" @click="clickmore"><el-image :src="more"></el-image></el-link>
           </el-col>