|
|
@@ -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>
|