From 8f6a8545c3cf50ff0feac85f7b3c57db8fc3a0b4 Mon Sep 17 00:00:00 2001
From: 祖安之光 <11848914+light-of-zuan@user.noreply.gitee.com>
Date: Thu, 12 Mar 2026 09:35:13 +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..97dbe43 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