代码更新

This commit is contained in:
lyd
2022-11-02 20:49:16 +08:00
parent a83911463d
commit 47247cef79

View File

@@ -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>