综合查询修复

This commit is contained in:
zzyuan 2024-12-26 09:50:41 +08:00
parent bad7e7d034
commit 6566cf2cf1
1 changed files with 3 additions and 3 deletions

View File

@ -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>