feat(cmsAd): 添加广告标题功能支持
-为轮播、单图和视频类型广告添加独立的标题输入框 - 调整表单字段顺序,标题输入框位于链接之上 - 更新数据结构,支持每项图片/视频的标题和链接独立设置 -优化界面布局,使用条件渲染仅在有文件时显示相关表单项 - 移除有问题的 TypeScript 类型声明,保持表单验证功能 - 保持与现有数据结构的向后兼容性 - 支持多图片各自独立的标题和链接设置 - 添加初始化标题和链接为空字符串的逻辑
This commit is contained in:
@@ -41,11 +41,11 @@
|
||||
v-model:value="form.value"
|
||||
/>
|
||||
</a-form-item>
|
||||
<a-form-item label="css样式" name="style">
|
||||
<a-form-item label="style" name="style">
|
||||
<a-textarea
|
||||
:rows="4"
|
||||
:maxlength="200"
|
||||
placeholder="css样式"
|
||||
placeholder="style"
|
||||
v-model:value="form.style"
|
||||
/>
|
||||
</a-form-item>
|
||||
|
||||
Reference in New Issue
Block a user