diff --git a/xiuosiot-frontend/src/views/terminal/stock/index.vue b/xiuosiot-frontend/src/views/terminal/stock/index.vue
index 61f3645..8fd6add 100644
--- a/xiuosiot-frontend/src/views/terminal/stock/index.vue
+++ b/xiuosiot-frontend/src/views/terminal/stock/index.vue
@@ -8,33 +8,56 @@
- 新增库存
+ 新增库存
{{ terminalTypeDesc }}
- {{ '总数:' + totalnum }}
+ {{ "总数:" + totalnum }}
@@ -46,15 +69,23 @@
备注
- -
+
-
{{ item.fzDeviceNo | contentForamtter }}
- {{ item.fzDeviceStatus | contentForamtter }}
- {{ item.fzDeviceUser | contentForamtter }}
+ {{
+ item.fzDeviceStatus | contentForamtter
+ }}
+ {{
+ item.fzDeviceUser | contentForamtter
+ }}
{{ item.fzOuttime | contentForamtter }}
{{ item.fzRemark | contentForamtter }}
-
+
@@ -70,7 +101,32 @@
width="40px"
>设备名称
-
{{ form.fzDeviceType }}
+
+
+ {{ form.fzDeviceType
+ }}
+
+
+ 矽灵通RISCV
+ 矽灵通ARM
+ 矽望通
+ 矽慧通
+ 矽达通RISCV
+ 矽达通ARM
+ AIIT-RISCV
+ AIIT-ARM
+ 教学型RISCV
+ 教学型ARM
+
+
X
@@ -136,7 +192,14 @@