lion 2 years ago
parent d6af1754eb
commit 838ecec709

@ -26,7 +26,7 @@
<template slot-scope="scope"> <template slot-scope="scope">
<div v-if="scope.row.jilurenyuan==authName||roleName=='系统管理员'"> <div v-if="scope.row.jilurenyuan==authName||roleName=='系统管理员'">
<Button type="primary" size="small" style="margin-left: 10px;" @click="editorChuku(scope.row.id,'editor')"></Button> <Button type="primary" size="small" style="margin-left: 10px;" @click="editorChuku(scope.row.id,'editor')"></Button>
<Button type="primary" size="small" style="margin-left: 10px;" @click="editorChuku(scope.row.id,'outbounds')"></Button> <Button v-if='scope.row.zhuangtai===""' type="primary" size="small" style="margin-left: 10px;" @click="editorChuku(scope.row.id,'outbounds')"></Button>
<Button v-if='scope.row.zhuangtai===""' type="primary" size="small" style="margin-left: 10px;" @click="tofollow(scope.row.id,scope.row)"></Button> <Button v-if='scope.row.zhuangtai===""' type="primary" size="small" style="margin-left: 10px;" @click="tofollow(scope.row.id,scope.row)"></Button>
<!-- v-if='scope.row.zhuangtai==="待处理"' --> <!-- v-if='scope.row.zhuangtai==="待处理"' -->
<Button v-if='scope.row.zhuangtai===""' type="primary" size="small" style="margin-left: 10px;" @click="printChuku(scope.row.id,'print')"></Button> <Button v-if='scope.row.zhuangtai===""' type="primary" size="small" style="margin-left: 10px;" @click="printChuku(scope.row.id,'print')"></Button>

Loading…
Cancel
Save