Commit de923376 authored by liwenhong's avatar liwenhong

update:去掉白名单入口

parent 7b63b87a
......@@ -35,7 +35,7 @@
<el-table-column
align="center"
prop="third_order_desc"
label="交易类型"
label="说明"
>
</el-table-column>
</el-table>
......@@ -60,11 +60,11 @@
@click="handleBlackList('黑名单')"
>黑名单</el-button
>
<el-button
<!-- <el-button
size="small"
@click="handleBlackList('白名单')"
>白名单</el-button
>
> -->
</div>
</div>
</template>
......@@ -127,7 +127,6 @@ export default {
// 二次确认弹框
handleConfirm(action, params) {
const urlObj = {
白名单: getWithdrawAudit,
黑名单: getBlackList,
通过: getWithdrawAudit,
拒绝: getWithdrawAudit,
......
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