feature/price_manager
Lei OT 1 year ago
parent 6caa17ea4c
commit d27e777eb7

@ -13,7 +13,7 @@
"EditComponents": {
"info": "Product Information",
"Quotation": "Quotation",
"Extras": "Add-on"
"Extras": "Components"
},
"auditState": {
"New": "New",

@ -13,7 +13,7 @@
"EditComponents": {
"info": "产品信息",
"Quotation": "报价",
"Extras": "附加项目"
"Extras": "绑定项目"
},
"auditState": {
"New": "新增",

@ -77,6 +77,7 @@ function Index() {
agency: { col: 4 },
dates: { label: t('products:CreateDate') },
keyword: { label: t('products:Title'), col: 4 },
year: { col: 4 },
},
sort: { agency: 1, audit_state: 2, keyword: 100 },
}}

Loading…
Cancel
Save