From ad001f76b662c8d1ddebe8aca090ed225b98fdf9 Mon Sep 17 00:00:00 2001
From: 祖安之光 <11848914+light-of-zuan@user.noreply.gitee.com>
Date: Tue, 17 Mar 2026 10:08:40 +0800
Subject: [PATCH] 修改
---
src/views/contract/confirm.vue | 7 ++++---
1 files changed, 4 insertions(+), 3 deletions(-)
diff --git a/src/views/contract/confirm.vue b/src/views/contract/confirm.vue
index 14943d4..274822b 100644
--- a/src/views/contract/confirm.vue
+++ b/src/views/contract/confirm.vue
@@ -25,6 +25,7 @@
<el-button class="filter-item" style="margin-left: 10px;" type="primary" icon="el-icon-download"
v-if="getBtnPermission('review') && isSupervision =='null'?false:true" @click="exportAll">打印内包装号</el-button>
</div>
+ <br/>
<div class="table_content">
<el-table
ref="contractTable"
@@ -320,10 +321,10 @@
<div id="printMe" >
<el-row>
<el-col :span="12" align="center">
- <span style="font-size: 10px;font-weight: bolder">{{"新疆专用"}}</span>
+ <span style="font-size: 10px;font-weight: bolder">{{"东台市专用"}}</span>
</el-col>
<el-col :span="12" align="center">
- <span style="font-size: 10px;margin-top: 3px">{{"新疆专用"}}</span>
+ <span style="font-size: 10px;margin-top: 3px">{{"东台市专用"}}</span>
</el-col>
</el-row>
<el-row>
@@ -425,7 +426,7 @@
<div id="printMeSingle" >
<el-row>
<el-col :span="12" align="center">
- <span style="font-size: 10px;">{{"新疆专用"}}</span>
+ <span style="font-size: 10px;">{{"东台市专用"}}</span>
</el-col>
</el-row>
<el-row>
--
Gitblit v1.9.2