diff --git a/src/views/ea/electronicContracts/index.vue b/src/views/ea/electronicContracts/index.vue
index 76f6921e..265ec34d 100644
--- a/src/views/ea/electronicContracts/index.vue
+++ b/src/views/ea/electronicContracts/index.vue
@@ -17,20 +17,6 @@
@keyup.enter.native="handleQuery"
/>
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- {{ parseTime(scope.row.createTime) }}
-
-
-
-
@@ -239,7 +212,7 @@
width="98px"
>
- {{ parseTime(scope.row.signDate) }}
+ {{ parseTime2(scope.row.signDate) }}
- {{ parseTime(scope.row.effectiveDate) }}
+ {{ parseTime2(scope.row.effectiveDate) }}
- {{ parseTime(scope.row.expiryDate) }}
+ {{ parseTime2(scope.row.expiryDate) }}
@@ -271,7 +244,7 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+ -->
+
+
+
+ {{ parseTime(scope.row.createTime) }}
+
+
+ 查看附件
+
查看
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
@@ -582,7 +519,6 @@
placeholder="请选择会计月份"
>
-
@@ -628,7 +564,6 @@
-
@@ -667,7 +602,6 @@ import {
} from "@/api/ea/electronicContracts/electronicContracts";
import FileUpload from "@/components/FileUpload";
import ImagePreview from "@/components/ImagePreview";
-import Video from "@/components/VideoUpload";
import WxVideoPlayer from "@/views/mp/components/wx-video-play/main";
export default {
@@ -741,7 +675,6 @@ export default {
},
created() {
this.getList();
- // console.log(imgs)
},
methods: {
/** 查询列表 */
@@ -852,12 +785,10 @@ export default {
this.optType = "add";
this.title = "添加合同档案";
},
- /* 预览按钮*/
- handlePreview() {
- this.preview = true;
- this.previewtitle = "附件预览";
+ /** 查看附件按钮操作 */
+ handleViewFJ(row) {
+ this.openLink(row.contractAttachment);
},
-
/** 查看按钮操作 */
handleView(row) {
this.reset();