style:调整订单下载列表样式

This commit is contained in:
Apple 2022-12-29 18:17:28 +08:00
parent 82182d9367
commit fd8d0ac740
1 changed files with 1 additions and 7 deletions

View File

@ -1,6 +1,5 @@
import React from "react" import React from "react"
import { import {
Notify,
Sweetalert, Sweetalert,
Progress Progress
} from "zent" } from "zent"
@ -8,11 +7,6 @@ import "@/assets/comm.css"
import Ipt from "@/components/input/main" import Ipt from "@/components/input/main"
import Grid from "@/components/gird/main.js" import Grid from "@/components/gird/main.js"
import TabPage from "@/components/tabPage/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=[ const Column=[
{ {
title: '订单文件名称', title: '订单文件名称',
@ -35,7 +29,7 @@ const Column=[
width:'auto' width:'auto'
} }
] ]
export default class orderlist extends React.Component { export default class downloadlist extends React.Component {
constructor(props) { constructor(props) {
super(props) super(props)
this.state = { this.state = {