mirror of
https://gitee.com/y_project/RuoYi-Cloud.git
synced 2026-01-26 19:51:56 +08:00
Compare commits
2 Commits
v3.6.7
...
fd4af6446d
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
fd4af6446d | ||
|
|
7d724765dd |
@@ -140,7 +140,8 @@
|
||||
@pagination="getList"
|
||||
/>
|
||||
<!-- 预览界面 -->
|
||||
<el-dialog :title="preview.title" :visible.sync="preview.open" width="80%" top="5vh" append-to-body class="scrollbar">
|
||||
<el-dialog :title="preview.title" :visible.sync="preview.open" width="80%" top="5vh" append-to-body class="scrollbar"
|
||||
:close-on-click-modal="false">
|
||||
<el-tabs v-model="preview.activeName">
|
||||
<el-tab-pane
|
||||
v-for="(value, key) in preview.data"
|
||||
|
||||
Reference in New Issue
Block a user