This commit is contained in:
曹辉 2023-03-29 15:42:53 +08:00
parent d30fad7d78
commit 33ca288906

View File

@ -297,7 +297,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="请选择"
clearable
style="width: 208px"
>
<el-option
v-for="item in jumpTypes"
:key="item.dictValue"