修改
This commit is contained in:
@@ -140,7 +140,6 @@
|
||||
</el-dialog>
|
||||
<!--表格渲染-->
|
||||
<el-table ref="table" v-loading="crud.loading" :data="crud.data" size="mini" style="width: 100%;" @selection-change="crud.selectionChangeHandler">
|
||||
<el-table-column type="selection" width="55" />
|
||||
<el-table-column show-overflow-tooltip prop="bill_code" label="单据编号" width="120px" />
|
||||
<el-table-column prop="io_type" label="出入类型" >
|
||||
<template slot-scope="scope">
|
||||
|
||||
Reference in New Issue
Block a user