|
@@ -1,7 +1,7 @@
|
|
|
/*
|
|
|
* @Author: your name
|
|
|
* @Date: 2021-07-26 10:13:13
|
|
|
- * @LastEditTime: 2021-09-10 09:12:58
|
|
|
+ * @LastEditTime: 2021-09-18 11:44:42
|
|
|
* @LastEditors: Please set LastEditors
|
|
|
* @Description: In User Settings Edit
|
|
|
* @FilePath: /TracerMethodology_PC/src/pages/UserMana/index.js
|
|
@@ -50,7 +50,8 @@ const ReportProjectSetting = () => {
|
|
|
dataIndex: 'reportName',
|
|
|
key: 'reportName',
|
|
|
hideInSearch: true,
|
|
|
- ellipsis: true,
|
|
|
+ width:'15%'
|
|
|
+ // ellipsis: true,
|
|
|
},
|
|
|
{
|
|
|
title: 'Id',
|
|
@@ -125,6 +126,7 @@ const ReportProjectSetting = () => {
|
|
|
key: 'sort',
|
|
|
ellipsis: true,
|
|
|
hideInSearch: true,
|
|
|
+ width:'5%'
|
|
|
},
|
|
|
{
|
|
|
title: '比率基数',
|
|
@@ -137,6 +139,7 @@ const ReportProjectSetting = () => {
|
|
|
title: '操作',
|
|
|
dataIndex: 'option',
|
|
|
valueType: 'option',
|
|
|
+ width:'15%',
|
|
|
render: (_, record) => {
|
|
|
const { showAddRelation, parentId } = record;
|
|
|
const btnGroup = [
|