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

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

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