From 0a2e888fd49df7f2c8c30954b9a1b82dbb7716fe Mon Sep 17 00:00:00 2001
From: dyy <807692433@qq.com>
Date: Thu, 15 Sep 2022 10:43:27 +0800
Subject: [PATCH] =?UTF-8?q?app2.0=EF=BC=9A=E5=A2=9E=E5=8A=A0=E5=8D=95?=
=?UTF-8?q?=E7=8B=AC=E9=A1=B5=E9=9D=A2=E9=99=84=E4=BB=B6=E4=B8=8A=E4=BC=A0?=
=?UTF-8?q?=E6=8B=8D=E7=85=A7=E6=A8=A1=E5=BC=8F=EF=BC=9B=E4=BF=AE=E6=94=B9?=
=?UTF-8?q?=E5=AF=9D=E5=AE=A4=E6=97=A5=E5=B8=B8=E8=80=83=E6=A0=B8=E7=AE=A1?=
=?UTF-8?q?=E7=90=86=EF=BC=9B?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../components/upload-file.vue | 23 +-
.../components/upload-file2.vue | 211 ++++++++++++++++++
.../Acc_DailyAssess/single.vue | 5 +-
3 files changed, 231 insertions(+), 8 deletions(-)
create mode 100644 Learun.Framework.Ultimate V7/LearunApp-2.2.0/components/upload-file2.vue
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: {},