main
gaoshuguang 2 years ago
parent d397f0eea0
commit 7055a33d01

@ -5,7 +5,7 @@
<link rel="icon" href="/favicon.ico"/>
<title></title>
<script type="module" crossorigin src="./assets/index.9025f4d1.js"></script>
<script type="module" crossorigin src="./assets/index.f7cd17d9.js"></script>
<link rel="stylesheet" href="./assets/index.99081e1f.css">
</head>
<body>

@ -67,27 +67,35 @@
<el-table-column prop="iscomplete" label="审核状态" align="center" width="100" :formatter="isCompleted" ></el-table-column>
<el-table-column :resizable="false" prop="right" label="操作" align="center" width="100" fixed="right">
<template v-slot="scope">
<el-tooltip effect="dark" placement="top" content="编辑">
<el-button style="width: 23%;margin-left: 1%;margin-top: 2%" @click="editThis(scope.row)" type="warning"
size="default"
v-if="addShow"
:icon="Edit">
</el-button>
</el-tooltip>
<el-tooltip effect="dark" placement="top" content="审核通过">
<el-button style="width: 23%;margin-left: 2%;margin-top: 0%;" @click="completeThis(scope.row)"
type="success"
size="default"
v-if="completeShow"
:icon="Select">
</el-button>
</el-tooltip>
<el-tooltip effect="dark" placement="top" content="删除">
<el-button style="width: 23%;margin-left: 2%;margin-top: 2%" @click="deleteSelect(scope.row)" type="danger"
v-if="addShow"
size="default" :icon="Delete">
</el-button>
</el-tooltip>
<el-tooltip effect="dark" placement="top" content="审核不通过">
<el-button style="width: 23%;margin-left: 2%;margin-top: 0%;" @click="closeBoldThis(scope.row)"
type="warning"
size="default"
v-if="completeShow"
:icon="CloseBold">
</el-button>
</el-tooltip>
</template>
</el-table-column>
</el-table>

Loading…
Cancel
Save