|
@@ -359,6 +359,7 @@
|
|
|
<dict-tag :options="ratingType" :value="scope.row.level"/>
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
+ <el-table-column label="state参数" align="center" prop="state" width="100px" />
|
|
|
<el-table-column label="等级状态" align="center" prop="levelType" width="120px" >
|
|
|
<template slot-scope="scope">
|
|
|
<dict-tag :options="ratingUpFall" :value="scope.row.levelType"/>
|