diff --git a/src/components/Detail/src/DetailDeviceLedger.vue b/src/components/Detail/src/DetailDeviceLedger.vue
index 18a2490..ae99984 100644
--- a/src/components/Detail/src/DetailDeviceLedger.vue
+++ b/src/components/Detail/src/DetailDeviceLedger.vue
@@ -106,6 +106,9 @@
v-model:currentPage="tableObjectRef.currentPage"
:key="milestoneUpdateKey"
>
+
+
+
diff --git a/src/views/eam/mold/moldAccounts/index.vue b/src/views/eam/mold/moldAccounts/index.vue
index dd4abc4..1c1d566 100644
--- a/src/views/eam/mold/moldAccounts/index.vue
+++ b/src/views/eam/mold/moldAccounts/index.vue
@@ -83,7 +83,11 @@
:dialogFormAllSchemasRules="MoldMilestoneRules"
:dialogFormAllSchemas="MoldMilestone.allSchemas"
:milestoneFuncCode="milestone"
- />
+ >
+
+ {{ item.fileName }}
+
+
@@ -551,7 +555,9 @@ const qrCodeBatch = async (val,item) => {
const qrCodeList = selections.map(item => `'${item?.number}'`).join(', ')
window.open(src.value + "&number=" + qrCodeList)
}
-
+const openDown=(item) => {
+ window.open(item.path)
+}