fix -+123

This commit is contained in:
Theluyuan 2023-02-15 14:23:46 +08:00
parent 1a50acd878
commit dda349419d
4 changed files with 4 additions and 4 deletions

View File

@ -472,7 +472,7 @@ const _sfc_main$2 = defineComponent({
createTextVNode(toDisplayString(__props.data[column.key]), 1)
]),
_: 2
}, 1032, ["content"])) : (openBlock(), createElementBlock("span", _hoisted_11$1, toDisplayString(__props.data[column.key]) + " +123", 1))
}, 1032, ["content"])) : (openBlock(), createElementBlock("span", _hoisted_11$1, toDisplayString(__props.data[column.key]), 1))
], 4)
], 14, _hoisted_9$1)) : createCommentVNode("", true)
], 64))

View File

@ -18683,7 +18683,7 @@ const _sfc_main$G = defineComponent({
createTextVNode(toDisplayString$1(__props.data[column.key]), 1)
]),
_: 2
}, 1032, ["content"])) : (openBlock(), createElementBlock("span", _hoisted_11$8, toDisplayString$1(__props.data[column.key]) + " +123", 1))
}, 1032, ["content"])) : (openBlock(), createElementBlock("span", _hoisted_11$8, toDisplayString$1(__props.data[column.key]), 1))
], 4)
], 14, _hoisted_9$8)) : createCommentVNode("", true)
], 64))

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>

File diff suppressed because one or more lines are too long