diff --git a/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/LogisticsapplyManagement/Purchase_Travel_Apply/details.vue b/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/LogisticsapplyManagement/Purchase_Travel_Apply/details.vue index e041d02ff..8637825ba 100644 --- a/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/LogisticsapplyManagement/Purchase_Travel_Apply/details.vue +++ b/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/LogisticsapplyManagement/Purchase_Travel_Apply/details.vue @@ -70,7 +70,7 @@ fixed: true, width: 60 }, - // { name: 'CreatorName', label: '申请人',width:80,emptyString:'--' }, + { name: 'Traveler', label: '出差人员',width:120,emptyString:'--' }, { name: 'Follows', label: '随行人员',width:120,emptyString:'--' }, // { name: 'TotalAmount', label: '金额',fixed:false,width:86,emptyString:'--' }, // { name: 'DepartmentName', label: '部门',fixed:false,width:200,emptyString:'--' }, diff --git a/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/LogisticsapplyManagement/Purchase_Travel_Apply/single.vue b/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/LogisticsapplyManagement/Purchase_Travel_Apply/single.vue index aa41a087c..44a4f8589 100644 --- a/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/LogisticsapplyManagement/Purchase_Travel_Apply/single.vue +++ b/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/LogisticsapplyManagement/Purchase_Travel_Apply/single.vue @@ -271,7 +271,7 @@ // 采购数据 column:[ // { type:'selection', fixed:true,width:60 }, - { name: 'CreatorName', label: '申请人',width:80,emptyString:'--' }, + { name: 'Traveler', label: '出差人员',width:120,emptyString:'--' }, { name: 'Follows', label: '随行人员',width:120,emptyString:'--' }, // { name: 'TotalAmount', label: '金额',fixed:false,width:86,emptyString:'--' }, // { name: 'DepartmentName', label: '部门',fixed:false,width:200,emptyString:'--' }, diff --git a/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/LogisticsapplyManagement/Purchase_Travel_Apply/singleFlow.vue b/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/LogisticsapplyManagement/Purchase_Travel_Apply/singleFlow.vue index a0f53db5b..ffbb5b9a8 100644 --- a/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/LogisticsapplyManagement/Purchase_Travel_Apply/singleFlow.vue +++ b/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/LogisticsapplyManagement/Purchase_Travel_Apply/singleFlow.vue @@ -145,7 +145,7 @@ export default { // 采购数据 column:[ // { type:'selection', fixed:true,width:60 }, - // { name: 'CreatorName', label: '申请人',width:80,emptyString:'--' }, + { name: 'Traveler', label: '出差人员',width:120,emptyString:'--' }, { name: 'Follows', label: '随行人员',width:120,emptyString:'--' }, // { name: 'TotalAmount', label: '金额',fixed:false,width:86,emptyString:'--' }, // { name: 'DepartmentName', label: '部门',fixed:false,width:200,emptyString:'--' },