|
@@ -64,6 +64,12 @@
|
|
:h="item.h"
|
|
:h="item.h"
|
|
>
|
|
>
|
|
<div class="grid-item-content">
|
|
<div class="grid-item-content">
|
|
|
|
+ <!-- 模块内容 -->
|
|
|
|
+ <div v-if="item.type == 1">
|
|
|
|
+ 111
|
|
|
|
+ </div>
|
|
|
|
+
|
|
|
|
+
|
|
|
|
|
|
{{ item.content }}
|
|
{{ item.content }}
|
|
<button @click="openWindow(item)">编辑</button>
|
|
<button @click="openWindow(item)">编辑</button>
|
|
@@ -148,6 +154,7 @@ export default {
|
|
y: 0,
|
|
y: 0,
|
|
w: 12,
|
|
w: 12,
|
|
h: 1,
|
|
h: 1,
|
|
|
|
+ type: type, //1=顶部菜单(含登录) ..
|
|
content:""});
|
|
content:""});
|
|
},
|
|
},
|
|
|
|
|