培训班管理,处理冲突2

This commit is contained in:
liuyuan
2025-04-16 09:27:04 +08:00
parent 9d9e6efe07
commit b3a43ddc79
3 changed files with 298 additions and 268 deletions

View File

@@ -115,6 +115,28 @@
>
</view>
</view>
<view v-if="slotProps.row.orderType == 'trainingClass'" class="bookinfolist">
<image
class="feng fengPoint"
src="/static/icon/icon_pxb.png"
mode="aspectFill"
>
</image>
<view class="btns flexbox">
<view class="booknameleft">
{{ slotProps.row.remark }}
</view>
<view style="
line-height: 58rpx;
color: #333;
font-size: 26rpx;
font-weight: 700;
">
<text style="font-size: 20rpx"></text>
</view>
</view>
</view>
<view
v-if="slotProps.row.orderType == 'relearn'"
class="bookinfolist"

View File

@@ -203,6 +203,11 @@
url: "/pages/certificate/certificate",
type: "pageJump",
},
{
name: "培训班管理",
url: "/pages/trainingCourse/index",
type: "pageJump",
},
{
name: "我的湖分",
url: "/pages/hufen/hufen",