This commit is contained in:
chenjianan
2019-04-13 09:22:08 +08:00
parent 94ad62a142
commit 12e3904970

View File

@@ -163,8 +163,8 @@
:data="tableData12"
:row-class-name="tableRowClassName"
border
style="width: 100%;max-height: 600px;"
height="600px"
style="width: 100%;max-height: 500px;"
height="500px"
size="mini"
@selection-change="handleSelectionChange2">
<el-table-column :selectable="selectable" align="center" width="35" type="selection"/>
@@ -320,8 +320,8 @@
layout="total, sizes, prev, pager, next, jumper"
@size-change="handleSizeChange2"
@current-change="handleCurrentChange2"/>
<el-button type="warning" size="mini" style="margin-left:10px;float: right" @click="exportInquirySheet()">导出</el-button>
<el-button type="success" size="mini" style="float: right" @click="saveOrder()">保存</el-button>
<el-button :disabled="tableData3.length===0" type="warning" size="mini" style="margin-left:10px;float: right" @click="exportInquirySheet()">导出</el-button>
<el-button :disabled="tableData3.length===0" type="success" size="mini" style="float: right" @click="saveOrder()">保存</el-button>
</div>
<el-table v-loading="" :data="tableData3" border style="max-height: 500px;" height="500px" size="mini">
<el-table-column label="图号" align="center" min-width="100">