Commit 309fe32a authored by 赵啸非's avatar 赵啸非

添加站点分类查询

parent cc079dab
...@@ -33,11 +33,9 @@ ...@@ -33,11 +33,9 @@
this.$refs.drawerform.edit(row); this.$refs.drawerform.edit(row);
}, },
/** 重写查看方法 */ /** 重写查看方法 */
/*
toView(row) { toView(row) {
this.$refs.drawerform.view(row); this.$refs.drawerform.view(row);
}, },
*/
}, },
data() { data() {
......
...@@ -115,6 +115,7 @@ ...@@ -115,6 +115,7 @@
data() { data() {
return { return {
size:"small", size:"small",
title:"small",
column:2, column:2,
toString:[ toString:[
], ],
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment