feat: 添加供应商类型本地化支持及优化表格单元格显示
refactor: 重构供应商类型相关服务及控制器 fix: 修复供应商类型表格单元格初始化问题 style: 优化代码格式及导入顺序
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
ui.vendor.title=[{0}] {1} Vendor
|
||||
ui.vendor.type=Type
|
||||
ui.vendor.description=Description
|
||||
|
||||
ui.customer.title=[{0}] {1} Customer
|
||||
|
||||
@@ -0,0 +1,5 @@
|
||||
ui.vendor.title=[{0}] {1} 供应商
|
||||
ui.vendor.type=类型
|
||||
ui.vendor.description=描述
|
||||
|
||||
ui.customer.title=[{0}] {1} 客户
|
||||
|
||||
Reference in New Issue
Block a user