diff --git a/src/views/form/statistics/item.vue b/src/views/form/statistics/item.vue
index 7ff823c..b42008d 100644
--- a/src/views/form/statistics/item.vue
+++ b/src/views/form/statistics/item.vue
@@ -2,20 +2,33 @@
-
+
+
+
+
+
- :key="file"
- :href="file.url" target="_blank"
- type="primary"
- >
- {{ file.fileName }}
-
+
+
+
+ {{ file.fileName }}
+
+
/
+
+
+
- {{ getItemValue ? getItemValue : '/' }}
+ {{ getItemValue || '/' }}
@@ -43,6 +56,7 @@ export default {
},
computed: {
processData() {
+ console.log('数据', this.projectItemData)
return this.resultData ? this.resultData['processData'] : {}
},
getItemValue() {
@@ -53,3 +67,14 @@ export default {
}
+