|
@@ -11,6 +11,22 @@
|
|
fixed
|
|
fixed
|
|
width="55">
|
|
width="55">
|
|
</el-table-column>
|
|
</el-table-column>
|
|
|
|
+ <el-table-column
|
|
|
|
+ prop="chenghu"
|
|
|
|
+ label="称呼"
|
|
|
|
+ width="160">
|
|
|
|
+ </el-table-column>
|
|
|
|
+ <el-table-column
|
|
|
|
+ prop="type"
|
|
|
|
+ label="报价类型"
|
|
|
|
+ width="160">
|
|
|
|
+ <template slot-scope="scope">
|
|
|
|
+ <span v-if="scope.row.type == 1">动画类课程</span>
|
|
|
|
+ <span v-if="scope.row.type == 2">视频类课程</span>
|
|
|
|
+ <span v-if="scope.row.type == 3">H5类课程</span>
|
|
|
|
+ <span v-if="scope.row.type == 4 ">PPT美化与制作</span>
|
|
|
|
+ </template>
|
|
|
|
+ </el-table-column>
|
|
<el-table-column
|
|
<el-table-column
|
|
prop="phone"
|
|
prop="phone"
|
|
label="手机号"
|
|
label="手机号"
|