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

1

parent d7879530
...@@ -592,10 +592,10 @@ import moment from "moment" ...@@ -592,10 +592,10 @@ import moment from "moment"
justify-content: flex-start; justify-content: flex-start;
align-items: center; align-items: center;
.head_title{ .head_title{
font-weight: 700; font-weight: bold;
font-style: normal; font-style: normal;
font-size: 1.125rem; font-size: 16px;
color: #0595FD; color: #333;
margin-right: 1.25rem; margin-right: 1.25rem;
} }
.head_desc{ .head_desc{
......
...@@ -341,8 +341,8 @@ import moment from "moment" ...@@ -341,8 +341,8 @@ import moment from "moment"
.head_title{ .head_title{
font-weight: 700; font-weight: 700;
font-style: normal; font-style: normal;
font-size: 1.125rem; font-size: 16px;
color: #0595FD; color: #333;
margin-right: 1.25rem; margin-right: 1.25rem;
} }
.head_desc{ .head_desc{
......
...@@ -137,15 +137,15 @@ ...@@ -137,15 +137,15 @@
dataIndex: "have_process_name", dataIndex: "have_process_name",
customRender: (text, record) => text ? text : '--' customRender: (text, record) => text ? text : '--'
}, },
{ // {
title: "操作", // title: "操作",
align: "center", // align: "center",
width: "110px", // width: "110px",
dataIndex: "operation", // dataIndex: "operation",
scopedSlots: { // scopedSlots: {
customRender: "operation", // customRender: "operation",
}, // },
}, // },
], ],
searchName: undefined, 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