This commit is contained in:
曹辉 2023-03-29 15:42:31 +08:00
parent 7946fd07cf
commit 1346710bd6

View File

@ -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"