标签管理
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
<div class="split-add-form-wrapper">
|
||||
<a-drawer
|
||||
class="split-table-drawer"
|
||||
:title="title"
|
||||
:title="formTitle"
|
||||
placement="right"
|
||||
:visible="visible"
|
||||
:after-visible-change="afterVisibleChange"
|
||||
@@ -324,7 +324,8 @@
|
||||
}
|
||||
},
|
||||
props:{
|
||||
addVisible:Boolean
|
||||
addVisible:Boolean,
|
||||
formTitle:String,
|
||||
},
|
||||
watch:{
|
||||
selected(val){
|
||||
|
||||
Reference in New Issue
Block a user