Commit 260121e8 authored by TZW's avatar TZW

111

parent 53988719
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
* @Author: Li Hanlin * @Author: Li Hanlin
* @Date: 2023-01-19 09:53:59 * @Date: 2023-01-19 09:53:59
* @Last Modified by: Li Hanlin * @Last Modified by: Li Hanlin
* @Last Modified time: 2023-02-27 10:19:25 * @Last Modified time: 2023-02-27 17:21:42
*/ */
import * as React from 'react'; import * as React from 'react';
...@@ -519,7 +519,11 @@ function WorkOrder(props) { ...@@ -519,7 +519,11 @@ function WorkOrder(props) {
<InitForm <InitForm
fields={[ fields={[
{ {
title: <span style={{ fontSize: 14, fontWeight: 600 }}>持有寿命件信息</span>, title: (
<span style={{ fontSize: 14, fontWeight: 600, color: '#262626' }}>
非寿命件消耗
</span>
),
valueType: 'split', valueType: 'split',
}, },
{ {
...@@ -600,7 +604,9 @@ function WorkOrder(props) { ...@@ -600,7 +604,9 @@ function WorkOrder(props) {
}, },
}, },
{ {
title: <span style={{ fontSize: 14, fontWeight: 600 }}>寿命件更换</span>, title: (
<span style={{ fontSize: 14, fontWeight: 600, color: '#262626' }}>寿命件更换</span>
),
valueType: 'split', valueType: 'split',
}, },
{ {
...@@ -647,7 +653,7 @@ function WorkOrder(props) { ...@@ -647,7 +653,7 @@ function WorkOrder(props) {
{ {
title: '下次更换日期', title: '下次更换日期',
dataIndex: 'nextReplaceDate', dataIndex: 'nextReplaceDate',
key: 'nextReplaceDate', key: 'nextReplaceDateList',
valueType: 'dateRange', valueType: 'dateRange',
}, },
], ],
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
* @Author: Li Hanlin * @Author: Li Hanlin
* @Date: 2022-12-02 11:41:03 * @Date: 2022-12-02 11:41:03
* @Last Modified by: Li Hanlin * @Last Modified by: Li Hanlin
* @Last Modified time: 2023-02-27 10:20:58 * @Last Modified time: 2023-02-27 17:17:41
*/ */
import * as React from 'react'; import * as React from 'react';
...@@ -896,7 +896,7 @@ function Failure(props) { ...@@ -896,7 +896,7 @@ function Failure(props) {
}, },
}, },
{ {
title: '持有寿命件信息', title: '非寿命件消耗',
dataIndex: 'supplierList', dataIndex: 'supplierList',
key: 'supplierList', key: 'supplierList',
valueType: 'formSelectList', valueType: 'formSelectList',
......
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