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