fix -+123

This commit is contained in:
2023-02-15 14:23:46 +08:00
parent 1a50acd878
commit dda349419d
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] }} +123</span>
<span v-else> {{ data[column.key] }} </span>
</div>
</td>
</template>