See999 4 vuotta sitten
vanhempi
commit
f6ff2eb859

+ 4 - 3
src/xt_pages/user/patients.vue Näytä tiedosto

@@ -41,10 +41,10 @@
41 41
     <div class="position">
42 42
       <bread-crumb :crumbs="crumbs"></bread-crumb>
43 43
 
44
-      <upload-excel style="float:right;" :on-success='handleSuccess' :before-upload="beforeUpload"></upload-excel>
44
+      
45 45
 
46
-      <div style="float:right;"
47
-      >
46
+      <div style="display:flex;align-items:center">
47
+        <upload-excel :on-success='handleSuccess' :before-upload="beforeUpload"></upload-excel>
48 48
         <el-link target="_blank" href="https://kuyi.shengws.com/patient_template.xlsx" :underline="false"
49 49
                  style="margin-left:15px">
50 50
           <el-button
@@ -57,6 +57,7 @@
57 57
 
58 58
 
59 59
         <el-button
60
+          style="margin-left:10px;"
60 61
           @click="generateLog()"
61 62
           class="filter-item"
62 63
           type="primary"

+ 17 - 22
src/xt_pages/workforce/appointment.vue Näytä tiedosto

@@ -50,29 +50,24 @@
50 50
 
51 51
     <div class="position">
52 52
       <bread-crumb :crumbs="crumbs"></bread-crumb>
53
-      <el-col :span="15" style="text-align: right;">
54
-        <div>
55
-          <schedule-upload-excel style="float:left;margin-right: -500px" :on-success='handleSuccess'
56
-                                 :before-upload="beforeUpload"></schedule-upload-excel>
57
-        <el-button v-if="isShow()" type="primary" size="small" @click="export_file()"
58
-                   :loading="downloadLoading"
59
-        >
60
-          导出模版
61
-        </el-button>
62
-
63
-        <el-button
64
-          @click="generateLog()"
65
-          class="filter-item"
66
-          type="primary"
67
-          size="small"
68
-        >下载错误日志
69
-        </el-button>
70
-
71
-        <el-button type="primary" size="small" icon="el-icon-printer" @click="printScheduleAction">打印</el-button>
72
-        <el-button type="primary" size="small" icon="el-icon-setting" @click="setScheduleTemplateAction">排班模板
73
-        </el-button>
53
+        <div style="display:flex;align-items:center">
54
+          <schedule-upload-excel style="margin-right:10px;" :on-success='handleSuccess' :before-upload="beforeUpload"></schedule-upload-excel>
55
+          <el-button v-if="isShow()" type="primary" size="small" @click="export_file()" :loading="downloadLoading">
56
+            导出模版
57
+          </el-button>
58
+
59
+          <el-button
60
+            @click="generateLog()"
61
+            class="filter-item"
62
+            type="primary"
63
+            size="small"
64
+          >下载错误日志
65
+          </el-button>
66
+
67
+          <el-button type="primary" size="small" icon="el-icon-printer" @click="printScheduleAction">打印</el-button>
68
+          <el-button type="primary" size="small" icon="el-icon-setting" @click="setScheduleTemplateAction">排班模板
69
+          </el-button>
74 70
         </div>
75
-      </el-col>
76 71
     </div>
77 72
     <div class="app-container">
78 73
       <!-- <el-row>

+ 6 - 7
src/xt_pages/workforce/template.vue Näytä tiedosto

@@ -66,13 +66,12 @@
66 66
       <bread-crumb :crumbs="crumbs"></bread-crumb>
67 67
 
68 68
       <!-- <el-col :span="3" style="text-align: right;"> -->
69
-      <el-button v-loading="downloadLoading" v-if="template_mode&&(template_mode.mode == 1 || template_mode.mode == 2)"
70
-                 size="small" icon="el-icon-setting" type="primary" @click="import_file()">导出模版
71
-      </el-button>
72
-
73
-
74
-
75
-      <el-button size="small" icon="el-icon-setting" type="primary" @click="setScheduleTemplateAction">设置模板</el-button>
69
+        <div style="display:flex;align-items:center">
70
+          <el-button v-loading="downloadLoading" v-if="template_mode&&(template_mode.mode == 1 || template_mode.mode == 2)"
71
+                    size="small" icon="el-icon-setting" type="primary" @click="import_file()">导出模版
72
+          </el-button>
73
+          <el-button size="small" icon="el-icon-setting" type="primary" @click="setScheduleTemplateAction">设置模板</el-button>
74
+      </div>
76 75
       <!-- </el-col> -->
77 76
     </div>
78 77
     <div class="app-container">