mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-07-11 17:48:09 +08:00
commit
This commit is contained in:
26
jsowell-ui/src/views/pile/merchant/edit.vue
Normal file
26
jsowell-ui/src/views/pile/merchant/edit.vue
Normal file
@@ -0,0 +1,26 @@
|
||||
<template>
|
||||
<div class="app-container">
|
||||
<el-tabs value="first" type="border-card" @tab-click="handleClick">
|
||||
<el-tab-pane label="配置管理" name="second">
|
||||
配置管理
|
||||
</el-tab-pane>
|
||||
</el-tabs>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
|
||||
// import xxxx
|
||||
|
||||
export default{
|
||||
data() {
|
||||
|
||||
},
|
||||
mounted() {
|
||||
|
||||
},
|
||||
methods: {
|
||||
|
||||
}
|
||||
}
|
||||
</script>
|
||||
Reference in New Issue
Block a user