修改文案
This commit is contained in:
@@ -97,7 +97,7 @@ const tableStore = new TableStore({
|
|||||||
{ field: 'planEndTime', minWidth: 130,title: '计划结束时间' },
|
{ field: 'planEndTime', minWidth: 130,title: '计划结束时间' },
|
||||||
{
|
{
|
||||||
field: 'status',
|
field: 'status',
|
||||||
title: '计划状态',
|
title: '审核状态',
|
||||||
render: 'tag',
|
render: 'tag',
|
||||||
minWidth: 80,
|
minWidth: 80,
|
||||||
custom: {
|
custom: {
|
||||||
|
|||||||
@@ -96,7 +96,7 @@ const tableStore = new TableStore({
|
|||||||
{ field: 'completeTime', title: '实际完成时间', minWidth: 140 },
|
{ field: 'completeTime', title: '实际完成时间', minWidth: 140 },
|
||||||
{
|
{
|
||||||
field: 'status',
|
field: 'status',
|
||||||
title: '计划状态',
|
title: '审核状态',
|
||||||
render: 'tag',
|
render: 'tag',
|
||||||
minWidth: 140,
|
minWidth: 140,
|
||||||
custom: {
|
custom: {
|
||||||
|
|||||||
@@ -80,7 +80,7 @@ const tableStore = new TableStore({
|
|||||||
{ field: 'issueDetail', title: '告警内容', minWidth: '150' },
|
{ field: 'issueDetail', title: '告警内容', minWidth: '150' },
|
||||||
{
|
{
|
||||||
field: 'status',
|
field: 'status',
|
||||||
title: '告警单状态',
|
title: '审核状态',
|
||||||
minWidth: '150',
|
minWidth: '150',
|
||||||
render: 'tag',
|
render: 'tag',
|
||||||
custom: {
|
custom: {
|
||||||
|
|||||||
@@ -42,7 +42,7 @@ const tableStore = new TableStore({
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
field: 'problemType', title: '告警单问题来源', minWidth: '150',
|
field: 'problemType', title: '预警单问题来源', minWidth: '150',
|
||||||
render: 'tag',
|
render: 'tag',
|
||||||
custom: {
|
custom: {
|
||||||
1: 'warning',
|
1: 'warning',
|
||||||
@@ -59,7 +59,7 @@ const tableStore = new TableStore({
|
|||||||
},
|
},
|
||||||
{ field: 'leafletName', title: '单据名称', minWidth: '150' },
|
{ field: 'leafletName', title: '单据名称', minWidth: '150' },
|
||||||
{
|
{
|
||||||
field: 'status', title: '告警单状态', minWidth: '150',
|
field: 'status', title: '审核状态', minWidth: '150',
|
||||||
render: 'tag',
|
render: 'tag',
|
||||||
custom: {
|
custom: {
|
||||||
1: 'primary',
|
1: 'primary',
|
||||||
|
|||||||
Reference in New Issue
Block a user