From 75fb87fd7b42d18e2832819f20e93f91f950a4b7 Mon Sep 17 00:00:00 2001 From: yxq Date: Thu, 31 Aug 2023 15:47:11 +0800 Subject: [PATCH] =?UTF-8?q?app=20=E5=B7=AE=E6=97=85=E7=94=B3=E8=AF=B7=20?= =?UTF-8?q?=E6=98=8E=E7=BB=86=E5=AD=97=E6=AE=B5=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../LogisticsapplyManagement/Purchase_Travel_Apply/details.vue | 2 +- .../LogisticsapplyManagement/Purchase_Travel_Apply/single.vue | 2 +- .../Purchase_Travel_Apply/singleFlow.vue | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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:'--' },