$refs.modalInput.open()">
姓名
{{
$lock.currentKeyInfo.keyName
}}
有效期
永久
单次
{{
timeFormat($lock.currentKeyInfo.startDate, 'yyyy-mm-dd')
}}
{{
timeFormat($lock.currentKeyInfo.endDate, 'yyyy-mm-dd')
}}
{{
timeFormat($lock.currentKeyInfo.startDate, 'yyyy-mm-dd h:M')
}}
{{
timeFormat($lock.currentKeyInfo.endDate, 'yyyy-mm-dd h:M')
}}
有效日
{{
$lock.convertWeekDaysToChineseString($lock.currentKeyInfo.weekDays)
}}
有效时间
{{ timeFormat($lock.currentKeyInfo.startDate, 'h:M') }}~{{
timeFormat($lock.currentKeyInfo.endDate, 'h:M')
}}
接收者
{{ $lock.currentKeyInfo.username }}
发送人
{{ $lock.currentKeyInfo.senderUsername }}
发送时间
{{
timeFormat($lock.currentKeyInfo.sendDate, 'yyyy-mm-dd h:M')
}}
仅管理自己创建的用户
操作记录
{{ $lock.currentKeyInfo.keyStatus === 110405 ? '解冻' : '冻结' }}
{{ $lock.currentKeyInfo.keyRight === 1 ? '取消授权管理员' : '授权管理员' }}
删除
同时删除其发送的所有钥匙,钥匙删除后不能恢复
同时{{ $lock.currentKeyInfo.keyStatus === 110405 ? '解冻' : '冻结' }}其发送的钥匙
{{
$lock.currentKeyInfo.keyStatus === 110405 ? '取消冻结' : '冻结'
}}会在用户APP连网后生效
{{
$lock.currentKeyInfo.keyRight === 1
? '取消授权会在用户APP连网后生效'
: '授权用户拥有管理员的大部分权限,比如发送钥匙、发送密码'
}}