|
@@ -48,7 +48,7 @@
|
|
|
style="width: 100%;"
|
|
|
>
|
|
|
<el-table-column type="selection" width="50"></el-table-column>
|
|
|
- <el-table-column width="50" label="ID">
|
|
|
+ <el-table-column width="100" label="ID">
|
|
|
<span slot-scope="scope">{{ scope.row.id }}</span>
|
|
|
</el-table-column>
|
|
|
<el-table-column label="标题"
|