From 54d5ec8ed84113f7d928c4b6e86bc9d640bffc71 Mon Sep 17 00:00:00 2001
From: Fixiaobai <fixiaobai@163.com>
Date: 星期二, 31 十月 2023 18:06:20 +0800
Subject: [PATCH] modified: src/api/basic/division.js modified: src/views/basic/division/division-form.vue modified: src/views/basic/division/index.vue modified: src/views/basic/part/index.vue modified: src/views/basic/post/post-form.vue modified: src/views/technology/document/index.vue modified: vue.config.js
---
src/views/technology/document/document-form.vue | 15 +++++++++------
1 files changed, 9 insertions(+), 6 deletions(-)
diff --git a/src/views/technology/document/document-form.vue b/src/views/technology/document/document-form.vue
index 87668af..36bee24 100644
--- a/src/views/technology/document/document-form.vue
+++ b/src/views/technology/document/document-form.vue
@@ -633,7 +633,7 @@
<img width="100%" :src="dialogStructureImageUrl" alt="" />
</el-dialog>
</el-card>
- <el-card class="document-flow">
+ <!-- <el-card class="document-flow">
<div slot="header">
<span>娴佺▼鍥�</span>
</div>
@@ -666,7 +666,7 @@
</el-select>
<div id="demo" style="margin:5px auto;"></div>
</div>
- <!--<el-upload
+ <el-upload
class="upload-demo"
action="/mes/document/uploadLct"
:headers="headers"
@@ -686,11 +686,11 @@
<div slot="tip" class="el-upload__tip">
鍙兘涓婁紶jpg鍥剧墖锛屼笖涓嶈秴杩�2MB
</div>
- </el-upload>-->
+ </el-upload>
<el-dialog :visible.sync="dialogFlowVisible">
<img width="100%" :src="dialogFlowImageUrl" alt="" />
</el-dialog>
- </el-card>
+ </el-card> -->
</el-tab-pane>
</el-tabs>
</div>
@@ -1383,7 +1383,7 @@
var aa = {
id: resData.jgtList[i].id,
name: '棰勮澶у浘',
- url: '/mes/document/file/' + resData.jgtList[i].fileName
+ url: '/mes/document/file?fileName=' + resData.jgtList[i].fileName
}
this.fileStructureList.push(aa)
}
@@ -1393,7 +1393,7 @@
if (resData.lct != null) {
this.fileFlowList.push({
name: '棰勮澶у浘',
- url: '/mes/document/file/' + resData.lct
+ url: 'http://127.0.0.1:6061/Image' + resData.lct
})
}
// 鎸傛祦绋嬪浘
@@ -2053,6 +2053,9 @@
padding: 10px 20px;
box-sizing: border-box;
}
+.el-card.is-always-shadow{
+ width: 100%;
+ }
.document-flow {
background-color: #fff;
--
Gitblit v1.9.3