mirror of
https://github.com/1Panel-dev/1Panel.git
synced 2025-02-08 01:20:07 +08:00
feat: 搜索子目录增加提示 (#883)
This commit is contained in:
parent
9bafdc1b0b
commit
0b50a10fb8
@ -809,6 +809,7 @@ const message = {
|
|||||||
containSub: 'Modify sub-file attributes at the same time',
|
containSub: 'Modify sub-file attributes at the same time',
|
||||||
ownerHelper:
|
ownerHelper:
|
||||||
'The default user of the PHP operating environment: the user group is 1000:1000, it is normal that the users inside and outside the container show inconsistencies',
|
'The default user of the PHP operating environment: the user group is 1000:1000, it is normal that the users inside and outside the container show inconsistencies',
|
||||||
|
searchHelper: 'Support wildcards such as *',
|
||||||
},
|
},
|
||||||
setting: {
|
setting: {
|
||||||
all: 'All',
|
all: 'All',
|
||||||
|
@ -816,6 +816,7 @@ const message = {
|
|||||||
changeOwner: '修改用户和用户组',
|
changeOwner: '修改用户和用户组',
|
||||||
containSub: '同时修改子文件属性',
|
containSub: '同时修改子文件属性',
|
||||||
ownerHelper: 'PHP 运行环境默认用户:用户组为 1000:1000, 容器内外用户显示不一致为正常现象',
|
ownerHelper: 'PHP 运行环境默认用户:用户组为 1000:1000, 容器内外用户显示不一致为正常现象',
|
||||||
|
searchHelper: '支持 * 等通配符',
|
||||||
},
|
},
|
||||||
setting: {
|
setting: {
|
||||||
all: '全部',
|
all: '全部',
|
||||||
|
@ -90,7 +90,7 @@
|
|||||||
clearable
|
clearable
|
||||||
@clear="search()"
|
@clear="search()"
|
||||||
@keydown.enter="search()"
|
@keydown.enter="search()"
|
||||||
:placeholder="$t('file.search')"
|
:placeholder="req.containSub ? $t('file.searchHelper') : $t('file.search')"
|
||||||
>
|
>
|
||||||
<template #prepend>
|
<template #prepend>
|
||||||
<el-checkbox v-model="req.containSub">
|
<el-checkbox v-model="req.containSub">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user