修改文字

This commit is contained in:
高嵩
2023-06-26 10:53:17 +08:00
parent d6313015df
commit 4b7c490e48
3 changed files with 4 additions and 2 deletions
+1
View File
@@ -1896,4 +1896,5 @@ module.exports = {
browsingTime:'Browsing Time',
pleaseViewOnPc:'Please view on PC',
taskHandling:'Task Handling',
pleaseEnterUserAccountSearchFor:'Please enter a user account to search for',
}
+2 -1
View File
@@ -3856,7 +3856,8 @@ module.exports = {
approvalcycle:'审批周期()',
transittime:'通过时间',
returntime:'退回时间',
operationguide:'项目操作指南',
operationguide:'项目模块操作指南',
copyLink:'复制链接',
successfulReplication:'复制成功',
pleaseEnterUserAccountSearchFor:'请输入用户账号搜索',
}
@@ -8,7 +8,7 @@
:allowClear="isSingleChoice ? true : false"
:label-in-value="isSingleChoice ? false:true"
:value="selectValue"
:placeholder="$t('PleaseSelect')+query.db_field_txt"
:placeholder="$t('pleaseEnterUserAccountSearchFor')"
style="width: 100%"
:disabled="disabled"
:default-active-first-option="false"