Compare commits
2 Commits
d58c1b788d
...
0f4f63b29c
| Author | SHA1 | Date |
|---|---|---|
|
|
0f4f63b29c | |
|
|
a687f53fb0 |
|
|
@ -51,7 +51,7 @@
|
|||
</el-row>
|
||||
</template>
|
||||
|
||||
<template slot-scope="{ data }" slot="handle">
|
||||
<template slot="handle">
|
||||
<el-button
|
||||
type="text"
|
||||
size="mini"
|
||||
|
|
|
|||
|
|
@ -102,7 +102,7 @@
|
|||
:sendApi="getDialogListApi"
|
||||
:config="dialogConfig"
|
||||
>
|
||||
<template slot="imgPreview" slot-scope="{ data }">
|
||||
<template slot="imgPreview" >
|
||||
<ImagePreview
|
||||
:src="`https://fuss10.elemecdn.com/e/5d/4a731a90594a4af544c0c25941171jpeg.jpeg`"
|
||||
:width="`60px`"
|
||||
|
|
|
|||
|
|
@ -90,7 +90,7 @@
|
|||
:sendApi="getDialogListApi"
|
||||
:config="dialogConfig"
|
||||
>
|
||||
<template slot="imgPreview" slot-scope="{ data }">
|
||||
<template slot="imgPreview">
|
||||
<ImagePreview
|
||||
:src="`https://fuss10.elemecdn.com/e/5d/4a731a90594a4af544c0c25941171jpeg.jpeg`"
|
||||
:width="`60px`"
|
||||
|
|
|
|||
Loading…
Reference in New Issue