update
This commit is contained in:
@@ -3,7 +3,10 @@
|
||||
<Dialog :openVis="visible" width="30%" :title="title" @close="closeDialog" :maskClosable="false">
|
||||
<template #container>
|
||||
<div class="police-con" :class="[themeType]">
|
||||
<div class="sub-text"> 有一个员工刚刚发起应急求助,请马上处理!</div>
|
||||
<div class="sub-text">
|
||||
<span v-if="userInfo['type'] == '0'">有一个员工刚刚发起 应急求助(120),请马上处理!</span>
|
||||
<span v-if="userInfo['type'] == '1'">有一个员工刚刚发起 应急求助,请马上处理!</span>
|
||||
</div>
|
||||
<div class="con-item">
|
||||
<span>姓名:</span>
|
||||
<span>{{ userInfo?.realName }}</span>
|
||||
@@ -44,6 +47,7 @@
|
||||
age?: string;
|
||||
departName?: string;
|
||||
orgName?: string;
|
||||
type?: string;
|
||||
}
|
||||
|
||||
const userInfo: Ref<UserInfo> = ref({});
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
<Dialog :openVis="visible" width="30%" :title="title" @close="closeDialog" :maskClosable="false">
|
||||
<template #container>
|
||||
<div class="police-con" :class="[themeType]">
|
||||
<div class="sub-text"> 有一个员工刚刚发起应急求助,请马上处理!</div>
|
||||
<div class="sub-text"> 有一个员工刚刚拨打 应急电话,请马上处理!</div>
|
||||
<div class="con-item">
|
||||
<span>姓名:</span>
|
||||
<span>{{ userInfo?.realName }}</span>
|
||||
|
||||
Reference in New Issue
Block a user