From 8a3147585242d4f9bd692aef78d7cce0feb8dab2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=A0=82=E7=B3=96?= Date: Tue, 16 Dec 2025 13:25:49 +0800 Subject: [PATCH] =?UTF-8?q?refactor(steelGrade):=20=E9=87=8D=E6=9E=84?= =?UTF-8?q?=E9=92=A2=E7=A7=8D=E7=AE=A1=E7=90=86=E9=A1=B5=E9=9D=A2=E5=B8=83?= =?UTF-8?q?=E5=B1=80=E5=92=8C=E4=BA=A4=E4=BA=92?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit feat(roller): 调整轧辊页面布局并移除标准组件 style(pdo): 修改操作按钮样式为文本类型 chore: 更新pnpm-lock.yaml文件依赖配置 --- apps/l2/src/api/l2/steelGrade.js | 2 +- apps/l2/src/views/l2/pdo/index.vue | 4 +- .../src/views/l2/roller/components/online.vue | 4 + .../views/l2/roller/components/standard.vue | 82 ---- .../views/l2/roller/components/standby.vue | 17 +- apps/l2/src/views/l2/roller/index.vue | 13 +- apps/l2/src/views/l2/steelGrade/index.vue | 436 ++++++++++++------ pnpm-lock.yaml | 16 +- 8 files changed, 316 insertions(+), 258 deletions(-) delete mode 100644 apps/l2/src/views/l2/roller/components/standard.vue diff --git a/apps/l2/src/api/l2/steelGrade.js b/apps/l2/src/api/l2/steelGrade.js index 3a17c84..5d5bcaa 100644 --- a/apps/l2/src/api/l2/steelGrade.js +++ b/apps/l2/src/api/l2/steelGrade.js @@ -82,6 +82,6 @@ export function getSteelGradeInfo(gradeid) { export function deleteSteelGrade(id) { return l2Request({ method: 'delete', - url: `/l2-api/api/steelGrade/delete/${id}` + url: `/api/steelGrade/delete/${id}` }) } \ No newline at end of file diff --git a/apps/l2/src/views/l2/pdo/index.vue b/apps/l2/src/views/l2/pdo/index.vue index 0f09bc7..1a5da5d 100644 --- a/apps/l2/src/views/l2/pdo/index.vue +++ b/apps/l2/src/views/l2/pdo/index.vue @@ -121,13 +121,13 @@ diff --git a/apps/l2/src/views/l2/roller/components/standard.vue b/apps/l2/src/views/l2/roller/components/standard.vue deleted file mode 100644 index 29466a2..0000000 --- a/apps/l2/src/views/l2/roller/components/standard.vue +++ /dev/null @@ -1,82 +0,0 @@ - - - - - - diff --git a/apps/l2/src/views/l2/roller/components/standby.vue b/apps/l2/src/views/l2/roller/components/standby.vue index b33c9e7..93f97d5 100644 --- a/apps/l2/src/views/l2/roller/components/standby.vue +++ b/apps/l2/src/views/l2/roller/components/standby.vue @@ -17,12 +17,12 @@ :show-overflow-tooltip="true" style="width: 100%; table-layout: fixed;" > - + - + - + - + - + diff --git a/apps/l2/src/views/l2/roller/index.vue b/apps/l2/src/views/l2/roller/index.vue index da7a998..c7fa84a 100644 --- a/apps/l2/src/views/l2/roller/index.vue +++ b/apps/l2/src/views/l2/roller/index.vue @@ -1,21 +1,16 @@