From b7ac908baad1f478199a93c12b5c74f22b495b23 Mon Sep 17 00:00:00 2001 From: chengbs Date: Wed, 11 Apr 2018 14:37:45 +0800 Subject: [PATCH] update temp --- src/models/Workplat/index.js | 57 ++---------------------------------- 1 file changed, 2 insertions(+), 55 deletions(-) diff --git a/src/models/Workplat/index.js b/src/models/Workplat/index.js index 01437ec..8fe4717 100644 --- a/src/models/Workplat/index.js +++ b/src/models/Workplat/index.js @@ -2,71 +2,18 @@ * @Author: chengbs * @Date: 2018-04-08 16:18:37 * @Last Modified by: chengbs -* @Last Modified time: 2018-04-10 16:19:59 +* @Last Modified time: 2018-04-11 14:36:52 */ import React, { Component } from 'react' import { Link } from 'react-router-dom' import * as urls from 'Contants/urls' -import { Grid } from 'antd-mobile' import './style.css' -const data = [ - { - icon: 'https://gw.alipayobjects.com/zos/rmsportal/nywPmnTAvTmLusPxHPSu.png', - text: '项目管理' - }, - { - icon: 'https://gw.alipayobjects.com/zos/rmsportal/nywPmnTAvTmLusPxHPSu.png', - text: '招标发包' - }, - { - icon: 'https://gw.alipayobjects.com/zos/rmsportal/nywPmnTAvTmLusPxHPSu.png', - text: '发布工单' - }, - { - icon: 'https://gw.alipayobjects.com/zos/rmsportal/nywPmnTAvTmLusPxHPSu.png', - text: '指派工单' - }, - { - icon: 'https://gw.alipayobjects.com/zos/rmsportal/nywPmnTAvTmLusPxHPSu.png', - text: '记工记账' - }, - { - icon: 'https://gw.alipayobjects.com/zos/rmsportal/nywPmnTAvTmLusPxHPSu.png', - text: '考勤管理' - }, - { - icon: 'https://gw.alipayobjects.com/zos/rmsportal/nywPmnTAvTmLusPxHPSu.png', - text: '员工管理' - }, - { - icon: 'https://gw.alipayobjects.com/zos/rmsportal/nywPmnTAvTmLusPxHPSu.png', - text: '开具发票' - }, - { - icon: 'https://gw.alipayobjects.com/zos/rmsportal/nywPmnTAvTmLusPxHPSu.png', - text: '合同管理' - }, - { - icon: 'https://gw.alipayobjects.com/zos/rmsportal/nywPmnTAvTmLusPxHPSu.png', - text: '结算管理' - } -] class Workplat extends Component { render() { return (
-
功能操作
- ( -
- {dataItem.text} -
- {dataItem.text} -
-
- )} - /> -
任务日历切换列表
+
任务日历 切换列表
) }