综合查询修复
This commit is contained in:
parent
bad7e7d034
commit
6566cf2cf1
|
|
@ -233,12 +233,12 @@
|
|||
<el-table-column label="库管员" align="center" prop="maKeeper" :show-overflow-tooltip="true"/>
|
||||
<el-table-column label="操作人" align="center" prop="creator" :show-overflow-tooltip="true"/>
|
||||
<el-table-column label="出库时间" align="center" prop="outTime" :show-overflow-tooltip="true"/>
|
||||
<el-table-column label="领料单号" align="center" prop="code" width="180" :show-overflow-tooltip="true">
|
||||
<template slot-scope="scope">
|
||||
<el-table-column label="工程名称" align="center" prop="projectName" width="200" :show-overflow-tooltip="true">
|
||||
<!-- <template slot-scope="scope">
|
||||
<span class="clickText" @click="jumpLease(scope.row.code)">
|
||||
{{ scope.row.code }}
|
||||
</span>
|
||||
</template>
|
||||
</template> -->
|
||||
</el-table-column>
|
||||
</el-table>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue