B2C代码提交

This commit is contained in:
RyanRan
2024-10-20 21:43:59 +08:00
parent ef7d3d7a1a
commit f2491124d1
28 changed files with 866 additions and 372 deletions

View File

@@ -1,23 +1,14 @@
<template>
<div>
<Card class="mb_10">
<h2 class="mb_10">运费模版</h2>
<shipTemplate />
</Card>
<Card>
<h2 class="mb_10">物流公司</h2>
<company />
</Card>
</div>
</template>
<script>
import company from './company.vue'
import shipTemplate from './shipTemplate.vue';
export default {
components: {
company,
shipTemplate
},
data() {
return {