|
@@ -54,11 +54,11 @@
|
|
|
placeholder="结束日期"
|
|
|
></el-date-picker>
|
|
|
</div>
|
|
|
- <el-button class="btn1" type="primary" @click="funQuery">查询</el-button>
|
|
|
- <el-button class="btn2" size="small" @click="getResult" type="primary">重置条件</el-button>
|
|
|
+ <el-button type="primary" @click="funQuery">查询</el-button>
|
|
|
+ <el-button size="small" @click="getResult">重置条件</el-button>
|
|
|
</div>
|
|
|
<div style="margin-right:120px">
|
|
|
- <el-button class="btn2" type="primary">查看报告</el-button>
|
|
|
+ <el-button plain type="primary">查看报告</el-button>
|
|
|
</div>
|
|
|
</div>
|
|
|
<div class="ytext">基于我院病案首次质控结果得出页面展示结果</div>
|
|
@@ -151,7 +151,7 @@
|
|
|
<el-select v-model="formData.defectFelg" placeholder="全部" style="margin-right: 20px">
|
|
|
<el-option v-for="(item, index) in levelList" :label="item.name" :value="item.id" :key="index"></el-option>
|
|
|
</el-select>
|
|
|
- <el-button class="btn1" type="primary" @click="initCharts1">查询</el-button>
|
|
|
+ <el-button type="primary" @click="initCharts1">查询</el-button>
|
|
|
|
|
|
<div class="tableBox1">
|
|
|
<div class="left">
|
|
@@ -173,7 +173,7 @@
|
|
|
<div class="baifen">{{ errorDataFelg.cost }}%</div>
|
|
|
</div>
|
|
|
</div>
|
|
|
- <el-button class="btn1" type="primary" icon="el-icon-download" @click="funExport('缺陷问题统计', '/errorData')">导出execl</el-button>
|
|
|
+ <el-button type="primary" icon="el-icon-download" @click="funExport('缺陷问题统计', '/errorData')">导出execl</el-button>
|
|
|
</div>
|
|
|
<el-table height="400px" :data="errorDataList" style="width: 100%;">
|
|
|
<el-table-column type="index" label="序号"></el-table-column>
|
|
@@ -211,7 +211,7 @@
|
|
|
<el-radio-button :label="false">科室最佳(前十)</el-radio-button>
|
|
|
<el-radio-button :label="true">科室总排名</el-radio-button>
|
|
|
</el-radio-group> -->
|
|
|
- <el-button class="btn1" type="primary" icon="el-icon-download" @click="funExport('科室排名统计', '/ranking_department')">导出execl</el-button>
|
|
|
+ <el-button type="primary" icon="el-icon-download" @click="funExport('科室排名统计', '/ranking_department')">导出execl</el-button>
|
|
|
</div>
|
|
|
<el-table :data="ranking" style="width: 100%">
|
|
|
<el-table-column type="index" align="center" label="序号"></el-table-column>
|
|
@@ -246,7 +246,7 @@
|
|
|
<el-radio-button :label="false">主诊组(前十)</el-radio-button>
|
|
|
<el-radio-button :label="true">主诊组总排名</el-radio-button>
|
|
|
</el-radio-group> -->
|
|
|
- <el-button class="btn1" type="primary" icon="el-icon-download" @click="funExport('主诊组排名统计', '/ranking_attending_group')">导出execl</el-button>
|
|
|
+ <el-button type="primary" icon="el-icon-download" @click="funExport('主诊组排名统计', '/ranking_attending_group')">导出execl</el-button>
|
|
|
</div>
|
|
|
<el-table :data="diagnosisRanking" style="width: 100%">
|
|
|
<el-table-column type="index" align="center" label="序号"></el-table-column>
|
|
@@ -295,7 +295,7 @@
|
|
|
<el-radio-button :label="false">主治医师(前十)</el-radio-button>
|
|
|
<el-radio-button :label="true">主治医师总排名</el-radio-button>
|
|
|
</el-radio-group> -->
|
|
|
- <el-button class="btn1" type="primary" icon="el-icon-download" @click="funExport('主治医师排名统计', '/ranking_indications')">导出execl</el-button>
|
|
|
+ <el-button type="primary" icon="el-icon-download" @click="funExport('主治医师排名统计', '/ranking_indications')">导出execl</el-button>
|
|
|
</div>
|
|
|
<!-- indications -->
|
|
|
<el-table :data="indications" style="width: 100%">
|
|
@@ -366,7 +366,7 @@
|
|
|
<el-radio-button :label="false">住院医师(前十)</el-radio-button>
|
|
|
<el-radio-button :label="true">住院医师总排名</el-radio-button>
|
|
|
</el-radio-group> -->
|
|
|
- <el-button class="btn1" type="primary" icon="el-icon-download" @click="funExport('住院医师排名统计', '/ranking_hospital')">导出execl</el-button>
|
|
|
+ <el-button type="primary" icon="el-icon-download" @click="funExport('住院医师排名统计', '/ranking_hospital')">导出execl</el-button>
|
|
|
</div>
|
|
|
<!-- hospitalData -->
|
|
|
<el-table :data="hospitalData" style="width: 100%">
|
|
@@ -437,7 +437,7 @@
|
|
|
<el-radio-button :label="false">编码员(前十)</el-radio-button>
|
|
|
<el-radio-button :label="true">编码员总排名</el-radio-button>
|
|
|
</el-radio-group> -->
|
|
|
- <el-button class="btn1" type="primary" icon="el-icon-download" @click="funExport('编码员排名统计', '/ranking_coder')">导出execl</el-button>
|
|
|
+ <el-button type="primary" icon="el-icon-download" @click="funExport('编码员排名统计', '/ranking_coder')">导出execl</el-button>
|
|
|
</div>
|
|
|
<el-table :data="coderData" style="width: 100%">
|
|
|
<el-table-column type="index" align="center" label="序号"></el-table-column>
|