File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -237,7 +237,7 @@ <h4 class="page-title">稿件管理</h4>
237
237
< div class ="col-3 ">
238
238
< multiselect v-on:select ="onPageSelect " v-model ="page " placeholder ="Select one " :options ="pageOptions "
239
239
:searchable ="false " :show-labels ="false ">
240
- < template slot ="singleLabel " slot-scope ="{ option } "> 第 {{ option }} 页(共 {{ pages }} 页)</ template >
240
+ < template slot ="singleLabel " slot-scope ="props "> 第 {{ props. option }} 页(共 {{ pages }} 页)</ template >
241
241
< template slot ="option " slot-scope ="props "> 第 {{ props.option }} 页 </ template >
242
242
</ multiselect >
243
243
</ div >
Original file line number Diff line number Diff line change 236
236
<div class =" col-3" >
237
237
<multiselect v-on:select =" onPageSelect" v-model =" page" placeholder =" Select one" :options =" pageOptions" :searchable =" false"
238
238
:show-labels =" false" >
239
- <template slot =" singleLabel" slot-scope =" { option } " >第 {{ option }} 页(共 {{ pages }} 页)</template >
239
+ <template slot =" singleLabel" slot-scope =" props " >第 {{ props . option }} 页(共 {{ pages }} 页)</template >
240
240
<template slot =" option" slot-scope =" props" >
241
241
第 {{ props .option }} 页
242
242
</template >
You can’t perform that action at this time.
0 commit comments