|
@@ -40,7 +40,7 @@
|
40
|
40
|
<el-form-item label="接待人">
|
41
|
41
|
<el-input v-model="formInline.receiver" placeholder="输入接待人"></el-input>
|
42
|
42
|
</el-form-item>
|
43
|
|
- </el-form-item>
|
|
43
|
+ <el-form-item>
|
44
|
44
|
<el-button type="primary" @click="onSubmit">查询</el-button>
|
45
|
45
|
<el-button type="info" @click="clear">重置</el-button>
|
46
|
46
|
</el-form-item>
|
|
@@ -57,7 +57,7 @@
|
57
|
57
|
label="客户类型"
|
58
|
58
|
align='center'>
|
59
|
59
|
<template slot-scope="scope">
|
60
|
|
- <!-- <span>{{ scope.row.customerType =='channel'? '渠道客户':'自销客户' }}</span> -->
|
|
60
|
+ <span>{{ scope.row.customerType =='channel'? '渠道客户':'自销客户' }}</span>
|
61
|
61
|
</template>
|
62
|
62
|
</el-table-column>
|
63
|
63
|
<el-table-column
|