|
@@ -40,7 +40,9 @@
|
|
<el-table class="my-table" :data="tableData" style="width: 100%">
|
|
<el-table class="my-table" :data="tableData" style="width: 100%">
|
|
<el-table-column fixed prop="id" label="编号" width="90">
|
|
<el-table-column fixed prop="id" label="编号" width="90">
|
|
<template slot-scope="scope">
|
|
<template slot-scope="scope">
|
|
- {{ (page - 1) * pageSize + scope.$index + 1 }}
|
|
|
|
|
|
+
|
|
|
|
+ {{scope.row.id}}
|
|
|
|
+
|
|
</template>
|
|
</template>
|
|
</el-table-column>
|
|
</el-table-column>
|
|
<el-table-column prop="name" label="表单名" width="">
|
|
<el-table-column prop="name" label="表单名" width="">
|