Commit 9cacd5d1 authored by TZW's avatar TZW

1111

parent 56ce24b5
...@@ -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-09 16:14:02 * @Last Modified time: 2023-02-09 18:53:53
*/ */
import * as React from 'react'; import * as React from 'react';
...@@ -670,7 +670,7 @@ function WorkOrder(props) { ...@@ -670,7 +670,7 @@ function WorkOrder(props) {
pagetitle={<h3 className="page-title">保养工单</h3>} pagetitle={<h3 className="page-title">保养工单</h3>}
columns={columns} columns={columns}
path={pathconfig?.list || '/ngic-auth/sysUser/query/page'} path={pathconfig?.list || '/ngic-auth/sysUser/query/page'}
extraparams={activeTabKey == 1 ? { maintainUserId: initialState?.currentUser?.id } : null} extraparams={activeTabKey == 1 ? { mainUserId: initialState?.currentUser?.id } : null}
actionRef={actionRef} actionRef={actionRef}
pageextra={pathconfig?.enableadd ? 'add' : null} pageextra={pathconfig?.enableadd ? 'add' : null}
resizeable={false} resizeable={false}
......
...@@ -231,7 +231,11 @@ function getcolumns(setdrawer) { ...@@ -231,7 +231,11 @@ function getcolumns(setdrawer) {
}, },
}, },
{ {
title: '备件信息', title: (
<div>
<span style={{ color: 'red' }}>* </span>备件信
</div>
),
dataIndex: 'details', dataIndex: 'details',
key: 'details', key: 'details',
valueType: 'split', valueType: 'split',
......
...@@ -219,7 +219,11 @@ function getcolumns(setdrawer) { ...@@ -219,7 +219,11 @@ function getcolumns(setdrawer) {
hideInForm: true, hideInForm: true,
}, },
{ {
title: '备件信息', title: (
<div>
<span style={{ color: 'red' }}>* </span>备件信
</div>
),
dataIndex: 'details', dataIndex: 'details',
key: 'details', key: 'details',
valueType: 'split', valueType: 'split',
......
...@@ -205,7 +205,11 @@ function getcolumns(type, fullName) { ...@@ -205,7 +205,11 @@ function getcolumns(type, fullName) {
], ],
}, },
{ {
title: '备件信息', title: (
<div>
<span style={{ color: 'red' }}>* </span>备件信
</div>
),
dataIndex: 'details', dataIndex: 'details',
key: 'details', key: 'details',
valueType: 'split', valueType: 'split',
......
...@@ -197,7 +197,11 @@ function getcolumns(type, fullName) { ...@@ -197,7 +197,11 @@ function getcolumns(type, fullName) {
], ],
}, },
{ {
title: '备件信息', title: (
<div>
<span style={{ color: 'red' }}>* </span>备件信
</div>
),
dataIndex: 'details', dataIndex: 'details',
key: 'details', key: 'details',
valueType: 'split', valueType: 'split',
......
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