|
@ -28,7 +28,7 @@ |
|
|
<ElTableColumn prop="processConfig" label="处置流程" /> |
|
|
<ElTableColumn prop="processConfig" label="处置流程" /> |
|
|
<ElTableColumn label="操作" width="210"> |
|
|
<ElTableColumn label="操作" width="210"> |
|
|
<template slot-scope="scope"> |
|
|
<template slot-scope="scope"> |
|
|
<ElButton type="text" style="color: #00D1FF;" @click="showDisposal(scope.row.eventType)">流程配置</ElButton> |
|
|
<!--<ElButton type="text" style="color: #00D1FF;" @click="showDisposal(scope.row.eventType)">流程配置</ElButton>--> |
|
|
<ElButton type="text" style="color: #00EBC1;" @click="showPhrases(scope.row)">常用语</ElButton> |
|
|
<ElButton type="text" style="color: #00EBC1;" @click="showPhrases(scope.row)">常用语</ElButton> |
|
|
</template> |
|
|
</template> |
|
|
</ElTableColumn> |
|
|
</ElTableColumn> |
|
|