Commit 5f4c2d96 authored by Bill's avatar Bill

scr/global/config/global.d.ts冲突解决

parent d1e62395
......@@ -4,10 +4,8 @@ import { timeRange } from '@/utils/index';
import { TimeList } from '@/pages/logistics/statusList';
import moment from 'moment';
import React from 'react';
console.log(TimeList);
const CustomTimeList = [{label: '全部', value: 0}].concat(TimeList.slice(1));
console.log(CustomTimeList);
const columns = [
{title: 'ID', dataIndex: 'id'},
......
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