style:调整订单下载列表样式
This commit is contained in:
parent
82182d9367
commit
fd8d0ac740
|
@ -1,6 +1,5 @@
|
|||
import React from "react"
|
||||
import {
|
||||
Notify,
|
||||
Sweetalert,
|
||||
Progress
|
||||
} from "zent"
|
||||
|
@ -8,11 +7,6 @@ import "@/assets/comm.css"
|
|||
import Ipt from "@/components/input/main"
|
||||
import Grid from "@/components/gird/main.js"
|
||||
import TabPage from "@/components/tabPage/main.js"
|
||||
import { nowMonth, nowDay } from "@/assets/comm.js"
|
||||
import {
|
||||
handelResponse,
|
||||
putOrderCancel,
|
||||
} from "@/assets/api.js"
|
||||
const Column=[
|
||||
{
|
||||
title: '订单文件名称',
|
||||
|
@ -35,7 +29,7 @@ const Column=[
|
|||
width:'auto'
|
||||
}
|
||||
]
|
||||
export default class orderlist extends React.Component {
|
||||
export default class downloadlist extends React.Component {
|
||||
constructor(props) {
|
||||
super(props)
|
||||
this.state = {
|
||||
|
|
Loading…
Reference in New Issue