From 6169660d7b5968d62c3d816f4e7332d7e3abe573 Mon Sep 17 00:00:00 2001
From: 祖安之光 <11848914+light-of-zuan@user.noreply.gitee.com>
Date: Mon, 09 Mar 2026 12:01:03 +0800
Subject: [PATCH] 修改名字2
---
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