Commit 73d499c5 authored by yaya's avatar yaya

feat:优化分销列表展示

parent 9f25c5e9
...@@ -56,11 +56,13 @@ ...@@ -56,11 +56,13 @@
<el-table-column align="center" label="操作" width="300"> <el-table-column align="center" label="操作" width="300">
<template slot-scope="scope"> <template slot-scope="scope">
<el-button <el-button
:disabled="(!scope.row.EditAble && scope.row.type === 2)"
type="primary" type="primary"
size="mini" size="mini"
@click="handleToDetail(scope.row)">编辑 @click="handleToDetail(scope.row)">编辑
</el-button> </el-button>
<el-button <el-button
:disabled="(!scope.row.EditAble && scope.row.type === 2)"
type="danger" type="danger"
size="mini" size="mini"
@click="handleDelete(scope.row)">删除 @click="handleDelete(scope.row)">删除
......
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