Commit 8018f5c3 authored by renjintao's avatar renjintao

index

parent a9637f5f
......@@ -6,7 +6,7 @@
<div class="table-search">
<Form inline>
<FormItem>
<div style="height:34px;overflow: hidden;padding:0">
<div style="height:34px;overflow: hidden;padding:0;width:120px">
<Upload action :before-upload="beforeUpload" ref="uploadfile" :format="formatList">
<Button icon="ios-cloud-upload-outline">上传文件</Button>
</Upload>
......
......@@ -185,13 +185,13 @@ export default {
{
key: "totalNum",
title: this.l("totalNum"),
align: "left",
align: "right",
easy: true,
},
{
key: "numberAvailable",
title: this.l("numberAvailable"),
align: "left",
align: "right",
easy: true,
},
{
......@@ -233,7 +233,7 @@ export default {
{
key: "state",
title: this.l("state"),
align: "left",
align: "center",
code: "mes_xingchi_resource.resource.state",
},
// {
......
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