@@ -30,7 +30,6 @@
<el-table-column
prop="score"
label="扣分"
- width="100"
/>
prop="type"
@@ -39,7 +38,6 @@
prop="status"
label="状态"
>
<template slot-scope="scope">
<el-switch
@@ -54,7 +52,6 @@
prop=""
label="操作"
<el-button type="text" @click="onEdit(scope.row)">修改</el-button>