问题修复
This commit is contained in:
parent
1e9f623cfa
commit
aafeb12989
|
|
@ -32,7 +32,7 @@
|
||||||
:index="index => (queryParams.pageNum - 1) * queryParams.pageSize + index + 1"
|
:index="index => (queryParams.pageNum - 1) * queryParams.pageSize + index + 1"
|
||||||
/>
|
/>
|
||||||
<el-table-column label="班组名称" align="center" prop="teamName" />
|
<el-table-column label="班组名称" align="center" prop="teamName" />
|
||||||
<el-table-column label="班组长" align="center" prop="teamName" />
|
<el-table-column label="班组长" align="center" prop="teamLeaderIdCard" />
|
||||||
<el-table-column label="库存" align="center" prop="usNum" >
|
<el-table-column label="库存" align="center" prop="usNum" >
|
||||||
<template slot-scope="scope">
|
<template slot-scope="scope">
|
||||||
<span
|
<span
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue