This commit is contained in:
2023-02-14 16:40:28 +08:00
parent f598d35da2
commit 1a50acd878
4 changed files with 4 additions and 4 deletions

View File

@@ -604,7 +604,7 @@ const radioProps = props.getRadioProps(props.data, props.index);
{{ data[column.key] }}
</lay-tooltip>
<span v-else> {{ data[column.key] }} </span>
<span v-else> {{ data[column.key] }} +123</span>
</div>
</td>
</template>