From bfd367392efafcfe06490cf729207ee0850f4328 Mon Sep 17 00:00:00 2001
From: vincentlu <t1341870251@gmail.com>
Date: 星期四, 05 二月 2026 11:12:16 +0800
Subject: [PATCH] #
---
zy-acs-flow/src/i18n/en.js | 8 ++++----
zy-acs-flow/src/page/sta/StaList.jsx | 11 ++++++-----
zy-acs-flow/src/i18n/zh.js | 10 +++++-----
3 files changed, 15 insertions(+), 14 deletions(-)
diff --git a/zy-acs-flow/src/i18n/en.js b/zy-acs-flow/src/i18n/en.js
index 340ffce..de01fc6 100644
--- a/zy-acs-flow/src/i18n/en.js
+++ b/zy-acs-flow/src/i18n/en.js
@@ -289,12 +289,12 @@
staType: "station type",
code: "code",
offset: "offset",
- height: "height",
- depth: "depth",
+ height: "height(mm)",
+ depth: "depth(mm)",
angle: 'angle',
actDir: 'actuator direction',
- inboundWait: 'inbound wait(ms)',
- outboundWait: 'outbound wait(ms)',
+ inboundWait: 'in wait(ms)',
+ outboundWait: 'out wait(ms)',
autoing: "autoing",
loading: "loading",
inEnable: "in enable",
diff --git a/zy-acs-flow/src/i18n/zh.js b/zy-acs-flow/src/i18n/zh.js
index 47c1783..1f421e4 100644
--- a/zy-acs-flow/src/i18n/zh.js
+++ b/zy-acs-flow/src/i18n/zh.js
@@ -289,12 +289,12 @@
staType: "绔欑偣绫诲瀷",
code: "鍦伴潰鐮�",
offset: "鍋忕Щ閲�",
- height: "浣滀笟楂樺害",
- depth: "浣滀笟娣卞害",
- angle: '杞︿綋瑙掑害',
+ height: "浣滀笟楂樺害(mm)",
+ depth: "浣滀笟娣卞害(mm)",
+ angle: '杞︿綋瑙掑害(掳)',
actDir: '璐у弶鏂瑰悜',
- inboundWait: '鍏ュ簱绛�(姣)',
- outboundWait: '鍑哄簱绛�(姣)',
+ inboundWait: '鍏ュ簱绛�(ms)',
+ outboundWait: '鍑哄簱绛�(ms)',
autoing: "鑷姩",
loading: "杞借揣",
inEnable: "鍙叆",
diff --git a/zy-acs-flow/src/page/sta/StaList.jsx b/zy-acs-flow/src/page/sta/StaList.jsx
index 01d73d3..6d91a9a 100644
--- a/zy-acs-flow/src/page/sta/StaList.jsx
+++ b/zy-acs-flow/src/page/sta/StaList.jsx
@@ -136,7 +136,7 @@
expand={() => <StaPanel />}
expandSingle={true}
rowSx={rowSx(drawerVal || null)}
- omit={['id', 'uuid', 'name', 'offset', 'zpallet', 'depth'
+ omit={['id', 'uuid', 'name', 'offset', 'zpallet', 'depth', 'capacity'
, 'updateTime', 'updateBy', 'createTime', 'createBy', 'memo']}
>
<NumberField source="id" />
@@ -160,15 +160,16 @@
<NumberField source="rsvInCnt" label="table.field.sta.rsvInCnt" />
<NumberField source="rsvOutCnt" label="table.field.sta.rsvOutCnt" />
<NumberField source="offset" label="table.field.sta.offset" />
- <NumberField source="height" label="table.field.sta.height" />
+ <NumberField source="height" label="table.field.sta.height" sortable={false} />
<NumberField source="depth" label="table.field.sta.depth" />
- <NumberField source="angle" label="table.field.sta.angle" />
+ <NumberField source="angle" label="table.field.sta.angle" sortable={false} />
<FunctionField
label="table.field.sta.actDir"
render={(record) => getCompDirectLabel(translate, record?.actDir)}
+ sortable={false}
/>
- <NumberField source="inboundWait" label="table.field.sta.inboundWait" />
- <NumberField source="outboundWait" label="table.field.sta.outboundWait" />
+ <NumberField source="inboundWait" label="table.field.sta.inboundWait" sortable={false} />
+ <NumberField source="outboundWait" label="table.field.sta.outboundWait" sortable={false} />
{/* <TextField source="autoing" label="table.field.sta.autoing" />
<TextField source="loading" label="table.field.sta.loading" />
<TextField source="inEnable" label="table.field.sta.inEnable" />
--
Gitblit v1.9.1