Commit 2e0b5f1e authored by XieZhiXiong's avatar XieZhiXiong

chore: 只展示考评主题

parent 5e1b013c
......@@ -2,7 +2,7 @@
* @Author: XieZhiXiong
* @Date: 2021-05-21 18:01:47
* @LastEditors: XieZhiXiong
* @LastEditTime: 2021-06-11 16:38:20
* @LastEditTime: 2021-07-06 18:02:53
* @Description: 会员考评信息
*/
import React, { useEffect, useState } from 'react';
......@@ -87,7 +87,7 @@ const MemberDocScoredInfo: React.FC<IProps> = (props: IProps) => {
{
title: '考评范围',
dataIndex: 'appraisalDayStart',
render: (text, record) => `${text}-${record.appraisalDayEnd}`,
render: (text, record) => `${text}`,
},
{
title: '考评完成时间',
......
......@@ -2,7 +2,7 @@
* @Author: XieZhiXiong
* @Date: 2021-05-21 16:45:32
* @LastEditors: XieZhiXiong
* @LastEditTime: 2021-07-03 15:44:03
* @LastEditTime: 2021-07-06 18:02:43
* @Description: 会员档案信息
*/
import React, { useEffect, useState } from 'react';
......@@ -172,7 +172,7 @@ const MemberArchiveInfo = () => {
{
title: '考评范围',
dataIndex: 'appraisalDayStart',
render: (text, record) => `${text}-${record.appraisalDayEnd}`,
render: (text, record) => `${text}`,
},
{
title: '考评完成时间',
......
......@@ -2,7 +2,7 @@
* @Author: XieZhiXiong
* @Date: 2021-05-21 16:45:32
* @LastEditors: XieZhiXiong
* @LastEditTime: 2021-06-11 17:36:40
* @LastEditTime: 2021-07-06 18:02:22
* @Description: 会员档案信息
*/
import React, { useEffect, useState } from 'react';
......@@ -170,7 +170,7 @@ const MemberArchiveInfo = () => {
{
title: '考评范围',
dataIndex: 'appraisalDayStart',
render: (text, record) => `${text}-${record.appraisalDayEnd}`,
render: (text, record) => `${text}`,
},
{
title: '考评完成时间',
......
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