bibi 3 years ago
parent 85bc1c80e2
commit 5ff0a30ed6

@ -0,0 +1,13 @@
<template>
<div>4r</div>
</template>
<script>
export default {
}
</script>
<style>
</style>

@ -0,0 +1,13 @@
<template>
<div>d21</div>
</template>
<script>
export default {
}
</script>
<style>
</style>

@ -7,17 +7,36 @@
* @FilePath: /ansu-business/src/views/Waybill/index.vue
-->
<template>
<div>
44444
</div>
<div>
<a-button type="primary" @click="log()"> Primary </a-button>
<a-button>Default</a-button>
<a-button type="dashed"> Dashed </a-button>
<a-button type="danger"> Danger </a-button>
<a-config-provider :auto-insert-space-in-button="false">
<a-button type="primary"> 按钮 </a-button>
</a-config-provider>
<a-button type="primary"> 按钮 </a-button>
<a-button type="link"> Link </a-button>
</div>
</template>
<script>
export default {
name: "Billing"
}
name: "Billing",
data(){
return{
}
},
methods:{
log(){
// console.log();
this.$message.success('1')
this.$router.push({name:'Authority_details'})
}
}
};
</script>
<style lang="less" scoped>
</style>

Loading…
Cancel
Save