|
|
|
@ -77,7 +77,7 @@
|
|
|
|
|
</el-table-column>
|
|
|
|
|
<el-table-column label="操作">
|
|
|
|
|
<template slot-scope="scope">
|
|
|
|
|
<el-button type="text" size="small" :disabled="scope.row.status==3 ||scope.row.status==4 " @click.native="newDistributionForm(scope.$index, scope.row)">编辑</el-button>
|
|
|
|
|
<el-button type="text" size="small" :disabled="scope.row.status==3 " @click.native="newDistributionForm(scope.$index, scope.row)">编辑</el-button>
|
|
|
|
|
<el-button type="text" size="small" @click.native.stop="deleteDialog(scope.row)">删除</el-button>
|
|
|
|
|
</template>
|
|
|
|
|
</el-table-column>
|
|
|
|
|