feat(商品): 調整商品代號顯示與會計報表樣式
This commit is contained in:
@@ -44,7 +44,7 @@ interface Props {
|
||||
// Field translation map
|
||||
const fieldLabels: Record<string, string> = {
|
||||
name: '名稱',
|
||||
code: '代碼',
|
||||
code: '商品代號',
|
||||
username: '登入帳號',
|
||||
description: '描述',
|
||||
price: '價格',
|
||||
|
||||
Reference in New Issue
Block a user