Commit c4539c3f authored by youjie's avatar youjie

no message

parent 3fad5e86
......@@ -80,7 +80,7 @@
<template>
<el-table ref="filterTable" :data="tableData" v-loading='loading'
:header-cell-style="{backgroundColor:'#f5f6f7', color: '#a8a8b3'}" border style="width: 100%">
<el-table-column prop="HelpEnterName" label="顾问姓名"></el-table-column>
<el-table-column prop="HelpEnterName" label="销售姓名"></el-table-column>
<el-table-column prop="PreferPrice" label="应收">
<template slot-scope="scope">
<span style="cursor: pointer;text-decoration: underline;" @click='gobaoming(scope.row)'>{{scope.row.PreferPrice}}</span>
......
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