shop_vue/src/views/plus/vip/grade/part/List.vue
@@ -23,12 +23,7 @@
            <span class="orange">¥{{ scope.row.repurchase_money }}</span>
          </template>
        </el-table-column>
        <el-table-column prop="operating_subsidy" label="见点奖" >
          <template slot-scope="scope">
            <span class="orange">¥{{ scope.row.viewpoint_money }}</span>
          </template>
        </el-table-column>
        <el-table-column prop="operating_subsidy" label="VIP专区补贴" >
        <el-table-column prop="operating_subsidy" label="下级收益补贴" >
          <template slot-scope="scope">
            <span class="orange">{{ scope.row.operating_subsidy }}%</span>
          </template>
@@ -43,6 +38,16 @@
            <span class="orange">{{ scope.row.supplier_money }}%</span>
          </template>
        </el-table-column>
        <el-table-column prop="operating_subsidy" label="复购专区级差计算" >
          <template slot-scope="scope">
            <span class="orange">{{ scope.row.differential_prize }}%</span>
          </template>
        </el-table-column>
        <el-table-column prop="operating_subsidy" label="复购专区平级奖" >
          <template slot-scope="scope">
            <span class="orange">{{ scope.row.equal_level_award }}%</span>
          </template>
        </el-table-column>
        <el-table-column prop="remark" label="升级条件" >
          <template slot-scope="scope">
            <div v-html="keepTextStyle(scope.row.remark)"></div>