From 4259deb19122a4807d50c99ed4a95405ebe4a47c Mon Sep 17 00:00:00 2001
From: zhou zhou <3272660260@qq.com>
Date: 星期五, 10 四月 2026 08:40:18 +0800
Subject: [PATCH] #

---
 rsf-design/src/views/manager/task/modules/task-expand-panel.vue |   68 +++++++++++++++++++++++++++++++++-
 1 files changed, 66 insertions(+), 2 deletions(-)

diff --git a/rsf-design/src/views/manager/task/modules/task-expand-panel.vue b/rsf-design/src/views/manager/task/modules/task-expand-panel.vue
index 80fa06f..2dad1ea 100644
--- a/rsf-design/src/views/manager/task/modules/task-expand-panel.vue
+++ b/rsf-design/src/views/manager/task/modules/task-expand-panel.vue
@@ -1,8 +1,12 @@
 <template>
   <div class="rounded-xl bg-[var(--el-fill-color-blank)] px-4 py-4">
     <div class="mb-3 flex items-center justify-between">
-      <div class="text-sm font-medium text-[var(--art-gray-900)]">{{ t('pages.task.expand.title') }}</div>
-      <ElButton text size="small" :loading="loading" @click="loadData">{{ t('common.actions.refresh') }}</ElButton>
+      <div class="text-sm font-medium text-[var(--art-gray-900)]">{{
+        t('pages.task.expand.title')
+      }}</div>
+      <ElButton text size="small" :loading="loading" @click="loadData">{{
+        t('common.actions.refresh')
+      }}</ElButton>
     </div>
 
     <ArtTable
@@ -53,6 +57,12 @@
       showOverflowTooltip: true
     },
     {
+      prop: 'platOrderCode',
+      label: t('pages.task.expand.platOrderCode'),
+      minWidth: 150,
+      showOverflowTooltip: true
+    },
+    {
       prop: 'platWorkCode',
       label: t('pages.task.expand.platWorkCode'),
       minWidth: 150,
@@ -62,6 +72,12 @@
       prop: 'platItemId',
       label: t('pages.task.expand.platItemId'),
       minWidth: 100,
+      showOverflowTooltip: true
+    },
+    {
+      prop: 'projectCode',
+      label: t('pages.task.expand.projectCode'),
+      minWidth: 140,
       showOverflowTooltip: true
     },
     {
@@ -94,12 +110,60 @@
       align: 'right'
     },
     {
+      prop: 'workQty',
+      label: t('pages.task.expand.workQty'),
+      width: 100,
+      align: 'right'
+    },
+    {
+      prop: 'qty',
+      label: t('pages.task.expand.qty'),
+      width: 100,
+      align: 'right'
+    },
+    {
+      prop: 'spec',
+      label: t('pages.task.expand.spec'),
+      minWidth: 140,
+      showOverflowTooltip: true
+    },
+    {
+      prop: 'model',
+      label: t('pages.task.expand.model'),
+      minWidth: 140,
+      showOverflowTooltip: true
+    },
+    {
+      prop: 'createByText',
+      label: t('table.createBy'),
+      minWidth: 120,
+      showOverflowTooltip: true
+    },
+    {
+      prop: 'createTimeText',
+      label: t('table.createTime'),
+      minWidth: 180,
+      showOverflowTooltip: true
+    },
+    {
       prop: 'updateByText',
       label: t('table.updateBy'),
       minWidth: 120,
       showOverflowTooltip: true
     },
     {
+      prop: 'statusText',
+      label: t('table.status'),
+      minWidth: 120,
+      showOverflowTooltip: true
+    },
+    {
+      prop: 'memo',
+      label: t('table.remark'),
+      minWidth: 180,
+      showOverflowTooltip: true
+    },
+    {
       prop: 'updateTimeText',
       label: t('table.updateTime'),
       minWidth: 180,

--
Gitblit v1.9.1