bug
This commit is contained in:
parent
9d7c389ca1
commit
18e0272b6b
|
|
@ -123,13 +123,13 @@
|
|||
:reserve-selection="true"
|
||||
/>
|
||||
<el-table-column label="序号" align="center" width="80" type="index">
|
||||
<template slot-scope="scope">
|
||||
<!-- <template slot-scope="scope">
|
||||
<span>{{
|
||||
(queryParams.pageNum - 1) * queryParams.pageSize +
|
||||
scope.$index +
|
||||
1
|
||||
}}</span>
|
||||
</template>
|
||||
</template> -->
|
||||
</el-table-column>
|
||||
<el-table-column
|
||||
label="施工类型"
|
||||
|
|
|
|||
Loading…
Reference in New Issue