From 4c7f49876fbac12f6a7a19998e9375762c5ccb92 Mon Sep 17 00:00:00 2001
From: "zhaokaiyao@91isoft.com" <6922339zky>
Date: Mon, 22 Nov 2021 15:56:46 +0800
Subject: [PATCH 1/2] =?UTF-8?q?=E8=BF=87=E7=A8=8B=E7=A8=BF=E4=BB=B6?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/pages/details/otherStandardDetails/index.vue | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/src/pages/details/otherStandardDetails/index.vue b/src/pages/details/otherStandardDetails/index.vue
index 7f91d242c..f2af50bfe 100644
--- a/src/pages/details/otherStandardDetails/index.vue
+++ b/src/pages/details/otherStandardDetails/index.vue
@@ -369,7 +369,7 @@
>
- {{ file.oldFileName }}
+ {{ file.oldFileName | ellipsis }}
上传时间:{{ dateFormat(file.modifyTime) }}-->
- {{ file.oldFileName }}
+ {{ file.oldFileName | ellipsis }}
Date: Mon, 22 Nov 2021 15:57:27 +0800
Subject: [PATCH 2/2] =?UTF-8?q?=E4=BB=A3=E6=9B=BF=E6=A0=87=E5=87=86?=
=?UTF-8?q?=E6=89=8B=E5=8A=A8=E6=9F=A5=E6=89=BE?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/components/CustomFormComponents/InputForStandards.vue | 2 +-
.../CustomFormComponents/InputForStandardsForForeign.vue | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/components/CustomFormComponents/InputForStandards.vue b/src/components/CustomFormComponents/InputForStandards.vue
index 7ab9a7286..be2036358 100644
--- a/src/components/CustomFormComponents/InputForStandards.vue
+++ b/src/components/CustomFormComponents/InputForStandards.vue
@@ -185,7 +185,7 @@ export default {
page: 1,
pageSize: this.$store.getters.userInfo.configContent,
total: 0,
- standType: 'ALL',
+ standType: 'INLAND',
quoteIdList: '',
validFlag: '0',
menuId: 'nomenu'
diff --git a/src/components/CustomFormComponents/InputForStandardsForForeign.vue b/src/components/CustomFormComponents/InputForStandardsForForeign.vue
index 7651cc3ab..8b758b590 100644
--- a/src/components/CustomFormComponents/InputForStandardsForForeign.vue
+++ b/src/components/CustomFormComponents/InputForStandardsForForeign.vue
@@ -196,7 +196,7 @@ export default {
page: 1,
pageSize: this.$store.getters.userInfo.configContent,
total: 0,
- standType: 'ALL',
+ standType: 'FOREIGN',
quoteIdList: '',
validFlag: '0',
menuId: 'nomenu'