修改文字
This commit is contained in:
@@ -1896,4 +1896,5 @@ module.exports = {
|
|||||||
browsingTime:'Browsing Time',
|
browsingTime:'Browsing Time',
|
||||||
pleaseViewOnPc:'Please view on PC',
|
pleaseViewOnPc:'Please view on PC',
|
||||||
taskHandling:'Task Handling',
|
taskHandling:'Task Handling',
|
||||||
|
pleaseEnterUserAccountSearchFor:'Please enter a user account to search for',
|
||||||
}
|
}
|
||||||
@@ -3856,7 +3856,8 @@ module.exports = {
|
|||||||
approvalcycle:'审批周期(天)',
|
approvalcycle:'审批周期(天)',
|
||||||
transittime:'通过时间',
|
transittime:'通过时间',
|
||||||
returntime:'退回时间',
|
returntime:'退回时间',
|
||||||
operationguide:'项目操作指南',
|
operationguide:'项目模块操作指南',
|
||||||
copyLink:'复制链接',
|
copyLink:'复制链接',
|
||||||
successfulReplication:'复制成功',
|
successfulReplication:'复制成功',
|
||||||
|
pleaseEnterUserAccountSearchFor:'请输入用户账号搜索',
|
||||||
}
|
}
|
||||||
@@ -8,7 +8,7 @@
|
|||||||
:allowClear="isSingleChoice ? true : false"
|
:allowClear="isSingleChoice ? true : false"
|
||||||
:label-in-value="isSingleChoice ? false:true"
|
:label-in-value="isSingleChoice ? false:true"
|
||||||
:value="selectValue"
|
:value="selectValue"
|
||||||
:placeholder="$t('PleaseSelect')+query.db_field_txt"
|
:placeholder="$t('pleaseEnterUserAccountSearchFor')"
|
||||||
style="width: 100%"
|
style="width: 100%"
|
||||||
:disabled="disabled"
|
:disabled="disabled"
|
||||||
:default-active-first-option="false"
|
:default-active-first-option="false"
|
||||||
|
|||||||
Reference in New Issue
Block a user