This commit is contained in:
bb_pan 2025-07-22 19:11:31 +08:00
parent 4dbd50c998
commit 0674d847ad
1 changed files with 5 additions and 5 deletions

View File

@ -114,7 +114,7 @@
align="center"
:selectable="selectable"
/>
<el-table-column width="70" align="center" label="序号" type="index" :index="indexContinuation(queryParams.pageNum, queryParams.pageSize)"/>
<el-table-column width="55" align="center" label="序号" type="index" :index="indexContinuation(queryParams.pageNum, queryParams.pageSize)"/>
<el-table-column
align="center"
@ -151,25 +151,25 @@
prop="itemType"
:show-overflow-tooltip="true"
/>
<el-table-column
<!-- <el-table-column
label="维修班组"
align="center"
prop="teamName"
width="100px"
:show-overflow-tooltip="true"
/>
/> -->
<el-table-column
label="提交人"
align="center"
prop="createBy"
width="100px"
width="75px"
:show-overflow-tooltip="true"
/>
<el-table-column
label="提交时间"
align="center"
prop="createTime"
width="180px"
width="160px"
:show-overflow-tooltip="true"
>
</el-table-column>