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