Commit 666acc09 authored by 皮倩雯's avatar 皮倩雯

fix: '修改巡为保界面样式'

parent c96e49b6
Pipeline #50057 skipped with stages
...@@ -26,10 +26,10 @@ const maintenance = () => { ...@@ -26,10 +26,10 @@ const maintenance = () => {
title: '业务名称', title: '业务名称',
dataIndex: 'businessName', dataIndex: 'businessName',
key: 'businessName', key: 'businessName',
width: 200, width: 150,
onCell: () => ({ onCell: () => ({
style: { style: {
maxWidth: 200, maxWidth: 150,
overflow: 'hidden', overflow: 'hidden',
whiteSpace: 'nowrap', whiteSpace: 'nowrap',
textOverflow: 'ellipsis', textOverflow: 'ellipsis',
...@@ -47,7 +47,7 @@ const maintenance = () => { ...@@ -47,7 +47,7 @@ const maintenance = () => {
title: '业务类型', title: '业务类型',
dataIndex: 'businessType', dataIndex: 'businessType',
key: 'businessType', key: 'businessType',
width: 100, // width: 100,
onCell: () => ({ onCell: () => ({
style: { style: {
maxWidth: 100, maxWidth: 100,
...@@ -68,7 +68,7 @@ const maintenance = () => { ...@@ -68,7 +68,7 @@ const maintenance = () => {
title: '执行周期', title: '执行周期',
dataIndex: 'docycle', dataIndex: 'docycle',
key: 'docycle', key: 'docycle',
width: 100, // width: 100,
onCell: () => ({ onCell: () => ({
style: { style: {
maxWidth: 100, maxWidth: 100,
...@@ -84,7 +84,7 @@ const maintenance = () => { ...@@ -84,7 +84,7 @@ const maintenance = () => {
title: '台账名称', title: '台账名称',
dataIndex: 'accountName', dataIndex: 'accountName',
key: 'accountName', key: 'accountName',
width: 100, // width: 100,
onCell: () => ({ onCell: () => ({
style: { style: {
maxWidth: 100, maxWidth: 100,
...@@ -126,7 +126,7 @@ const maintenance = () => { ...@@ -126,7 +126,7 @@ const maintenance = () => {
title: '台账过滤条件', title: '台账过滤条件',
dataIndex: 'filterCondition', dataIndex: 'filterCondition',
key: 'filterCondition', key: 'filterCondition',
width: 150, // width: 150,
onCell: () => ({ onCell: () => ({
style: { style: {
maxWidth: 200, maxWidth: 200,
...@@ -147,7 +147,7 @@ const maintenance = () => { ...@@ -147,7 +147,7 @@ const maintenance = () => {
title: '是否送审', title: '是否送审',
dataIndex: 'isSubmit', dataIndex: 'isSubmit',
key: 'isSubmit', key: 'isSubmit',
width: 100, width: 80,
onCell: () => ({ onCell: () => ({
style: { style: {
maxWidth: 100, maxWidth: 100,
...@@ -163,7 +163,7 @@ const maintenance = () => { ...@@ -163,7 +163,7 @@ const maintenance = () => {
title: '执行角色', title: '执行角色',
dataIndex: 'doRole', dataIndex: 'doRole',
key: 'doRole', key: 'doRole',
width: 350, width: 300,
onCell: () => ({ onCell: () => ({
style: { style: {
maxWidth: 350, maxWidth: 350,
...@@ -184,7 +184,7 @@ const maintenance = () => { ...@@ -184,7 +184,7 @@ const maintenance = () => {
title: '预生成天数', title: '预生成天数',
dataIndex: 'produceDays', dataIndex: 'produceDays',
key: 'produceDays', key: 'produceDays',
width: 100, width: 80,
onCell: () => ({ onCell: () => ({
style: { style: {
maxWidth: 100, maxWidth: 100,
...@@ -200,7 +200,7 @@ const maintenance = () => { ...@@ -200,7 +200,7 @@ const maintenance = () => {
title: '在线任务量', title: '在线任务量',
dataIndex: 'onLines', dataIndex: 'onLines',
key: 'onLines', key: 'onLines',
width: 100, width: 80,
onCell: () => ({ onCell: () => ({
style: { style: {
maxWidth: 100, maxWidth: 100,
...@@ -221,7 +221,7 @@ const maintenance = () => { ...@@ -221,7 +221,7 @@ const maintenance = () => {
title: '启停', title: '启停',
dataIndex: 'doNot', dataIndex: 'doNot',
key: 'doNot', key: 'doNot',
width: 100, // width: 100,
onCell: () => ({ onCell: () => ({
style: { style: {
maxWidth: 100, maxWidth: 100,
......
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