This commit is contained in:
BianLzhaoMin 2025-07-04 09:38:27 +08:00
parent 3c817769b0
commit e7b62c3ac6
1 changed files with 11 additions and 2 deletions

View File

@ -2326,13 +2326,22 @@ const handleDel = (index: any) => {
</el-col>
</el-row> -->
<!-- </el-form> -->
<el-table :data="equipTableList" width="100%" height="450px" border>
<el-table-column label="序号" type="index" width="55" align="center" />
<el-table-column prop="identifyCode" align="center" :show-overflow-tooltip="true">
<el-table-column
prop="identifyCode"
align="center"
:show-overflow-tooltip="true"
width="260"
>
<template #header>
<div style="display: flex; flex-direction: column; align-items: center">
<span>唯一标识符</span>
<span style="font-size: 12px; color: #999"> 说明... </span>
<span style="font-size: 10px; color: #999">
WHMY-DLSSJ-JSD5B-2025070101<br />
公司简称首字母-设备名称首字母-设备型号-YYYYMMDD序号
</span>
</div>
</template>
<template #default="{ row, $index }">