From 1eb06fe948b92d9a3248f2f36da9cea819528b64 Mon Sep 17 00:00:00 2001
From: yangys <y_ys79@sina.com>
Date: 星期三, 20 八月 2025 14:24:12 +0800
Subject: [PATCH] 增加临时发起页面
---
src/views/flowmgr/programexport.vue | 17 +++++++++++++++++
1 files changed, 17 insertions(+), 0 deletions(-)
diff --git a/src/views/flowmgr/programexport.vue b/src/views/flowmgr/programexport.vue
index 17c7331..47cb60d 100644
--- a/src/views/flowmgr/programexport.vue
+++ b/src/views/flowmgr/programexport.vue
@@ -86,6 +86,7 @@
{
label: '娴佺▼鏍囬',
prop: 'title',
+ with: 250
},
{
label: '闆剁粍浠跺彿',
@@ -94,25 +95,30 @@
{
label: '宸ュ簭鍙�',
prop: 'processNo',
+ with: 75
},
{
label: '宸ュ簭鐗堟',
prop: 'processEdition',
+ with: 85
},
{
label: '宸ュ簭鍚嶇О',
prop: 'processName',
+ with: 85
},
{
label: '鍥惧彿鐗堟',
prop: 'drawingNoEdition',
+ with: 85
},
{
label: '绋嬪簭鍖呭悕',
prop: 'name',
search: true,
+ with: 100
},
{
label: '閫氳繃鏃堕棿',
@@ -154,6 +160,7 @@
{
label: '娴佺▼鏍囬',
prop: 'title',
+ with: 200
},
{
label: '闆剁粍浠跺彿',
@@ -162,18 +169,22 @@
{
label: '宸ュ簭鍙�',
prop: 'processNo',
+ width: 70
},
{
label: '宸ュ簭鐗堟',
prop: 'processEdition',
+ width: 85
},
{
label: '宸ュ簭鍚嶇О',
prop: 'processName',
+ width: 85
},
{
label: '鍥惧彿鐗堟',
prop: 'drawingNoEdition',
+ width: 85
},
{
@@ -185,6 +196,11 @@
label: '閫氳繃鏃堕棿',
prop: 'createTime',
sortable: true,
+ },
+ {
+ label: '瀵煎嚭浜�',
+ prop: 'exporter',
+ width: 70
},
{
label: '宸插姙鏃堕棿',
@@ -298,6 +314,7 @@
//console.log(res.data);
let name = res.headers['content-disposition'].split('filename=')[1]
+ name = decodeURI(name)
//console.log(res.headers['content-disposition'].split('filename=')[1]);
downloadFile(res.data, `${name}`);
--
Gitblit v1.9.3