认证清单提示语优化
This commit is contained in:
@@ -1761,4 +1761,8 @@ module.exports = {
|
||||
reviewAndReturn:'Review and return',
|
||||
marketRegulationListDetails:'Market Regulation List Details',
|
||||
marketRegulationList:'Market Regulation List',
|
||||
onlyDataWithTheCurrentCanBeManipulated:'Only data with the current user as the responsible person can be manipulated',
|
||||
andTheAndTaskPendingConfirmation:'And the process status is Result Pending Submission, Review Returned, and Task Pending Confirmation',
|
||||
andProcessStatusIsTaskPendingConfirmation:'And the process status is Task Pending Confirmation',
|
||||
andPendingSubmissionReviewReturned:'And the process status is result pending submission, review returned',
|
||||
}
|
||||
@@ -1863,4 +1863,8 @@ module.exports = {
|
||||
electroniccontrollerparameter:'电子控制器参数',
|
||||
marketRegulationListDetails:'市场法规清单详情',
|
||||
marketRegulationList:'市场法规清单',
|
||||
onlyDataWithTheCurrentCanBeManipulated:'仅能操作责任人为当前用户的数据',
|
||||
andTheAndTaskPendingConfirmation:'并且流程状态为结果待提交、审查退回、任务待确认',
|
||||
andProcessStatusIsTaskPendingConfirmation:'并且流程状态为任务待确认',
|
||||
andPendingSubmissionReviewReturned:'并且流程状态为结果待提交、审查退回',
|
||||
}
|
||||
@@ -1594,7 +1594,7 @@
|
||||
font-weight: 400;
|
||||
color: #6F7385;
|
||||
display: inline-block;
|
||||
width: 100px;
|
||||
width: 130px;
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
|
||||
@@ -1542,7 +1542,7 @@
|
||||
}
|
||||
this.toDoData = ''
|
||||
if (this.toDoNotConditions && this.toDoNotConditions.length > 0) {
|
||||
this.toDoData = this.$t('operationWithoutPermission') + this.$t('inspectionItems') + '"' + this.toDoNotConditions.join('、') + '"' + this.$t('data')
|
||||
this.toDoData = this.$t('operationWithoutPermission') + ';'+this.$t('onlyDataWithTheCurrentCanBeManipulated')+';'+this.$t('andTheAndTaskPendingConfirmation')
|
||||
}
|
||||
if (this.toDoIds && this.toDoIds.length > 0) {
|
||||
this.$refs.SelectedByRef.getPush()
|
||||
@@ -1714,7 +1714,8 @@
|
||||
}
|
||||
let data = ''
|
||||
if (notConditions && notConditions.length > 0) {
|
||||
data = this.$t('operationWithoutPermission') + this.$t('inspectionItems') + '"' + notConditions.join('、') + '"' + this.$t('data')
|
||||
// data = this.$t('operationWithoutPermission') + this.$t('inspectionItems') + '"' + notConditions.join('、') + '"' + this.$t('data')
|
||||
data = this.$t('operationWithoutPermission') + ';'+this.$t('onlyDataWithTheCurrentCanBeManipulated')+';'+this.$t('andProcessStatusIsTaskPendingConfirmation')
|
||||
}
|
||||
if (ids && ids.length > 0) {
|
||||
this.submitTask(value, prompt, ids, notConditions, data)
|
||||
@@ -1769,7 +1770,8 @@
|
||||
}
|
||||
let data = ''
|
||||
if (notConditions && notConditions.length > 0) {
|
||||
data = this.$t('operationWithoutPermission') + this.$t('inspectionItems') + '"' + notConditions.join('、') + '"' + this.$t('data')
|
||||
// data = this.$t('operationWithoutPermission') + this.$t('inspectionItems') + '"' + notConditions.join('、') + '"' + this.$t('data')
|
||||
data = this.$t('operationWithoutPermission') + ';'+this.$t('onlyDataWithTheCurrentCanBeManipulated')+';'+this.$t('andPendingSubmissionReviewReturned')
|
||||
}
|
||||
if (ids && ids.length > 0) {
|
||||
this.submitTask(value, prompt, ids, notConditions, data)
|
||||
|
||||
Reference in New Issue
Block a user