Commit e03cde52 authored by 乐宝呗666's avatar 乐宝呗666

修改标题

parent ef8294ca
......@@ -3,7 +3,7 @@
<headerLayout active="0"></headerLayout>
<div class="news-wrapper">
<div class="news-title d-flex jc-between">
<label>重要客户</label>
<label>{{type=== 1 ?'重要客户':'合作伙伴'}}</label>
<span @click="goBack">&lt; 返回</span>
</div>
<div class="news-content">
......@@ -37,7 +37,8 @@ export default {
total: 1,
pageSize: 10
},
tableData: []
tableData: [],
type: ''
}
},
mounted () {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment