调整design结果拖拽交互管理员页面增加付款详情

This commit is contained in:
X1627315083
2025-01-10 15:26:02 +08:00
13 changed files with 132 additions and 23 deletions

View File

@@ -299,7 +299,7 @@ export default defineComponent({
endTime:endDate,
startTime:startDate,
ids:ids,
email:this.email,
email:this.email.trim(),
}
Https.axiosGet(Https.httpUrls.getDesignStatistic,{params:data}).then((rv: any) => {
if (rv) {

View File

@@ -424,7 +424,7 @@ export default defineComponent({
page: filterData.currentPage,
systemUser: filterData.systemUser,
country: filterData.country,
email: filterData.email,
email: filterData.email.trim(),
userType: filterData.userType,
ids: filterData.ids,
occupation: filterData.occupation,

View File

@@ -115,7 +115,10 @@ export default defineComponent({
})
let portfolio:any = inject('portfolio')
let setPortfolio:any = inject('setPortfolio')
let tagList = ref([{id:1,tagName:'#AiDAworkshop_2024',title:'The process is simple: use AiDA to post your design work on the "Gallery ", and the one with the most likes(at least 20 likes) will be invited to the AiDA Workshop offline event in Hong Kong on November 14th, to exchange ideas with the Royal College of Art (RCA), Jae Lim, co-founder of the renowned fashion brand BESFXXK, and outstanding designers! '}])
let tagList = ref([
// {id:1,tagName:'#AiDAworkshop_2024',title:'The process is simple: use AiDA to post your design work on the "Gallery ", and the one with the most likes(at least 20 likes) will be invited to the AiDA Workshop offline event in Hong Kong on November 14th, to exchange ideas with the Royal College of Art (RCA), Jae Lim, co-founder of the renowned fashion brand BESFXXK, and outstanding designers! '},
{id:3,tagName:'#NewYear_2025',title:"✨New Year 2025🎉Let's kick off the year with a burst of inspiration and design!"}
])
// let textarea: any = ref(null)
// let setCopy = ()=>{
// textarea.value.select()