一公司门口门禁地图人员点位详情显示

pet_li_6.6
limingyu 2024-05-20 14:46:11 +08:00
parent da01631b41
commit 93ffe2b5af
1 changed files with 4 additions and 3 deletions

View File

@ -34,8 +34,8 @@
<td>{{ item.USERNAME }}</td> <td>{{ item.USERNAME }}</td>
<td>{{ item.TIME }}</td> <td>{{ item.TIME }}</td>
<td> <td>
<span v-if="item.STATE === '0'"></span> <span v-if="item.STATE === 0"></span>
<span v-if="item.STATE === '1'"></span> <span v-if="item.STATE === 1"></span>
</td> </td>
</tr> </tr>
</table> </table>
@ -150,7 +150,8 @@ export default {
{ {
GATE_AREA_ID: this.id, GATE_AREA_ID: this.id,
TYPE: this.type, TYPE: this.type,
GANGKOU: this.gangkou GANGKOU: this.gangkou,
CORPINFO_ID: this.corpId
} }
).then((data) => { ).then((data) => {
this.recordAllList = data.recordAllList this.recordAllList = data.recordAllList