|
|
|
@ -47,15 +47,16 @@
|
|
|
|
</template>
|
|
|
|
</template>
|
|
|
|
<template v-slot:missionlist>
|
|
|
|
<template v-slot:missionlist>
|
|
|
|
<el-divider>任务情况</el-divider>
|
|
|
|
<el-divider>任务情况</el-divider>
|
|
|
|
<Button v-if="showform.audit_status==1" 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"
|
|
|
|
stripe
|
|
|
|
stripe
|
|
|
|
:table-item="missionLogTable"
|
|
|
|
:table-item="missionLogTable"
|
|
|
|
:isPage='false'>
|
|
|
|
:isPage='false'>
|
|
|
|
<template v-slot:btns>
|
|
|
|
<template v-slot:btns>
|
|
|
|
<el-table-column align='center' label="操作" width="120" header-align="center">
|
|
|
|
<div></div>
|
|
|
|
|
|
|
|
<!-- <el-table-column align='center' label="操作" width="120" header-align="center">
|
|
|
|
<template slot-scope="scope">
|
|
|
|
<template slot-scope="scope">
|
|
|
|
<template>
|
|
|
|
<template>
|
|
|
|
<div>
|
|
|
|
<div>
|
|
|
|
@ -65,11 +66,11 @@
|
|
|
|
<Button type="primary" style='margin-right:5px;margin-bottom:5px;' size="small" @click="editorUnit('editor',scope.row.id)">编辑</Button>
|
|
|
|
<Button type="primary" style='margin-right:5px;margin-bottom:5px;' size="small" @click="editorUnit('editor',scope.row.id)">编辑</Button>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div>
|
|
|
|
<div>
|
|
|
|
<!-- <Button v-if="scope.row.audit_admin_id==login_id&&scope.row.audit_status==0" style="margin-right:5px;margin-bottom:5px;" type="primary" size="small" @click="checkUnits(scope.row.id,'check')">审核</Button> -->
|
|
|
|
<Button v-if="scope.row.audit_admin_id==login_id&&scope.row.audit_status==0" style="margin-right:5px;margin-bottom:5px;" type="primary" size="small" @click="checkUnits(scope.row.id,'check')">审核</Button>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</template>
|
|
|
|
</template>
|
|
|
|
</template>
|
|
|
|
</template>
|
|
|
|
</el-table-column>
|
|
|
|
</el-table-column> -->
|
|
|
|
</template>
|
|
|
|
</template>
|
|
|
|
</xy-table>
|
|
|
|
</xy-table>
|
|
|
|
</template>
|
|
|
|
</template>
|
|
|
|
|