|
|
|
@ -47,7 +47,7 @@
|
|
|
|
</template>
|
|
|
|
</template>
|
|
|
|
<template v-slot:missionlist>
|
|
|
|
<template v-slot:missionlist>
|
|
|
|
<el-divider>任务情况</el-divider>
|
|
|
|
<el-divider>任务情况</el-divider>
|
|
|
|
<Button type="primary" style='margin-right:5px;margin-bottom:5px;'
|
|
|
|
<Button v-if="showform.audit_status==1" type="primary" style='margin-right:5px;margin-bottom:5px;'
|
|
|
|
@click="editorUnit('add')">发布任务</Button>
|
|
|
|
@click="editorUnit('add')">发布任务</Button>
|
|
|
|
<xy-table
|
|
|
|
<xy-table
|
|
|
|
:list="mission_log"
|
|
|
|
:list="mission_log"
|
|
|
|
|