[update] 修改bug79073

This commit is contained in:
lideqin
2023-12-06 09:10:18 +08:00
parent afba456f2f
commit 67f1cc2700
9 changed files with 14 additions and 14 deletions
+1 -1
View File
@@ -102,7 +102,7 @@ export default {
ipagination: {
current: 1,
pageSize: 50,
pageSizeOptions: ['10', '50', '100', '150', '200'],
pageSizeOptions: ['10', '30', '50', '100', '150', '200'],
showTotal: (total, range) => {
return range[0] + '-' + range[1] + ' ' + this.$t('total') + ' ' + total + ' ' + this.$t('strip')
},
@@ -157,7 +157,7 @@ export default {
ipagination: {
current: 1,
pageSize: 10,
pageSizeOptions: ['10', '20', '30'],
pageSizeOptions: ['10', '30', '50', '100', '150', '200'],
showTotal: (total, range) => {
return range[0] + '-' + range[1] + ' ' + this.$t('total') + ' ' + total + ' ' + this.$t('strip')
},
@@ -132,7 +132,7 @@ export default {
ipagination: {
current: 1,
pageSize: 10,
pageSizeOptions: ['10', '20', '30'],
pageSizeOptions: ['10', '30', '50', '100', '150', '200'],
showTotal: (total, range) => {
return range[0] + '-' + range[1] + ' ' + this.$t('total') + ' ' + total + ' ' + this.$t('strip')
},
@@ -130,7 +130,7 @@ export default {
ipagination: {
current: 1,
pageSize: 10,
pageSizeOptions: ['10', '20', '30'],
pageSizeOptions: ['10', '30', '50', '100', '150', '200'],
showTotal: (total, range) => {
return range[0] + '-' + range[1] + ' ' + this.$t('total') + ' ' + total + ' ' + this.$t('strip')
},
+1 -1
View File
@@ -22,7 +22,7 @@ export const ConfigurableTableMixin = {
ipagination: {
current: 1,
pageSize: 10,
pageSizeOptions: ['10', '50', '100', '150', '200'],
pageSizeOptions: ['10', '30', '50', '100', '150', '200'],
showTotal: (total, range) => {
return range[0] + '-' + range[1] + ' ' + this.$t('total') + ' ' + total + ' ' + this.$t('strip')
},
+1 -1
View File
@@ -31,7 +31,7 @@ export const JeroListMixin = {
ipagination: {
current: 1,
pageSize: 10,
pageSizeOptions: ['10', '20', '30'],
pageSizeOptions: ['10', '30', '50', '100', '150', '200'],
showTotal: (total, range) => {
return range[0] + '-' + range[1] + ' ' + this.$t('total') + total + this.$t('strip')
},
@@ -233,7 +233,7 @@ export default {
ipagination: {
current: 1,
pageSize: 10,
pageSizeOptions: ['10', '20', '30'],
pageSizeOptions: ['10', '30', '50', '100', '150', '200'],
showTotal: (total, range) => {
return range[0] + '-' + range[1] + ' ' + this.$t('total') + total + this.$t('strip')
},
@@ -300,7 +300,7 @@ export default {
this.ipagination = {
current: 1,
pageSize: 10,
pageSizeOptions: ['10', '20', '30'],
pageSizeOptions: ['10', '30', '50', '100', '150', '200'],
showTotal: (total, range) => {
return range[0] + '-' + range[1] + ' ' + this.$t('total') + total + this.$t('strip')
},
+3 -3
View File
@@ -154,7 +154,7 @@ export default {
ipagination: {
current: 1,
pageSize: 10,
pageSizeOptions: ['10', '20', '30'],
pageSizeOptions: ['10', '30', '50', '100', '150', '200'],
showTotal: (total, range) => {
return range[0] + '-' + range[1] + ' ' + this.$t('total') + total + this.$t('strip')
},
@@ -331,7 +331,7 @@ export default {
this.ipagination = {
current: 1,
pageSize: 10,
pageSizeOptions: ['10', '20', '30'],
pageSizeOptions: ['10', '30', '50', '100', '150', '200'],
showTotal: (total, range) => {
return range[0] + '-' + range[1] + ' ' + this.$t('total') + total + this.$t('strip')
},
@@ -351,7 +351,7 @@ export default {
this.ipagination = {
current: 1,
pageSize: 10,
pageSizeOptions: ['10', '20', '30'],
pageSizeOptions: ['10', '30', '50', '100', '150', '200'],
showTotal: (total, range) => {
return range[0] + '-' + range[1] + ' ' + this.$t('total') + total + this.$t('strip')
},
@@ -164,7 +164,7 @@
<!-- 部分节点需要选人 -->
<a-form v-if="formInline.applicationCategory === ApplicationCategory.CHANGE.value && [7, 8].includes(currentNode)" class="user-form" :form="userForm">
<a-row :gutter="24">
<!-- 所长,节点6需要选所长 -->
<!-- 所长,节点7需要选所长 -->
<a-col :span="12" v-if="currentNode === 7">
<a-form-item :labelCol="labelCol" :wrapperCol="wrapperCol" :label="$t('workCenter.enterpriseInitChangePlan.superintendent')">
<user-selection :placeholder="$t('pleaseSelect') + $t('workCenter.enterpriseInitChangePlan.superintendent')"
@@ -176,7 +176,7 @@
input-type="textarea" />
</a-form-item>
</a-col>
<!-- 相关人员,节点7需要选相关人员 -->
<!-- 相关人员,节点8需要选相关人员 -->
<a-col :span="12" v-if="currentNode === 8">
<a-form-item :labelCol="labelCol" :wrapperCol="wrapperCol" :label="$t('workCenter.enterpriseInitChangePlan.relatedPersonnel')">
<user-selection :placeholder="$t('pleaseSelect') + $t('workCenter.enterpriseInitChangePlan.relatedPersonnel')"
@@ -184,7 +184,7 @@
v-decorator="['relatedUserList', validatorRules.relatedUserList]"
@nameChange="userSelectNameChange"
fieldName="relatedUserList"
:nameStr="userFormModel.relatedUser_dictText"
:nameStr="userFormModel.relatedUserList_dictText"
input-type="textarea" />
</a-form-item>
</a-col>