|
@@ -11,10 +11,10 @@ function FinanceResource(props) {
|
|
const { dispatch, loading, resource } = props;
|
|
const { dispatch, loading, resource } = props;
|
|
const [form] = Form.useForm();
|
|
const [form] = Form.useForm();
|
|
const columns = [
|
|
const columns = [
|
|
- {
|
|
|
|
- title: '序号',
|
|
|
|
- render: (_, __, index) => index + 1,
|
|
|
|
- },
|
|
|
|
|
|
+ // {
|
|
|
|
+ // title: '序号',
|
|
|
|
+ // render: (_, __, index) => index + 1,
|
|
|
|
+ // },
|
|
{ title: '事业部名称 ', dataIndex: 'dep_name' },
|
|
{ title: '事业部名称 ', dataIndex: 'dep_name' },
|
|
{ title: '资源中心人日使用量', dataIndex: 'workload' },
|
|
{ title: '资源中心人日使用量', dataIndex: 'workload' },
|
|
{ title: '技术中心人日数', dataIndex: 'tech_workload' },
|
|
{ title: '技术中心人日数', dataIndex: 'tech_workload' },
|