Browse Source

批量发布页面创建

yangc 8 years ago
parent
commit
fe63cf4796

+ 6 - 0
components/applyPurchase/BatchPublish.vue

@@ -0,0 +1,6 @@
+<template>
+  <div>222</div>
+</template>
+<style lang="scss" scoped>
+
+</style>

+ 2 - 1
components/applyPurchase/index.js

@@ -1,5 +1,6 @@
 import ApplyInfo from './ApplyInfo.vue'
 import PublishApply from './PublishApply.vue'
 import ApplyFooter from './ApplyFooter.vue'
+import BatchPublish from './BatchPublish.vue'
 
-export { ApplyInfo, PublishApply, ApplyFooter }
+export { ApplyInfo, PublishApply, ApplyFooter, BatchPublish }

+ 9 - 0
pages/applyPurchase/_id.vue

@@ -0,0 +1,9 @@
+<template>
+  <div>
+    111
+  </div>
+</template>
+<script>
+  export default {
+  }
+</script>