mirror of
https://github.com/pure-admin/vue-pure-admin.git
synced 2025-11-09 13:53:38 +08:00
chore: update
This commit is contained in:
@@ -82,6 +82,7 @@ const rules = {
|
||||
v-model="formVisible"
|
||||
title="新建产品"
|
||||
:width="680"
|
||||
draggable
|
||||
:before-close="closeDialog"
|
||||
>
|
||||
<!-- 表单内容 -->
|
||||
@@ -115,6 +116,7 @@ const rules = {
|
||||
<el-select
|
||||
v-model="formData.type"
|
||||
clearable
|
||||
:teleported="false"
|
||||
:style="{ width: '480px' }"
|
||||
>
|
||||
<el-option
|
||||
|
||||
Reference in New Issue
Block a user