|
@@ -11,8 +11,8 @@
|
|
|
@change="uploadFile($event)"
|
|
|
/>
|
|
|
<!-- accept=".csv, application/vnd.ms-excel, application/vnd.openxmlformats-officedocument.spreadsheetml.sheet" -->
|
|
|
- <el-button size="mini" @click="importPage">{{uploadInfo}}</el-button>
|
|
|
- <el-button size="mini" @click="handleMatchData" style="margin:0 10px">预匹配</el-button>
|
|
|
+ <el-button size="mini" @click="handleMatchData">预匹配</el-button>
|
|
|
+ <el-button size="mini" @click="importPage" style="margin:0 10px">{{uploadInfo}}</el-button>
|
|
|
<input type="file" name="uploadfile " id="upFileMatch" @change="uploadFileMatch($event)" />
|
|
|
<el-button size="mini" @click="exportData">导出</el-button>
|
|
|
</el-form-item>
|
|
@@ -85,7 +85,7 @@ import config from '@api/config.js';
|
|
|
import utils from '@api/utils.js';
|
|
|
import LtModal from '@components/common/LtModal';
|
|
|
export default {
|
|
|
- name: 'DeptManage',
|
|
|
+ name: 'nursing',
|
|
|
data: function() {
|
|
|
return {
|
|
|
list: [],
|
|
@@ -183,7 +183,7 @@ export default {
|
|
|
if (res.status === 200) {
|
|
|
utils.downloadExportedData(
|
|
|
res.data,
|
|
|
- '诊断关联数据(预匹配).xls'
|
|
|
+ '护理关联数据(预匹配).xls'
|
|
|
);
|
|
|
}
|
|
|
});
|