|
@@ -36,10 +36,10 @@
|
|
|
</view>
|
|
|
</view>
|
|
|
<view class="cu-list grid col-4 no-border">
|
|
|
- <view class="circle-button-box" @click="start(act)" v-for="(act, index) in processMap.get(key)" :key="index">
|
|
|
- <view class="cuIcon-calendar bg-blue text-white circle-button font-size-35"></view>
|
|
|
- <text class="ellipsis-description">{{act.name}}</text>
|
|
|
- </view>
|
|
|
+ <view class="circle-button-box" @click="start(act)" v-for="(act, index) in processMap.get(key)" :key="index">
|
|
|
+ <view class="cuIcon-calendar bg-blue text-white circle-button font-size-35"></view>
|
|
|
+ <text class="ellipsis-description">{{act.name}}</text>
|
|
|
+ </view>
|
|
|
</view>
|
|
|
</template>
|
|
|
<u-gap height="80" bgColor="#fff"></u-gap>
|