Commit 95811863 authored by honghy's avatar honghy Committed by wux

【后台-会员等级】查询页面和列表修改

parent 7a7f8893
......@@ -35,11 +35,9 @@
<el-row class="mb8">
<el-button type="success" size="mini" icon="el-icon-plus" @click="handleNewScoreRule">{{ $t("添加规则") }}</el-button>
<el-button type="success" size="mini" icon="el-icon-delete" @click="handleDelScoreRule">{{ $t("删除规则") }}</el-button>
<!-- <el-button type="success" size="mini" icon="el-icon-delete" @click="handleDelScoreRule">{{ $t("删除规则") }}</el-button>-->
</el-row>
<el-table ref="multipleTable" v-loading="loading" @selection-change="handleSelectionChange" :data="memberLevelList">
<el-table-column type="selection" width="55"></el-table-column>
<el-table-column width="140" :label="$t('序号')" align="center" prop="id"></el-table-column>
<el-table-column width="90" :label="$t('编号')" align="center">
<template #default="{ row }">
<el-button size="mini" type="text" @click="handleViewDetails(row)"> {{ row.ruleNumber || "/" }}</el-button>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment