代码更新
This commit is contained in:
@@ -168,9 +168,13 @@
|
||||
{{ dict.label.sch_acs_task_type[scope.row.acs_task_type] }}
|
||||
</template>
|
||||
</el-table-column>
|
||||
<el-table-column v-permission="[]" label="操作" width="120px" align="center" fixed="right">
|
||||
<el-table-column v-permission="[]" label="操作" width="250px" align="center" fixed="right">
|
||||
<template slot-scope="scope">
|
||||
<el-button type="text" icon="el-icon-success" @click="handleCommand(scope.row, 'a')">完成</el-button>
|
||||
<el-button type="text" icon="el-icon-success" @click="handleCommand(scope.row, 'b')">取消</el-button>
|
||||
<el-button type="text" icon="el-icon-success" @click="handleCommand(scope.row, 'c')">拉回</el-button>
|
||||
<el-button type="text" icon="el-icon-success" @click="handleCommand(scope.row, 'd')">重发</el-button>
|
||||
<el-button type="text" icon="el-icon-success" @click="handleCommand(scope.row, 'e')">详情</el-button>
|
||||
</template>
|
||||
</el-table-column>
|
||||
</el-table>
|
||||
|
||||
Reference in New Issue
Block a user