walter 10 months ago
parent
commit
dab1c7b279

+ 1 - 1
src/components/IntegralEventSelector.vue

@@ -127,7 +127,7 @@ export default {
   },
   data(){
     const today = new Date()
-    const startDate = this.$moment(today).subtract(8, 'months')
+    const startDate = this.$moment(today).subtract(1, 'months')
     const endDate = this.$moment(today)
 
     const sd = new Date(startDate.format('YYYY-MM-DD'))

+ 1 - 2
src/components/Steps.vue

@@ -38,7 +38,7 @@
                   trigger="click"
                   :content="item.review_remark"
                 >
-                  <el-tag slot="reference" style="cursor: pointer" ><span class="desc-content">{{item.review_remark}}</span></el-tag>
+                  <div slot="reference" style="cursor: pointer" class="desc-content" >{{item.review_remark}}</div>
                 </el-popover>
               </el-descriptions-item>
             </el-descriptions>
@@ -131,7 +131,6 @@ export default {
 
 .desc-content{
   display: block;
-  width: 200px;
   text-align: center;
   overflow: hidden;
   text-overflow: ellipsis;

+ 1 - 2
src/point/views/statistics/integral_event.vue

@@ -162,7 +162,7 @@
       </center>
     </el-footer>
     <el-drawer title="事件详情" :visible.sync="detail_popup" ref="drawer" :with-header="false" :width="'500px'" direction="rtl">
-      <div class="drawer_title">事件详情</div>
+      <div class="drawer_title">事件详情 <el-tag v-if="detail_info && detail_info.has_appeal">已申诉</el-tag> </div>
       <div class="detail_popup" v-loading="detail_loading" v-if="detail_info !== null">
         <el-row style="padding-bottom:10px;border-bottom:1px #f8f8f8 solid;">
           <el-col :span="24">
@@ -1094,7 +1094,6 @@ export default {
       return data;
     },
     open_detail(item) {
-      console.log(item)
       let self = this;
       self.detail_popup = true;
       let data = {