main
gaoshuguang 2 years ago
parent d397f0eea0
commit 7055a33d01

@ -5,7 +5,7 @@
<link rel="icon" href="/favicon.ico"/> <link rel="icon" href="/favicon.ico"/>
<title></title> <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"> <link rel="stylesheet" href="./assets/index.99081e1f.css">
</head> </head>
<body> <body>

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

Loading…
Cancel
Save