From affb54c33083cb09cd0ef9da137b446cafdfd0fb Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Tue, 27 Jan 2026 16:47:08 +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