Commit 7b6ddcd8 authored by 彭松's avatar 彭松

1

parent d7879530
......@@ -592,10 +592,10 @@ import moment from "moment"
justify-content: flex-start;
align-items: center;
.head_title{
font-weight: 700;
font-weight: bold;
font-style: normal;
font-size: 1.125rem;
color: #0595FD;
font-size: 16px;
color: #333;
margin-right: 1.25rem;
}
.head_desc{
......
......@@ -341,8 +341,8 @@ import moment from "moment"
.head_title{
font-weight: 700;
font-style: normal;
font-size: 1.125rem;
color: #0595FD;
font-size: 16px;
color: #333;
margin-right: 1.25rem;
}
.head_desc{
......
......@@ -137,15 +137,15 @@
dataIndex: "have_process_name",
customRender: (text, record) => text ? text : '--'
},
{
title: "操作",
align: "center",
width: "110px",
dataIndex: "operation",
scopedSlots: {
customRender: "operation",
},
},
// {
// title: "操作",
// align: "center",
// width: "110px",
// dataIndex: "operation",
// scopedSlots: {
// customRender: "operation",
// },
// },
],
searchName: undefined,
};
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment