-- 样式修改

This commit is contained in:
yuping
2022-12-10 15:27:42 +08:00
parent 39f8bd9830
commit 4579c619fb
3 changed files with 59 additions and 102 deletions

View File

@@ -1304,7 +1304,7 @@ export default {
title: "项目名称",
dataIndex: "name",
key: "name",
width: 280,
width: 480,
// align: "center",
ellipsis: true,
// scopedSlots: { customRender: "action" }, //引入的插槽
@@ -1316,8 +1316,9 @@ export default {
{
title: "项目经理",
dataIndex: "manager",
ellipsis: true,
key: "manager",
width: 100,
width: 300,
align: "center",
},
{
@@ -1394,7 +1395,7 @@ export default {
dataIndex: "operation",
key: "operation",
width: 300,
align: "center",
align: "right",
fixed: "right",
customRender: (value) => {
// console.log("value", value.record.type, value.record.status);