From dd57e0e9a989e7ee8b3e3473a7ee6a1dff06a4ae Mon Sep 17 00:00:00 2001
From: 张含笑 <zhx18749296735@163.com>
Date: Tue, 27 Jan 2026 17:19:04 +0800
Subject: [PATCH] feat:调整加载

---
 applications/task-work-order/src/views/orderView/orderDataManage/evaluate/index.vue |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/applications/task-work-order/src/views/orderView/orderDataManage/evaluate/index.vue b/applications/task-work-order/src/views/orderView/orderDataManage/evaluate/index.vue
index fa6d277..ecf226c 100644
--- a/applications/task-work-order/src/views/orderView/orderDataManage/evaluate/index.vue
+++ b/applications/task-work-order/src/views/orderView/orderDataManage/evaluate/index.vue
@@ -39,7 +39,7 @@
 				<el-table class="gd-table" :data="list">
 					<el-table-column label="序号" width="80">
 						<template v-slot="{ $index }">
-							{{ ((searchParams.current - 1) * searchParams.size + $index + 1).toString().padStart(2, '0') }}
+							{{ $index + 1 }}
 						</template>
 					</el-table-column>
 					<el-table-column prop="title" show-overflow-tooltip label="标题" />
@@ -53,7 +53,7 @@
 						</template>
 					</el-table-column>
 					<el-table-column prop="evaluationContent" show-overflow-tooltip label="评价内容" />
-					<el-table-column label="操作" class-name="operation-btns" width="180">
+					<el-table-column label="操作" class-name="operation-btns" width="240">
 						<template v-slot="{ row }">
 							<el-link  type="primary"  @click="openForm('view', row)">查看</el-link>
 							<el-link  type="primary"  @click="openForm('edit', row)">编辑</el-link>

--
Gitblit v1.9.3