修改文字
This commit is contained in:
@@ -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',
|
||||
}
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user