feat!: 将项目有Strapi迁移至Directus #43

Manually merged
remilia merged 30 commits from feat/directus into master 2025-10-24 17:22:40 +08:00
75 changed files with 2852 additions and 921 deletions
Showing only changes of commit e403252dba - Show all commits

View File

@ -34,14 +34,18 @@
:value="type.id"
/>
</el-select>
<el-sel v-model="selectedProduct" placeholder="选择系列产品" clearable>
<el-select
v-model="selectedProduct"
placeholder="选择系列产品"
clearable
>
<el-option
v-for="product in productOptions"
:key="product.id"
:label="product.name"
:value="product.id"
/>
</el-sel>
</el-select>
<el-input
v-model="keyword"
placeholder="输入关键词..."