|
|
@@ -25,13 +25,16 @@
|
|
|
</el-dropdown-menu>
|
|
|
</template>
|
|
|
</el-dropdown>
|
|
|
+ <span class="col-108 ">
|
|
|
+ 已选: <span class="text-red">{{ sysUpAndDownList.length }}</span> 条
|
|
|
+ </span>
|
|
|
</template>
|
|
|
<template v-slot:operation="scope">
|
|
|
<el-button v-if="scope.operationData.auditStatus == '0'" type="primary" link
|
|
|
@click="agreemenUpdate(scope.operationData.id)"> 审核
|
|
|
</el-button>
|
|
|
- <el-button v-if="scope.operationData.auditStatus == '2' || scope.operationData.auditStatus == '1'" type="primary" link
|
|
|
- @click="agreemenUpdate(scope.operationData.id)"> 详情
|
|
|
+ <el-button v-if="scope.operationData.auditStatus == '2' || scope.operationData.auditStatus == '1'"
|
|
|
+ type="primary" link @click="agreemenUpdate(scope.operationData.id)"> 详情
|
|
|
</el-button>
|
|
|
</template>
|
|
|
</ComplexTable>
|