xuanyan 4 년 전
부모
커밋
06ea546136
2개의 변경된 파일17개의 추가작업 그리고 17개의 파일을 삭제
  1. 12 12
      src/views/smartaccess/comps/face-card.vue
  2. 5 5
      src/views/smartaccess/comps/menu-list.vue

+ 12 - 12
src/views/smartaccess/comps/face-card.vue

@@ -63,18 +63,18 @@
             </div>
 
 
-            <el-button-group v-if="handelStatus(item).txt == '待审核'">
-              <el-button type="danger" @click.stop="$refs.formRef.auditref(item,2)"
-                style="padding: 4px 0px;width:48px;font-size: 12px;font-weight: 300;border-color:#F56C6C" size="mini">
-                不通过
-              </el-button>
-              <el-button type="success" @click.stop="$refs.formRef.auditref(item,1)"
-                style="padding: 4px 0px;width:48px;font-size: 12px;font-weight: 300;background-color:#19be6b;border-color:#19be6b"
-                size="mini">通过</el-button>
-            </el-button-group>
-
-
-            <el-button v-else-if="handelStatus(item).txt == '审核通过' || menuObj.index==2"
+<!--             <el-button-group v-if="handelStatus(item).txt == '待审核'">-->
+<!--              <el-button type="danger" @click.stop="$refs.formRef.auditref(item,2)"-->
+<!--                style="padding: 4px 0px;width:48px;font-size: 12px;font-weight: 300;border-color:#F56C6C" size="mini">-->
+<!--                不通过-->
+<!--              </el-button>-->
+<!--              <el-button type="success" @click.stop="$refs.formRef.auditref(item,1)"-->
+<!--                style="padding: 4px 0px;width:48px;font-size: 12px;font-weight: 300;background-color:#19be6b;border-color:#19be6b"-->
+<!--                size="mini">通过1</el-button>-->
+<!--            </el-button-group>-->
+
+
+            <el-button v-if="handelStatus(item).txt == '审核通过' || menuObj.index==2"
               @click.stop="showDeviceDoorDialog(item)" size="mini" round type="primary"
               style="padding: 4px 8px;font-size: 12px;font-weight: 300">
               <span v-if="pushStatus(item)">下发人脸</span>

+ 5 - 5
src/views/smartaccess/comps/menu-list.vue

@@ -143,11 +143,11 @@
               name: '全部',
               value: null
             },
-            {
-              index: 1,
-              name: '待审核',
-              value: 0
-            },
+            // {
+            //   index: 1,
+            //   name: '待审核',
+            //   value: 0
+            // },
             {
               index: 2,
               name: '审核通过',