修改
This commit is contained in:
parent
d30fad7d78
commit
33ca288906
@ -297,7 +297,12 @@
|
|||||||
</el-table-column>
|
</el-table-column>
|
||||||
<el-table-column label="图片跳转标识" align="center" width="300">
|
<el-table-column label="图片跳转标识" align="center" width="300">
|
||||||
<template slot-scope="scope">
|
<template slot-scope="scope">
|
||||||
<el-select v-model="scope.row.jumpType" placeholder="请选择" style="width: 208px">
|
<el-select
|
||||||
|
v-model="scope.row.jumpType"
|
||||||
|
placeholder="请选择"
|
||||||
|
clearable
|
||||||
|
style="width: 208px"
|
||||||
|
>
|
||||||
<el-option
|
<el-option
|
||||||
v-for="item in jumpTypes"
|
v-for="item in jumpTypes"
|
||||||
:key="item.dictValue"
|
:key="item.dictValue"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user