|
|
@@ -398,6 +398,7 @@ defineExpose({
|
|
|
<!-- action操作栏的插槽 -->
|
|
|
<template #action="{ row }">
|
|
|
<el-button
|
|
|
+ class="el-button--blue"
|
|
|
style="height: 24px; padding: 8px 4px; padding-left: 5px; font-size: 12px"
|
|
|
@click="handleLogDetail(row)"
|
|
|
v-if="row['Question Type'] !== 'Predefined Question'"
|