diff --git a/Learun.Framework.Ultimate V7/LearunApp-2.2.0/components/upload-file.vue b/Learun.Framework.Ultimate V7/LearunApp-2.2.0/components/upload-file.vue
index 96b323964..1a915caae 100644
--- a/Learun.Framework.Ultimate V7/LearunApp-2.2.0/components/upload-file.vue
+++ b/Learun.Framework.Ultimate V7/LearunApp-2.2.0/components/upload-file.vue
@@ -1,10 +1,12 @@
+
+
+
+ *
+ {{ title || '' }}
+
+
-
-
- 附件上传
-
-
@@ -25,10 +27,17 @@
-
+
+
+
diff --git a/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/LogisticsManagement/Acc_DailyAssess/single.vue b/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/LogisticsManagement/Acc_DailyAssess/single.vue
index 9d27fe275..d5ad922cc 100644
--- a/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/LogisticsManagement/Acc_DailyAssess/single.vue
+++ b/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/LogisticsManagement/Acc_DailyAssess/single.vue
@@ -118,7 +118,7 @@
v-show="false"
title="附件值"
/>
-
+
@@ -157,7 +157,7 @@ import get from 'lodash/get'
import set from 'lodash/set'
import moment from 'moment'
import customPageMixins from '@/common/custompage.js'
-import uploadFile from '@/components/upload-file.vue'
+import uploadFile from '@/components/upload-file2.vue'
export default {
mixins: [customPageMixins],
@@ -173,6 +173,7 @@ export default {
ready: false,
fileList:[],//附件列表
folderId:null,//附件随机文件夹id
+ fileTitle:'附件上传',//附件label值
// 表单数据
current: {},