fix: wifi 自动填充
All checks were successful
构建并部署前端到测试环境 / build-and-deploy (push) Successful in 4m58s
All checks were successful
构建并部署前端到测试环境 / build-and-deploy (push) Successful in 4m58s
This commit is contained in:
@@ -533,6 +533,7 @@
|
||||
maxlength="32"
|
||||
show-word-limit
|
||||
clearable
|
||||
autocomplete="off"
|
||||
/>
|
||||
</ElFormItem>
|
||||
<ElFormItem label="WiFi密码" prop="password">
|
||||
@@ -544,6 +545,7 @@
|
||||
show-word-limit
|
||||
show-password
|
||||
clearable
|
||||
autocomplete="off"
|
||||
/>
|
||||
</ElFormItem>
|
||||
</ElForm>
|
||||
@@ -1956,7 +1958,7 @@
|
||||
})
|
||||
}
|
||||
|
||||
if (hasAuth('asset:realname_policy')) {
|
||||
if (hasAuth('device:realname_policy')) {
|
||||
moreActions.push({
|
||||
label: '实名认证策略',
|
||||
handler: () => handleDeviceOperation('realname-policy', row.virtual_no, row),
|
||||
|
||||
Reference in New Issue
Block a user