提交 47c89432 authored 作者: matian's avatar matian

修改封面列表

上级 e2b341f4
......@@ -73,7 +73,13 @@ onMounted(() => {
})
</script>
<template>
<el-dialog :model-value="isShowDialog" draggable :before-close="handleCancel" width="30%">
<el-dialog
:model-value="isShowDialog"
draggable
:before-close="handleCancel"
width="30%"
:title="props.isEdit ? '修改预置封面信息' : ' 新增封面'"
>
<el-form :model="form" :rules="rules" ref="ruleFormRef">
<el-form-item label="封面类型:" prop="type">
<el-select v-model="form.type">
......
......@@ -55,7 +55,7 @@ const handleEdit = (row: any) => {
<template>
<AppCard title="封面管理">
<el-button type="primary" round @click="handleAdd">添加</el-button>
<el-button type="primary" round @click="handleAdd">新增封面</el-button>
<AppList v-bind="listOptions" ref="appList" border stripe>
<template #header-aside> </template>
<template #table-cover="{ row }">
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论