+ :style="'display: flex;flex-wrap: wrap;height: 90px;background-color: #fff;border-radius: 8px;margin-bottom: 5px;align-items: center;padding: 10px;width:' + (window.pageWidth - 165) + 'px;'">
诊断级别
@@ -79,13 +95,20 @@
- 清除条件
+
+ 人员导出
+
- 导出excel
+
+ 综合导出
+
@@ -156,6 +179,7 @@ export default {
//挂载完成
mounted() {
this.init(this.patientRegister.query.customerOrgId)
+ this.btnClear()
this.enterToQuery()
},
@@ -174,10 +198,21 @@ export default {
this.patientRegister.query.sex = ''
this.patientRegister.query.phone = ''
this.patientRegister.query.idCardNo = ''
+
+ this.patientRegister.query.isSmsComplete = ''
+ this.patientRegister.query.isPhoneComplete = ''
+ this.patientRegister.query.startDate = ''
+ this.patientRegister.query.endDate = ''
},
+
exportTable(){
this.window.export=true
},
+
+ exportTable2(){
+ this.window.export2=true
+ },
+
init(customerOrgId) {
if (!customerOrgId || customerOrgId == this.dict.personOrgId) {
this.patientRegister.query.customerOrgRegister = null
@@ -373,10 +408,10 @@ export default {
}
.btnClass {
- /* position: absolute; */
- /* left: 0;
- top: 0; */
- width: 100px;
+ margin-left: 2px;
+ /* height: 22px; */
+ /*padding: 2px 2px;*/
+ /*原始 默认值 500 */
}
.spanClass {
diff --git a/src/store/index.js b/src/store/index.js
index 5964f37..44c1608 100644
--- a/src/store/index.js
+++ b/src/store/index.js
@@ -93,7 +93,8 @@ export default new Vuex.Store({
shift: false, //是否按下 shift键
ctrl: false, //是否按下 ctrl键
- export: false //是否导出excel
+ export: false, //是否导出excel
+ export2: false, //是否导出excel
},
elProgress: { //通用进度条相关参数
display: false, //是否显示