任务修改

master
lion 2 years ago
parent a3a23707f4
commit 69e3acd447

@ -56,6 +56,19 @@
</div>
</div>
</template>
<template v-slot:groups v-if="showgroups">
<div class="xy-table-item">
<div class="xy-table-item-label">
<span style="color: red;font-weight: 600;padding-right: 4px;"></span>小组
</div>
<div class="xy-table-item-content">
<div>
{{groupObj.name}}:
<el-tag style="margin-right:5px" v-for="item in groupObj.details">{{item.name}}</el-tag>
</div>
</div>
</div>
</template>
<template v-slot:patrol_list v-if="type=='add'">
<div class="xy-table-item">
<div class="xy-table-item-label" style="font-weight: bold;">
@ -119,19 +132,7 @@
</div>
</template>
<template v-slot:groups v-if="showgroups">
<div class="xy-table-item">
<div class="xy-table-item-label">
<span style="color: red;font-weight: 600;padding-right: 4px;"></span>小组
</div>
<div class="xy-table-item-content">
<div>
{{groupObj.name}}:
<el-tag style="margin-right:5px" v-for="item in groupObj.details">{{item.name}}</el-tag>
</div>
</div>
</div>
</template>
<template v-slot:showgroups v-if="showgroups"></template>
<template v-slot:ask_introduce v-if="type=='editor'">
<div class="xy-table-item">
@ -382,6 +383,8 @@
date: '',
up_admin_id:"",
siteName: '',
groups:'',
showgroups:"",
patrol_list:[],
ask_id: '',
@ -391,8 +394,7 @@
lon: '',
ask_department: '',
groups:'',
showgroups:"",
accept_department_ids:[],
ask_introduce: '',
tips: '',
@ -616,6 +618,8 @@
up_admin_id:res?.up_admin_id,
site_id: res?.site_id,
siteName: res.site_id?[undefined,res.site_id]:res.address,
groups:'',
showgroups:"",
address: res?.address,
lat: res?.lat,
lon: res?.lon,
@ -623,8 +627,6 @@
ask_department: res?.ask_department,
groups:'',
showgroups:"",
ask_introduce: res?.ask_introduce,
tips: res?.tips,
accept_department_ids:res.accept_department_ids?res.accept_department_ids:[],

Loading…
Cancel
Save