校园商户

This commit is contained in:
liu
2026-06-17 09:13:49 +08:00
parent 86be1c230e
commit 254823e308
50 changed files with 2186 additions and 40 deletions
+20
View File
@@ -0,0 +1,20 @@
export default {
"merchant.printer.page.title": "打印机管理",
"merchant.printer.page.description": "管理商户打印机设备,支持在线、离线状态监控",
"merchant.printer.id": "ID",
"merchant.printer.merchant_id": "所属商户",
"merchant.printer.merchant_id.required": "所属商户不能为空",
"merchant.printer.name": "打印机名称",
"merchant.printer.name.required": "打印机名称不能为空",
"merchant.printer.brand": "品牌",
"merchant.printer.model": "型号",
"merchant.printer.device_no": "设备编号",
"merchant.printer.secret_key": "密钥",
"merchant.printer.status": "状态",
"merchant.printer.status.0": "离线",
"merchant.printer.status.1": "在线",
"merchant.printer.status.2": "故障",
"merchant.printer.config": "打印配置",
"merchant.printer.created_at": "创建时间",
"merchant.printer.updated_at": "更新时间",
};