mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-10 19:36:46 +08:00
面授管理的关键字省略号
This commit is contained in:
@@ -1734,13 +1734,12 @@ export default defineComponent({
|
||||
},
|
||||
{
|
||||
title: "关键字",
|
||||
width: 130,
|
||||
dataIndex: "tips",
|
||||
key: "tips",
|
||||
ellipsis: true,
|
||||
align: "left",
|
||||
customCell :() => {return {style: {maxWidth: '200px',overflow: 'hidden',whiteSpace: 'nowrap',textOverflow:'ellipsis',cursor:'pointer'}}},
|
||||
customRender: ({ text }) => {
|
||||
return text ? text : "-";
|
||||
return <a-tooltip placement="topLeft" title = {text} >{text ? text : "-"}</a-tooltip>
|
||||
},
|
||||
},
|
||||
{
|
||||
@@ -1915,7 +1914,6 @@ export default defineComponent({
|
||||
slots: { customRender: "action" },
|
||||
},
|
||||
],
|
||||
|
||||
shipType: 1,
|
||||
addLoading: false,
|
||||
currentPlanItem: {},
|
||||
|
||||
Reference in New Issue
Block a user