This commit is contained in:
yumoqing 2025-10-26 22:48:41 +08:00
parent 9d39244c3f
commit d0d330ef29
2 changed files with 4 additions and 4 deletions

View File

@ -1,6 +1,6 @@
{ {
"tblname": "pricing_spec", "tblname": "pricing_item",
"title": "定价规格", "title": "定价细项",
"params": { "params": {
"sortby": "name", "sortby": "name",
"browserfields": { "browserfields": {

View File

@ -1,6 +1,6 @@
{ {
"tblname": "pricing_item", "tblname": "pricing_spec",
"title": "定价细项", "title": "定价规格",
"params": { "params": {
"sortby": "name", "sortby": "name",
"browserfields": { "browserfields": {