-
+
-
{{ $t('download') }}
+
{{ $t('download') }}
@@ -50,6 +50,12 @@ export default {
type: Boolean,
required: false,
default: true
+ },
+ // 是否可以下载
+ canDownload: {
+ type: Boolean,
+ required: false,
+ default: true
}
},
watch: {
@@ -147,6 +153,7 @@ export default {
.file {
display: flex;
align-items: center;
+ width: 100%;
}
.file:last-child {
@@ -158,13 +165,17 @@ export default {
align-items: center;
color: @primary-color;
cursor: pointer;
- max-width: calc(100% - 97px);
+ max-width: 100%;
}
.file-info > .anticon {
margin-right: 8px;
}
+.can-download-file-info {
+ max-width: calc(100% - 97px);
+}
+
.file-name {
white-space: nowrap;
overflow: hidden;
diff --git a/src/views/businessSupport/askForAdvice/AskForAdviceDetail.vue b/src/views/businessSupport/askForAdvice/AskForAdviceDetail.vue
index 87685a52..4d305ed2 100644
--- a/src/views/businessSupport/askForAdvice/AskForAdviceDetail.vue
+++ b/src/views/businessSupport/askForAdvice/AskForAdviceDetail.vue
@@ -11,27 +11,22 @@
-
+ {{ detailFormData.standardNameNumber }}
-
+
-
-
-
-
-
-
+
-
+ {{ detailFormData.consultationPeriod }}
@@ -58,8 +53,13 @@
:scroll="{x: '100%'}"
@change="handleTableChange">
+