|
@@ -264,7 +264,7 @@ export default {
|
|
|
confirmButtonText: '确定',
|
|
|
cancelButtonText: '取消',
|
|
|
cancelButtonClass: 'leftbtn',
|
|
|
- customClass: 'exportBox',
|
|
|
+ customClass: 'exportBox1',
|
|
|
title: '导出数据',
|
|
|
beforeClose: (action, instance, done) => {
|
|
|
if (action === 'confirm') {
|
|
@@ -273,7 +273,7 @@ export default {
|
|
|
api.exportOperationRecord().then(res => {
|
|
|
if (res.status === 200) {
|
|
|
setTimeout(() => {
|
|
|
- utils.downloadExportedData(res.data, '手术/操作数据.xls');
|
|
|
+ utils.downloadExportedData(res.data, '手术/操作关联数据.xls');
|
|
|
done();
|
|
|
}, 1500);
|
|
|
}
|
|
@@ -329,19 +329,19 @@ export default {
|
|
|
border-color: transparent !important;
|
|
|
}
|
|
|
}
|
|
|
-.exportBox {
|
|
|
+.exportBox1 {
|
|
|
/deep/ .el-message-box__btns {
|
|
|
margin-top: 20px;
|
|
|
}
|
|
|
/deep/ .el-message-box__message {
|
|
|
text-align: center;
|
|
|
}
|
|
|
- /deep/ .el-message-box__btns {
|
|
|
- text-align: center;
|
|
|
- margin-bottom: 24px;
|
|
|
- }
|
|
|
+ // /deep/ .el-message-box__btns {
|
|
|
+ // text-align: center;
|
|
|
+ // margin-bottom: 24px;
|
|
|
+ // }
|
|
|
/deep/ .leftbtn {
|
|
|
- margin-right: 46px;
|
|
|
+ // margin-right: 46px;
|
|
|
background-color: #d7d7d7;
|
|
|
border-color: transparent;
|
|
|
}
|