This website works better with JavaScript.
首頁
探索
說明
註冊
登入
FumaoPublic
/
Admin_print_designer
關註
3
收藏
0
複製
0
程式碼
問題管理
0
合併請求
0
版本發佈
0
Wiki
Activity
瀏覽代碼
upload
release
HolyKnightIX
10 月之前
父節點
d8492457ac
當前提交
c214cededd
共有
2 個文件被更改
,包括
3 次插入
和
10 次删除
分割檢視
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-8
example/page/designer.vue
+2
-2
src/components/panel/index.vue
+ 1
- 8
example/page/designer.vue
查看文件
@@ -10,14 +10,7 @@ export default {
tenantId: '',
templateId: '',
// printData: [],
value: {
title: 'demo',
width: 750,
height: 550,
pageWidth: 750,
pageHeight: 550,
tempItems: [],
},
value: {},
widgets: [],
}
},
+ 2
- 2
src/components/panel/index.vue
查看文件
@@ -15,13 +15,13 @@
</el-collapse-item>
<el-collapse-item name="3">
<template slot="title">
<span>
组件
</span>
<span>
元素
</span>
</template>
<options />
</el-collapse-item>
<el-collapse-item name="4">
<template slot="title">
<span>已加
组件
</span>
<span>已加
元素
</span>
</template>
<layers />
</el-collapse-item>
Write
Preview
Loading…
取消
儲存