Parcourir la source

Merge branch '20200710_pc_vue_new_branch' of http://git.shengws.com/csx/Vue_New into 20200710_pc_vue_new_branch

XMLWAN il y a 4 ans
Parent
révision
092bf3f83a
1 fichiers modifiés avec 11 ajouts et 2 suppressions
  1. 11 2
      src/xt_pages/dialysis/details/dialog/DoctorAdviceDialog.vue

+ 11 - 2
src/xt_pages/dialysis/details/dialog/DoctorAdviceDialog.vue Voir le fichier

@@ -8,7 +8,7 @@
8 8
       :modal-append-to-body="false"
9 9
     >
10 10
 
11
-      <div class="txsj">
11
+      <!-- <div class="txsj">
12 12
         <el-button
13 13
           round
14 14
           @click="openLast(3)"
@@ -20,7 +20,7 @@
20 20
           @click="openNext(4)"
21 21
         >下一方
22 22
         </el-button>
23
-      </div>
23
+      </div> -->
24 24
       
25 25
 
26 26
       <!--<el-table-->
@@ -159,6 +159,15 @@
159 159
 
160 160
 
161 161
       <div slot="footer" class="dialog-footer">
162
+        <el-button
163
+          @click="openLast(3)"
164
+        >上一方
165
+        </el-button>
166
+
167
+        <el-button
168
+          @click="openNext(4)"
169
+        >下一方
170
+        </el-button>
162 171
         <el-button @click="isLastOrNextVisible = false">取 消</el-button>
163 172
         <el-button type="primary" @click="AddNewAdvice('adForm')">设为本次临嘱</el-button>
164 173
       </div>