|
@@ -1,17 +1,17 @@
|
|
|
<template>
|
|
|
<div>
|
|
|
- <el-row style="margin-bottom: 15px;width: 100%;" type="flex" justify="end" align="middle">
|
|
|
+ <el-row class="filter-list-action" style="width: 100%;" type="flex" justify="start" align="middle">
|
|
|
+ <el-button type="primary" @click="toExamine">批量审核</el-button>
|
|
|
+ <el-button @click="onRevoke">撤销审核</el-button>
|
|
|
<el-switch
|
|
|
v-model="status"
|
|
|
- style="margin-right: 20px;"
|
|
|
+ style="margin-left: 20px;"
|
|
|
:active-value="1"
|
|
|
:inactive-value="0"
|
|
|
inactive-text="是否自动质控" @change="updateQualityControl">
|
|
|
</el-switch>
|
|
|
- <el-button type="primary" @click="toExamine">批量审核</el-button>
|
|
|
- <el-button @click="onRevoke">撤销审核</el-button>
|
|
|
</el-row>
|
|
|
- <el-table :row-class-name="tableRowClassName" v-loading="loading" :data="data" style="width: 100%" @selection-change="handleSelectionChange">
|
|
|
+ <el-table class="filter-list-table" :row-class-name="tableRowClassName" v-loading="loading" :data="data" style="width: 100%" @selection-change="handleSelectionChange">
|
|
|
<el-table-column type="selection" width="55"></el-table-column>
|
|
|
<el-table-column type="index" label="序号" width="80" />
|
|
|
<el-table-column prop="AAA28" label="病案号" width="100">
|