Merge remote-tracking branch 'origin/pet_门口门禁' into pet_门口门禁

# Conflicts:
#	src/views/longtermvehicleinputportmessage/auditChronicallyCar/components/sendUtil.vue
pet_门口门禁
Shan Ao 2025-02-07 11:03:15 +08:00
commit 125c2c9a00
2 changed files with 3 additions and 21 deletions

View File

@ -54,7 +54,7 @@
{{ getType(row.IS_AUDIT) }} {{ getType(row.IS_AUDIT) }}
</template> </template>
</el-table-column> </el-table-column>
<el-table-column label="操作" align="left" width="110"> <el-table-column label="操作" align="left" width="200">
<template slot-scope="{row}"> <template slot-scope="{row}">
<el-button type="primary" icon="el-icon-view" size="mini" @click="detail(row)"></el-button> <el-button type="primary" icon="el-icon-view" size="mini" @click="detail(row)"></el-button>
<el-button v-if="row.IS_AUDIT === '1'" type="success" icon="el-icon-view" size="mini" @click="approve(row)"></el-button> <el-button v-if="row.IS_AUDIT === '1'" type="success" icon="el-icon-view" size="mini" @click="approve(row)"></el-button>
@ -206,16 +206,7 @@ export default {
}, },
// //
reset() { reset() {
this.form = { this.form.LICENCE_NO = ''
USER_NAME: '',
PHONE: '',
ID_CARD: '',
CORPINFO_NAME: '',
DEPARTMENT_NAME: '',
VISIT_START_TIME: '',
VISIT_END_TIME: '',
DOOR_NAME: ''
}
this.getList() this.getList()
}, },
// //

View File

@ -201,16 +201,7 @@ export default{
}, },
// //
reset() { reset() {
this.form = { this.form.LICENCE_NO = ''
USER_NAME: '',
PHONE: '',
ID_CARD: '',
CORPINFO_NAME: '',
DEPARTMENT_NAME: '',
VISIT_START_TIME: '',
VISIT_END_TIME: '',
DOOR_NAME: ''
}
this.getList() this.getList()
}, },
// //