fix(Config): 添加图片上传提示信息

在全局人脸配置页面添加了图片上传提示文本,提醒用户需要先上传图片到图片管理模块。
This commit is contained in:
log1997
2025-12-04 15:37:41 +08:00
parent 11f8757ad7
commit 9009eede02

View File

@@ -313,6 +313,7 @@ onMounted(() => {
{{ item.name }} {{ item.name }}
</option> </option>
</select> </select>
<span class="label">请先前往图片管理上传图片</span>
</div> </div>
<div class="grid grid-cols-2 gap-4 w-full"> <div class="grid grid-cols-2 gap-4 w-full">
<div class="flex flex-col max-w-xs items-center gap-1 form-control"> <div class="flex flex-col max-w-xs items-center gap-1 form-control">