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