增加唯一标识符说明占位符

This commit is contained in:
BianLzhaoMin 2025-07-03 13:10:49 +08:00
parent 9e2166bf7e
commit 333a10d368
1 changed files with 9 additions and 8 deletions

View File

@ -2328,12 +2328,13 @@ const handleDel = (index: any) => {
<!-- </el-form> -->
<el-table :data="equipTableList" width="100%" height="450px" border>
<el-table-column label="序号" type="index" width="55" align="center" />
<el-table-column
label="唯一标识符"
prop="identifyCode"
align="center"
:show-overflow-tooltip="true"
>
<el-table-column prop="identifyCode" align="center" :show-overflow-tooltip="true">
<template #header>
<div style="display: flex; flex-direction: column; align-items: center">
<span>唯一标识符</span>
<span style="font-size: 12px; color: #999"> 说明... </span>
</div>
</template>
<template #default="{ row, $index }">
<el-input
v-model="row.identifyCode"
@ -2491,9 +2492,9 @@ const handleDel = (index: any) => {
:disabled="settleinTitle == '装备详情'"
>
<el-button
v-if="settleinTitle != '装备详情'"
type="primary"
size="small"
type="primary"
v-if="settleinTitle != '装备详情'"
>
上传
</el-button>