From f94dec7ddbd0aa96f642f04d41d0f74ca0edfdc7 Mon Sep 17 00:00:00 2001
From: guoyuji <guoyujie@ng.com>
Date: 星期二, 25 六月 2024 18:22:30 +0800
Subject: [PATCH] Merge branch 'master' of http://bore.pub:10439/r/ERP_override
---
north-glass-erp/northglass-erp/src/views/pp/processCard/PrintFlowCard.vue | 5 ++---
1 files changed, 2 insertions(+), 3 deletions(-)
diff --git a/north-glass-erp/northglass-erp/src/views/pp/processCard/PrintFlowCard.vue b/north-glass-erp/northglass-erp/src/views/pp/processCard/PrintFlowCard.vue
index 2bc7dad..602ec63 100644
--- a/north-glass-erp/northglass-erp/src/views/pp/processCard/PrintFlowCard.vue
+++ b/north-glass-erp/northglass-erp/src/views/pp/processCard/PrintFlowCard.vue
@@ -74,7 +74,7 @@
let pageState = null
//瀹ゅ唴瀹ゅ闈�
-const stateValue = ref(t('processCard.thisIsTheIndoorSurface'))
+const stateValue = ref('')
const stateOptions = [
{
value: t('processCard.thisIsTheIndoorSurface'),
@@ -220,7 +220,6 @@
toolbarConfig: {
buttons: [
{code: 'print', name: t('processCard.print'), status: 'primary'},
- {code: 'printLabel', name: t('processCard.printLabel'), status: 'primary'},
{code: 'customLabel', name: t('processCard.customLabelPrinting'), status: 'primary'},
],
@@ -507,7 +506,7 @@
/>
</el-select>
- <el-select v-model="stateValue" class="m-2" :placeholder="stateOptions[0].label" style="width: 140px">
+ <el-select v-model="stateValue" class="m-2" placeholder='' clearable allow-create filterable style="width: 140px">
<el-option
v-for="item in stateOptions"
:key="item.value"
--
Gitblit v1.8.0