|
@@ -20,15 +20,6 @@
|
|
|
@keyup.enter.native="handleQuery"
|
|
@keyup.enter.native="handleQuery"
|
|
|
/>
|
|
/>
|
|
|
</el-form-item>
|
|
</el-form-item>
|
|
|
- <el-form-item label="活码id" prop="name">
|
|
|
|
|
- <el-input
|
|
|
|
|
- v-model="queryParams.wayId"
|
|
|
|
|
- placeholder="请输入活码id"
|
|
|
|
|
- clearable
|
|
|
|
|
- size="small"
|
|
|
|
|
- @keyup.enter.native="handleQuery"
|
|
|
|
|
- />
|
|
|
|
|
- </el-form-item>
|
|
|
|
|
|
|
|
|
|
<el-form-item label="销售企微昵称" prop="qwUserName">
|
|
<el-form-item label="销售企微昵称" prop="qwUserName">
|
|
|
<el-input
|
|
<el-input
|
|
@@ -391,11 +382,6 @@
|
|
|
<dict-tag :options="ratingType" :value="scope.row.level"/>
|
|
<dict-tag :options="ratingType" :value="scope.row.level"/>
|
|
|
</template>
|
|
</template>
|
|
|
</el-table-column>
|
|
</el-table-column>
|
|
|
-
|
|
|
|
|
- <el-table-column label="state参数" align="center" prop="state" width="100px" />
|
|
|
|
|
- <el-table-column label="活码id" align="center" prop="way_id" width="100px" />
|
|
|
|
|
-
|
|
|
|
|
-
|
|
|
|
|
<el-table-column label="等级状态" align="center" prop="levelType" width="120px" >
|
|
<el-table-column label="等级状态" align="center" prop="levelType" width="120px" >
|
|
|
<template slot-scope="scope">
|
|
<template slot-scope="scope">
|
|
|
<dict-tag :options="ratingUpFall" :value="scope.row.levelType"/>
|
|
<dict-tag :options="ratingUpFall" :value="scope.row.levelType"/>
|