Commit 8ecef490 authored by huangzhenglong's avatar huangzhenglong

feat: 处理任务提示

parent 26b28e97
...@@ -79,8 +79,8 @@ ...@@ -79,8 +79,8 @@
<template slot-scope="scope"> <template slot-scope="scope">
<el-tag <el-tag
:type="getStatusType(scope.row.status)" :type="getStatusType(scope.row.status)"
:class="{'clickable-tag': scope.row.status === 3 || scope.row.status === 4}" :class="{'clickable-tag': scope.row.status === 4}"
@click="(scope.row.status === 3 || scope.row.status === 4) && showErrorMessage(scope.row)"> @click="scope.row.status === 4 && showErrorMessage(scope.row)">
{{ getStatusText(scope.row.status) }} {{ getStatusText(scope.row.status) }}
</el-tag> </el-tag>
</template> </template>
......
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