feat: 打印机、商品列表的问题修改

This commit is contained in:
duan
2025-03-25 15:40:11 +08:00
parent 48a4424d3f
commit 88e26bb9d4
12 changed files with 134 additions and 359 deletions

View File

@@ -16,7 +16,7 @@ const contentConfig: IContentConfig<UserPageQuery> = {
pageSize: 20,
pageSizes: [10, 20, 30, 50],
},
indexActionData: { name: "", orderBy: "name asc" },
indexActionData: { name: "", orderBy: "" },
indexAction: function (params) {
return UserAPI.getPage(params);
},

View File

@@ -160,7 +160,7 @@
<el-input v-model="ruleForm.weight" placeholder="">
<template #append>千克</template>
</el-input>
<div style="color: #999;">用于快递或配送运费计重</div>
<!-- <div style="color: #999;">用于快递或配送运费计重</div> -->
</div>
</el-col>
</el-form-item>

View File

@@ -16,7 +16,7 @@ const contentConfig: IContentConfig<UserPageQuery> = {
pageSize: 20,
pageSizes: [10, 20, 30, 50],
},
indexActionData: { name: "", orderBy: "name asc" },
indexActionData: { name: "", orderBy: "" },
indexAction: function (params) {
return UserAPI.getPage(params);
},

View File

@@ -15,7 +15,7 @@ const contentConfig: IContentConfig<UserPageQuery> = {
pageSize: 20,
pageSizes: [10, 20, 30, 50],
},
indexActionData: { name: "", orderBy: "name asc" },
indexActionData: { name: "", orderBy: "" },
indexAction: function (params) {
return UserAPI.getPage(params);
},