rjy 4 år sedan
förälder
incheckning
c4cb4e9577
1 ändrade filer med 2 tillägg och 2 borttagningar
  1. 2 2
      src/views/notice/index.vue

+ 2 - 2
src/views/notice/index.vue

@@ -7,8 +7,8 @@
           <el-col :span="5" class="ly">来源:{{ noticeInfo.source }}</el-col>
           <el-col :span="5" class="time">时间:{{ noticeInfo.create_time }}</el-col>
           <el-col :span="24" class="content" v-html="noticeInfo.content"></el-col>
-          <el-col :span="24">
-            <el-button type="primary" @click="clickk">信息申报</el-button>
+          <el-col :span="24" class="sb">
+            <el-button type="primary" @click="click">信息申报</el-button>
           </el-col>
         </div>
       </el-col>