@@ -1576,8 +1576,8 @@ DictCache.COLOR = {
SB_ALLOCATE_APPLY_STATUS: {
1: 'default',
2: 'warning',
- 3: 'error',
- 4: 'success'
+ 3: 'success',
+ 4: 'error'
},
/**
@@ -6,7 +6,7 @@
<a-row :gutter="48">
<a-col :md="8" :sm="24">
<a-form-item label="关键字">
- <a-input v-model.trim="queryParam.keyword" placeholder="请输入名称/类型名称"/>
+ <a-input v-model.trim="queryParam.keyword" placeholder="请输单号"/>
</a-form-item>
</a-col>
<a-col :md="8 || 24" :sm="24">
@@ -80,6 +80,10 @@ export default {
title: '任务名称',
dataIndex: 'targetName'
+ {
+ title: '单号',
+ dataIndex: 'no'
+ },
{
title: '申请人',
dataIndex: 'userName'