This commit is contained in:
@jyuhsin
2025-09-16 20:07:31 +08:00
parent 037f7f5c69
commit 0a1eb85d94
2 changed files with 23 additions and 0 deletions
@@ -16,6 +16,12 @@ layout("/layouts/platform_h5.html"){
text-overflow: unset !important;
white-space: normal !important;
}
.sign-success .label{
color: #0e9558;
}
.sign-success .value{
color: #0e9558;
}
</style>
<div id="app">
@@ -57,6 +63,7 @@ layout("/layouts/platform_h5.html"){
<table-column v-if="row.introduce?.trim()" label="详细信息">
<span @click="introduceRow = row; introduceVisible = true" class="primary-color">点我查看</span>
</table-column>
<table-column label="报名成功" v-if="row.signValue" class="sign-success">{{row.signValue}}</table-column>
</template>
<template #actions="{index,row}">
<div v-if="activity.wechat && row.isSign" class="action-btn" @click="this.vant.ImagePreview([activity.wechat])">