培训班管理,处理冲突2
This commit is contained in:
@@ -6,12 +6,14 @@
|
|||||||
"request" : 15000
|
"request" : 15000
|
||||||
},
|
},
|
||||||
"transformPx" : false,
|
"transformPx" : false,
|
||||||
"icons": [{
|
"icons" : [
|
||||||
|
{
|
||||||
"sizes" : "分辨率,192x192",
|
"sizes" : "分辨率,192x192",
|
||||||
"src" : "图片路径"
|
"src" : "图片路径"
|
||||||
}],
|
}
|
||||||
"versionName": "2.0.06",
|
],
|
||||||
"versionCode": 2006,
|
"versionName" : "2.0.07",
|
||||||
|
"versionCode" : 2007,
|
||||||
"app-plus" : {
|
"app-plus" : {
|
||||||
"nvueCompiler" : "uni-app",
|
"nvueCompiler" : "uni-app",
|
||||||
"compatible" : {
|
"compatible" : {
|
||||||
@@ -268,3 +270,4 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
// 小程序特有相关
|
// 小程序特有相关
|
||||||
|
|
||||||
|
|||||||
@@ -115,6 +115,28 @@
|
|||||||
>
|
>
|
||||||
</view>
|
</view>
|
||||||
</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
|
<view
|
||||||
v-if="slotProps.row.orderType == 'relearn'"
|
v-if="slotProps.row.orderType == 'relearn'"
|
||||||
class="bookinfolist"
|
class="bookinfolist"
|
||||||
|
|||||||
@@ -203,6 +203,11 @@
|
|||||||
url: "/pages/certificate/certificate",
|
url: "/pages/certificate/certificate",
|
||||||
type: "pageJump",
|
type: "pageJump",
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
name: "培训班管理",
|
||||||
|
url: "/pages/trainingCourse/index",
|
||||||
|
type: "pageJump",
|
||||||
|
},
|
||||||
{
|
{
|
||||||
name: "我的湖分",
|
name: "我的湖分",
|
||||||
url: "/pages/hufen/hufen",
|
url: "/pages/hufen/hufen",
|
||||||
|
|||||||
Reference in New Issue
Block a user