|
|
@ -576,14 +576,11 @@ onMounted(() => { |
|
|
|
<a-row> |
|
|
|
<a-row> |
|
|
|
<a-col :span="24"> |
|
|
|
<a-col :span="24"> |
|
|
|
<div class="text-gray-600"> |
|
|
|
<div class="text-gray-600"> |
|
|
|
<em>Available context variables are <strong>data and user</strong></em> |
|
|
|
<em>Use context variable <strong>data</strong> to refer the record under consideration</em> |
|
|
|
|
|
|
|
|
|
|
|
<a-tooltip bottom> |
|
|
|
<a-tooltip bottom> |
|
|
|
<template #title> |
|
|
|
<template #title> |
|
|
|
<span> |
|
|
|
<span> <strong>data</strong> : Row data <br /> </span> |
|
|
|
<strong>data</strong> : Row data <br /> |
|
|
|
|
|
|
|
<strong>user</strong> : User information<br /> |
|
|
|
|
|
|
|
</span> |
|
|
|
|
|
|
|
</template> |
|
|
|
</template> |
|
|
|
<MdiInformationIcon class="ml-2" /> |
|
|
|
<MdiInformationIcon class="ml-2" /> |
|
|
|
</a-tooltip> |
|
|
|
</a-tooltip> |
|
|
|