小卡片
parent
06a9e899cd
commit
971b9042d9
|
@ -67,7 +67,6 @@
|
|||
</el-form-item>
|
||||
</el-form>
|
||||
<div slot="footer" class="dialog-footer">
|
||||
<el-button @click="dialogFormVisible = false">取 消</el-button>
|
||||
<el-button type="primary" @click="dialogFormVisible = false">确 定</el-button>
|
||||
</div>
|
||||
</el-dialog>
|
||||
|
@ -88,6 +87,7 @@ export default {
|
|||
|
||||
return {
|
||||
dialogFormVisible:false,
|
||||
form:{},
|
||||
};
|
||||
},
|
||||
//计算属性 类似于data概念",
|
||||
|
|
Loading…
Reference in New Issue