Browse Source

修改网页标题
登录页区分

彭宇 2 năm trước cách đây
mục cha
commit
93a7e16ea8
1 tập tin đã thay đổi với 4 bổ sung4 xóa
  1. 4 4
      src/views/eventdetailsdialog.vue

+ 4 - 4
src/views/eventdetailsdialog.vue

@@ -204,7 +204,7 @@
                                              @click="updateCentereventTEventcatalogueStatus('ld',false)">
                                     联动
                                   </el-button>
-                                  <el-button size="small" v-if="dataStatus"
+                                  <el-button size="small" v-if="dataStatus=='1'"
                                              icon="el-icon-success" style="text-align:left"
                                              @click="updateCentereventTEventcatalogueStatus('bj',true)">
                                     办结
@@ -213,7 +213,7 @@
                                 <el-button size="small" icon="el-icon-chat-dot-square" @click="sendEventLog()">发送
                                 </el-button>
                               </div>
-                              <div class="z-info-btm-input-btn" v-else-if="eventStatusValue=='forest_event_status_5'&&dataStatus">
+                              <div class="z-info-btm-input-btn" v-else-if="eventStatusValue=='forest_event_status_5'&&dataStatus=='1'">
                                 <el-button size="small" v-if="eventType=='1'"
                                            icon="el-icon-success" style="text-align:left"
                                            @click="updateCentereventTEventcatalogueStatus('gd',false)">
@@ -1121,7 +1121,7 @@ export default {
       eventStatusValue: null,//事件状态
       eventId: null,//事件ID
       eventType: null,//事件类型-大类
-      dataStatus: false,//事件处理流程按钮
+      dataStatus: null,//事件处理流程按钮
       deptId: null,//事件处理流程部门
       eventCode: null,
       longitude: null,
@@ -1737,7 +1737,7 @@ export default {
     },
     cancelEventShow() {
       this.deptId=null
-      this.dataStatus=false
+      this.dataStatus=null
       console.log('关闭事件弹窗')
       this.eventLogList = []
     },