fix(系统设置): 项目文案修改

This commit is contained in:
RubyLiu 2024-02-01 20:18:53 +08:00 committed by 刘瑞斌
parent 58db7bb284
commit 123fd03839
4 changed files with 4 additions and 2 deletions

View File

@ -137,7 +137,7 @@
@keydown.enter="handleEditInputBlur(record, item.dataIndex as string, false)"
/>
<a-tooltip v-else placement="top" :content="String(record[item.dataIndex as string])">
<div class="one-line-text max-w-[300px]">
<div class="one-line-text">
<slot :name="item.slotName" v-bind="{ record, rowIndex, column, columnConfig: item }">
{{ record[item.dataIndex as string] || (attrs.emptyDataShowLine ? '-' : '') }}
</slot>

View File

@ -13,7 +13,7 @@
<div class="flex flex-row justify-end">
<a-input-search
v-model:model-value="keyword"
:placeholder="t('system.user.searchUser')"
:placeholder="t('system.project.searchPlaceholder')"
class="w-[230px]"
allow-clear
@search="searchUser"

View File

@ -76,4 +76,5 @@ export default {
'system.project.revokeDeleteToolTip': 'The project will be deleted automatically after {count} days',
'system.project.removeTip': "Remove it, and you'll lose access to the project.",
'system.organization.projectIsDisabled': 'The project has ended and can be opened in the project list.',
'system.project.searchPlaceholder': 'Search by name or id',
};

View File

@ -73,4 +73,5 @@ export default {
'system.organization.projectIsDisabled': '项目已结束,可在 项目列表 开启',
'system.project.deleteName': '确认删除 {name} 这个项目吗?',
'system.project.deleteTip': '删除后,系统会在 30天 后执行删除项目 (含项目下所有业务数据),请谨慎操作!',
'system.project.searchPlaceholder': '通过ID或项目名称搜索',
};