|
@@ -63,7 +63,7 @@
|
|
|
highlight-current-row>
|
|
highlight-current-row>
|
|
|
<template slot-scope="{ index }">
|
|
<template slot-scope="{ index }">
|
|
|
<el-table-column type="selection" width="45" align="center" fixed="left" />
|
|
<el-table-column type="selection" width="45" align="center" fixed="left" />
|
|
|
- <el-table-column type="index" :index="index" label="编号" width="60" align="center" fixed="left" />
|
|
|
|
|
|
|
+ <el-table-column prop="id" label="ID" width="60" align="center" fixed="left" />
|
|
|
<el-table-column label="试卷名称" width="240">
|
|
<el-table-column label="试卷名称" width="240">
|
|
|
<template slot-scope="{ row }">
|
|
<template slot-scope="{ row }">
|
|
|
<text-ellipsis :text="row.name" :max-length="16" />
|
|
<text-ellipsis :text="row.name" :max-length="16" />
|