优化打印机

This commit is contained in:
gyq
2024-04-03 17:25:22 +08:00
parent a57b45160e
commit ca4eec636a
9 changed files with 175 additions and 31 deletions

View File

@@ -192,7 +192,7 @@ const form = ref({
},
name: "小票打印机",
subType: "cash", // 打印类型
status: 0,
status: 1,
sort: "",
shopId: store.userInfo.shopId,
});

View File

@@ -33,8 +33,8 @@
inline-prompt
active-text=""
inactive-text=""
:active-value="0"
:inactive-value="1"
:active-value="1"
:inactive-value="0"
width="90"
@change="statusChange($event, item)"
/>