Commit c67d0a2d authored by 黄奎's avatar 黄奎

页面修改

parent eefe4c5e
......@@ -188,7 +188,7 @@
methods: {
//刷新父页面
refreshParentPage() {
this.$emit('getList')
this.$emit('getList');
},
init() {
this.apipost('/api/Customer/GetAllCustmersModel', {
......
......@@ -99,7 +99,8 @@
<div class="top-info">
<el-row class="margin-bottom-25">
<el-col :span="12">
<span class="info-lable">客户级别:</span><span>{{detailsData.CustomerIdLevelStr}}</span>
<span class="info-lable">客户级别:</span><span>{{detailsData.CustomerIdLevelStr?detailsData.CustomerIdLevelStr:"--"}}</span>
</el-col>
<el-col :span="12">
<span
......@@ -112,7 +113,7 @@
</el-col>
<el-col :span="12">
<span
class="info-lable">更新时间:</span><span>{{detailsData.UpdateTime ? detailsData.UpdateTime : ''}}</span>
class="info-lable">更新时间:</span><span>{{detailsData.UpdateDate ? detailsData.UpdateDate : ''}}</span>
</el-col>
</el-row>
</div>
......
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