2
3
dubch 5 лет назад
Родитель
Сommit
c0bbc7f8a8

+ 1 - 1
src/dashoo.cn/frontend_web/src/pages/oilsupplier/annualaudit/_opera/basicauditoperation.vue

@@ -616,7 +616,7 @@
                       <el-link :href="'http://'+fileurlcut(scope.row.OldFileUrl, index)" target="_blank" type="primary"
                                v-if="scope.row.OldFileUrl==''?false:imgFormat(scope.row.OldFileUrl, index)"
                       >
-                        {{scope.row.FileName.split('$')[index]}}</el-link>
+                        {{scope.row.OldFileUrl.split('$')[index]}}</el-link>
 
                       <img
                         v-if="scope.row.OldFileUrl==''?false:!imgFormat(scope.row.OldFileUrl, index)"