|
@@ -173,7 +173,7 @@
|
|
|
<div class="baifen">{{ errorDataFelg.cost }}%</div>
|
|
|
</div>
|
|
|
</div>
|
|
|
- <el-button type="primary" icon="el-icon-download" @click="funExport('缺陷问题统计', '/errorData')">导出execl</el-button>
|
|
|
+ <el-button type="primary" icon="el-icon-download" @click="funExport('缺陷问题统计', '/errorData')" class="export-btn">导出数据</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 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')" class="export-btn">导出数据</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 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')">导出数据</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 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')" class="export-btn">导出数据</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 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')" class="export-btn">导出数据</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 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')" class="export-btn">导出数据</el-button>
|
|
|
</div>
|
|
|
<el-table :data="coderData" style="width: 100%">
|
|
|
<el-table-column type="index" align="center" label="序号"></el-table-column>
|