优化上传表格组件显示和新增工具箱选项

This commit is contained in:
wangqiao
2025-09-11 22:31:03 +08:00
parent 0bc2bdb9bb
commit 9ac4fa6e5d

View File

@ -7,7 +7,10 @@
<el-image :src="scope.row.iconUrl" fit="cover" alt="" srcset="" class="h-91px w-181px rd-4px" /> <el-image :src="scope.row.iconUrl" fit="cover" alt="" srcset="" class="h-91px w-181px rd-4px" />
<div class="ml-17px"> <div class="ml-17px">
<div class="text-16px text-[#333333] font-normal">{{ scope.row.title }}</div> <div class="text-16px text-[#333333] font-normal">{{ scope.row.title }}</div>
<div class="text-14px text-[#333333] font-normal my-10px!">{{ dayjs(scope.row.createTime).format('YYYY-MM-DD HH:mm:ss') }}</div> <div class="text-14px text-[#333333] font-normal my-10px!">
{{ dayjs(scope.row.createTime).format('YYYY-MM-DD HH:mm:ss') }}
<span class="ml-10px">{{ scope.row.sizecountry }}</span>
</div>
<div class="flex items-center"> <div class="flex items-center">
<div class="flex items-center"> <div class="flex items-center">
<img src="~/assets/images/look.png" alt="" srcset="" class="h-17px" /> <img src="~/assets/images/look.png" alt="" srcset="" class="h-17px" />
@ -78,6 +81,10 @@
label: '文本', label: '文本',
value: 2, value: 2,
}, },
{
label: '工具箱',
value: 4,
},
]) ])
const handleStatus = (status: number) => { const handleStatus = (status: number) => {