浏览代码

快讯调整

master
huminghao 1周前
父节点
当前提交
b4deade1f0
共有 1 个文件被更改,包括 10 次插入14 次删除
  1. 10
    14
      src/views/onlineBusinessHall/onlineOperation/carouselManagement/index.vue

+ 10
- 14
src/views/onlineBusinessHall/onlineOperation/carouselManagement/index.vue 查看文件

@@ -601,21 +601,17 @@ let field = ref({
label: "启用状态",
slotSet: true,
slotSetName: 'status',
form: {
index: 6,
formLabelWidth: formLabelWidth,
type: 'radio',
required: true,
listData: [
{ label: '禁用', value: 'DISABLE' },
{ label: '启用', value: 'ENABLE' }
]
}
},
// {
// prop: "status",
// label: "状态",
// form: {
// index: 6,
// formLabelWidth: formLabelWidth,
// type: 'select',
// required: true,
// listData: [
// { label: '禁用', value: 'DISABLE' },
// { label: '启用', value: 'ENABLE' }
// ]
// }
// },
{
prop: "text",
label: "文本内容",

正在加载...
取消
保存