This website works better with JavaScript.
首頁
探索
說明
登入
jason
/
FPSMS-frontend
關註
2
收藏
0
複製
0
程式碼
問題管理
0
合併請求
0
版本發佈
0
Wiki
Activity
瀏覽代碼
update
master
cyril.tsui
2 月之前
父節點
dd10c0e13d
當前提交
24b4c11e3d
共有
1 個文件被更改
,包括
13 次插入
和
2 次删除
分割檢視
Diff Options
Show Stats
Download Patch File
Download Diff File
+13
-2
src/components/JoSave/InfoCard.tsx
+ 13
- 2
src/components/JoSave/InfoCard.tsx
查看文件
@@ -44,12 +44,23 @@ const InfoCard: React.FC<Props> = ({
disabled={true}
/>
</Grid>
<Grid item xs={6}/>
<Grid item xs={6}>
<TextField
{
...register("
nam
e")
...register("
itemCod
e")
}
label={t("Name")}
label={t("Item Code")}
fullWidth
disabled={true}
/>
</Grid>
<Grid item xs={6}>
<TextField
{
...register("itemName")
}
label={t("Item Name")}
fullWidth
disabled={true}
/>
Write
Preview
Loading…
取消
儲存