From de4a862dc9c26510563ceca90a222392c0264382 Mon Sep 17 00:00:00 2001
From: 张含笑 <zhx18749296735@163.com>
Date: Tue, 27 Jan 2026 15:26:04 +0800
Subject: [PATCH] feat:序号修改

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

diff --git a/applications/task-work-order/src/views/orderView/orderDataManage/dataObjection/index.vue b/applications/task-work-order/src/views/orderView/orderDataManage/dataObjection/index.vue
index e698140..1970f55 100644
--- a/applications/task-work-order/src/views/orderView/orderDataManage/dataObjection/index.vue
+++ b/applications/task-work-order/src/views/orderView/orderDataManage/dataObjection/index.vue
@@ -45,7 +45,7 @@
 				<el-table class="gd-table" :data="list">
 					<el-table-column label="序号" width="70">
 						<template v-slot="{ $index }">
-							{{ String($index + 1).padStart(2, '0') }}
+							{{ $index + 1 }}
 						</template>
 					</el-table-column>
 					<el-table-column prop="title" show-overflow-tooltip label="标题" />

--
Gitblit v1.9.3