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="标题" />