测试跳转页面
parent
64d98e1af5
commit
3ca6858c8a
|
@ -0,0 +1,18 @@
|
|||
<template>
|
||||
<div>
|
||||
测试测试测试
|
||||
</div>
|
||||
</template>
|
||||
<script>
|
||||
export default {
|
||||
name: 'Index',
|
||||
data() {
|
||||
return {}
|
||||
},
|
||||
created() {
|
||||
},
|
||||
methods: {}
|
||||
}
|
||||
</script>
|
||||
<style scoped>
|
||||
</style>
|
|
@ -48,13 +48,9 @@
|
|||
</template>
|
||||
</el-table-column>
|
||||
|
||||
<el-table-column label="企业类型" width="180">
|
||||
<template slot-scope="scope">
|
||||
<span style="margin-left: 10px">{{ scope.row.firmType }}</span>
|
||||
</template>
|
||||
</el-table-column>
|
||||
</el-table>
|
||||
<el-button type="success" @click="xshen">测试</el-button>
|
||||
|
||||
<router-link :to="{name:'home'}">测试</router-link>
|
||||
</template>
|
||||
</div>
|
||||
</template>
|
||||
|
|
Loading…
Reference in New Issue