提交 fdda8a84 编写于 作者: ibizdev's avatar ibizdev

zhujiamin 发布系统代码 [TrainSys,网页端]

上级 3825be4a
......@@ -250,7 +250,7 @@ export const ExtendActionTimeLine = defineComponent({
</div>
<div class={ns.be('task', 'bottom')}>
<div class={ns.be('task', 'full-message')}>
{task.fullMessage ? (
{task.fullMessage && task.fullMessage !== 'null' ? (
`审批意见: ${task.fullMessage}`
) : (
<div>&nbsp;</div>
......
......@@ -122,6 +122,7 @@ export const IBizDropdown = defineComponent({
value: this.curValue,
allowClear: true,
transfer: true,
filterable: true,
clearable: true,
multiple: this.c!.multiple,
placeholder: this.c.placeHolder,
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册