瀏覽代碼

pc端去掉审核和归档

hanfucheng 1 周之前
父節點
當前提交
3f6524eddb
共有 1 個文件被更改,包括 14 次插入14 次删除
  1. 14 14
      event-ui/src/views/event/eventhandling/index.vue

+ 14 - 14
event-ui/src/views/event/eventhandling/index.vue

@@ -68,20 +68,20 @@
                      @click="updateCentereventTEventcatalogueStatus('cf',scope.row)">
             重复
           </el-button>
-          <el-button size="small"
-                     type="text"
-                     icon="el-icon-warning"
-                     v-if = "scope.row.eventStatusValue == 'forest_event_status_5' && scope.row.isExamine == '0'"
-                     @click="auditing(scope.row)">
-            审核
-          </el-button>
-          <el-button size="small"
-                     type="text"
-                     icon="el-icon-warning"
-                     v-if = "scope.row.eventStatusValue == 'forest_event_status_5' && scope.row.isExamine == '1'"
-                     @click="updateCentereventTEventcatalogueStatus('gd',scope.row)">
-            归档
-          </el-button>
+<!--          <el-button size="small"-->
+<!--                     type="text"-->
+<!--                     icon="el-icon-warning"-->
+<!--                     v-if = "scope.row.eventStatusValue == 'forest_event_status_5' && scope.row.isExamine == '0'"-->
+<!--                     @click="auditing(scope.row)">-->
+<!--            审核-->
+<!--          </el-button>-->
+<!--          <el-button size="small"-->
+<!--                     type="text"-->
+<!--                     icon="el-icon-warning"-->
+<!--                     v-if = "scope.row.eventStatusValue == 'forest_event_status_5' && scope.row.isExamine == '1'"-->
+<!--                     @click="updateCentereventTEventcatalogueStatus('gd',scope.row)">-->
+<!--            归档-->
+<!--          </el-button>-->
           <el-button size="mini" type="text" icon="el-icon-document" @click="handleEventLog(scope.row)">事件日志
           </el-button>
         </template>