订单管理模块 列表序号统一

pull/4/head
qiuhongwu 8 months ago
parent 1128f80a6a
commit 1bfbd7871b

@ -127,7 +127,7 @@
:show-overflow-tooltip="true"
class="hl-table"
>
<el-table-column fixed label="序号" type="index" width="100" />
<el-table-column type="index" width="100" fixed label="序号" align="center" />
<el-table-column fixed label="项目编号" align="center" prop="code" width="240">
<template #default="scope">
<el-button type="text" @click="openDetail('detail', scope.row.id)">{{

@ -119,7 +119,7 @@
<!-- 列表 -->
<ContentWrap>
<el-table v-loading="loading" :data="list" :stripe="true" :show-overflow-tooltip="true" class="hl-table">
<el-table-column fixed label="序号" type="index" width="100"/>
<el-table-column type="index" width="100" fixed label="序号" align="center" />
<el-table-column fixed label="项目编号" align="center" prop="snapshotCode" width="240">
<template #default="scope">
<el-button type="text" @click="openDetail('detail', scope.row.id)">{{

@ -127,7 +127,7 @@
:show-overflow-tooltip="true"
class="hl-table"
>
<el-table-column fixed label="序号" type="index" width="100" />
<el-table-column type="index" width="100" fixed label="序号" align="center" />
<el-table-column fixed label="项目编号" align="center" prop="code" width="240">
<template #default="scope">
<el-button type="text" @click="openDetail('detail', scope.row.id)">{{

@ -144,7 +144,7 @@
:show-overflow-tooltip="true"
class="hl-table"
>
<el-table-column fixed label="序号" type="index" width="100" />
<el-table-column type="index" width="100" fixed label="序号" align="center" />
<el-table-column fixed label="项目编号" align="center" prop="code" width="240">
<template #default="scope">
<el-button type="text" @click="openDetail('detail', scope.row.id)">{{

Loading…
Cancel
Save