|
@@ -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>
|