1.优惠券开发

sws 2024-08-28
v1.0.0
sws 2024-08-28 16:28:39 +08:00
parent 4424ea1220
commit 25fc11bfc5
4 changed files with 11 additions and 11 deletions

View File

@ -18,7 +18,7 @@
</el-col>
</el-row>
<div v-else>
<no-data height="500"></no-data>
<no-data height="480px"></no-data>
</div>
</el-scrollbar>
</div>

View File

@ -11,7 +11,7 @@
</el-col>
</el-row>
<div v-else>
<no-data height="500"></no-data>
<no-data height="500px"></no-data>
</div>
</div>
</el-dialog>

View File

@ -156,7 +156,7 @@
</el-col>
</el-row>
<div v-else>
<no-data height="500"></no-data>
<no-data height="500px"></no-data>
</div>
</el-scrollbar>
</div>

View File

@ -55,14 +55,14 @@ const base_list = reactive({
{ name: '手动', value: '1' },
],
themeList: [
{ name: '风格1', url: new URL(`../../assets/images/components/model-coupon/theme-1.png`, import.meta.url).href },
{ name: '风格2', url: new URL(`../../assets/images/components/model-coupon/theme-2.png`, import.meta.url).href },
{ name: '风格3', url: new URL(`../../assets/images/components/model-coupon/theme-3.png`, import.meta.url).href },
{ name: '风格3', url: new URL(`../../assets/images/components/model-coupon/theme-3.png`, import.meta.url).href },
{ name: '风格4', url: new URL(`../../assets/images/components/model-coupon/theme-4.png`, import.meta.url).href },
{ name: '风格5', url: new URL(`../../assets/images/components/model-coupon/theme-5.png`, import.meta.url).href },
{ name: '风格6', url: new URL(`../../assets/images/components/model-coupon/theme-6.png`, import.meta.url).href },
{ name: '风格7', url: new URL(`../../assets/images/components/model-coupon/theme-7.png`, import.meta.url).href },
// { name: '1', url: new URL(`../../assets/images/components/model-coupon/theme-1.png`, import.meta.url).href },
// { name: '2', url: new URL(`../../assets/images/components/model-coupon/theme-2.png`, import.meta.url).href },
// { name: '3', url: new URL(`../../assets/images/components/model-coupon/theme-3.png`, import.meta.url).href },
// { name: '3', url: new URL(`../../assets/images/components/model-coupon/theme-3.png`, import.meta.url).href },
// { name: '4', url: new URL(`../../assets/images/components/model-coupon/theme-4.png`, import.meta.url).href },
// { name: '5', url: new URL(`../../assets/images/components/model-coupon/theme-5.png`, import.meta.url).href },
// { name: '6', url: new URL(`../../assets/images/components/model-coupon/theme-6.png`, import.meta.url).href },
// { name: '7', url: new URL(`../../assets/images/components/model-coupon/theme-7.png`, import.meta.url).href },
],
});
const remove = (index: number) => {