diff --git a/debug.log b/debug.log index 01df689..d0c9414 100644 --- a/debug.log +++ b/debug.log @@ -1,3 +1,5 @@ [0517/154023.784:ERROR:directory_reader_win.cc(43)] FindFirstFile: 系统找不到指定的路径。 (0x3) [0518/172215.096:ERROR:directory_reader_win.cc(43)] FindFirstFile: 系统找不到指定的路径。 (0x3) [0519/162903.250:ERROR:directory_reader_win.cc(43)] FindFirstFile: 系统找不到指定的路径。 (0x3) +[0520/141445.581:ERROR:directory_reader_win.cc(43)] FindFirstFile: 系统找不到指定的路径。 (0x3) +[0521/162041.196:ERROR:directory_reader_win.cc(43)] FindFirstFile: 系统找不到指定的路径。 (0x3) diff --git a/src/components/Activity/ActivityEdit.vue b/src/components/Activity/ActivityEdit.vue index cd371e0..91fdd2c 100644 --- a/src/components/Activity/ActivityEdit.vue +++ b/src/components/Activity/ActivityEdit.vue @@ -2,9 +2,9 @@
{} } }, components: { QuillEditor }, + props: { editVisible: { type: Boolean, default: false }, editItem: { type: Object, default: () => {} } }, data() { return { formItemLayout, diff --git a/src/components/Banner/BannerAdd.vue b/src/components/Banner/BannerAdd.vue index d36fde9..9a04400 100644 --- a/src/components/Banner/BannerAdd.vue +++ b/src/components/Banner/BannerAdd.vue @@ -56,7 +56,7 @@ label="璁惧" > {{ jumpUrl }} + +
@@ -83,6 +88,14 @@ const columns = [ key: 'jumpUrl', scopedSlots: { customRender: 'jumpUrl' }, }, + + { + title: '灞曠ず浣嶇疆', + align: 'center', + dataIndex: 'showPosition', + key: 'showPosition', + scopedSlots: { customRender: 'showPosition' }, + }, { title: '鍥剧墖鍙傛暟', align: 'center', diff --git a/src/components/Banner/BannerEdit.vue b/src/components/Banner/BannerEdit.vue index f7ebaff..97f27fb 100644 --- a/src/components/Banner/BannerEdit.vue +++ b/src/components/Banner/BannerEdit.vue @@ -1,13 +1,14 @@