mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-14 13:26:45 +08:00
fix:项目阶段名称显示问题
This commit is contained in:
@@ -25,7 +25,7 @@
|
|||||||
<a-popover placement="topLeft" trigger="click">
|
<a-popover placement="topLeft" trigger="click">
|
||||||
<template #content>
|
<template #content>
|
||||||
<div style="width: 130px">
|
<div style="width: 130px">
|
||||||
{{ element.name || "暂无说明" }}
|
{{ element.remark || "暂无说明" }}
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
<template #title>
|
<template #title>
|
||||||
|
|||||||
Reference in New Issue
Block a user