no message

cyl/master-0804
jscyl13849007907 3 months ago
parent efeddbee76
commit 569ff3cd1c

@ -97,6 +97,15 @@
{ //
"root": "root/person",
"pages": [
{
"path": "marge",
"style": {
"navigationBarTitleText": "合并团队",
"backgroundColor": "#ededed",
"backgroundColorTop": "#ededed",
"backgroundColorBottom": "#ededed"
}
},
{
"path": "todayData",
"style": {

@ -0,0 +1,8 @@
<template>
</template>
<script>
</script>
<style>
</style>

@ -17,6 +17,20 @@
@clickItem="teamSet"
/>
</view>
<view class="g_mt_10">
<g-panel-form-item
:list="[
{
icon: '',
label: '合并团队',
result: '',
path: '',
tip: 'margeGroup',
},
]"
@clickItem="goMarge"
/>
</view>
<view class="g_mt_10">
<g-panel-form-item :isDisabled="isAdmin ? 0 : 1" class="g_mb_10" :list="companyConfig" @clickItem="handleItemClick"> </g-panel-form-item>
</view>
@ -341,7 +355,11 @@ export default {
// });
// }
},
goMarge(){
uni.navigateTo({
url:'/root/person/marge'
})
},
teamSet() {
this.teamSetShow = true;
},

Loading…
Cancel
Save