|
@@ -5,7 +5,7 @@
|
|
<el-col :span="24">
|
|
<el-col :span="24">
|
|
<el-col :span="24" style="margin:15px 0;">
|
|
<el-col :span="24" style="margin:15px 0;">
|
|
<el-button type="primary" size="mini" @click="clickView()"> 打印预览</el-button>
|
|
<el-button type="primary" size="mini" @click="clickView()"> 打印预览</el-button>
|
|
- <el-button type="primary" size="mini" @click="toComputIsFine()" :disabled="this.defaultOption.classid ? false : true">更新优秀学员</el-button>
|
|
|
|
|
|
+ <el-button type="primary" size="mini" @click="toComputIsFine()" :disabled="this.defaultOption.classid ? false : true">设置优秀学员</el-button>
|
|
</el-col>
|
|
</el-col>
|
|
<el-col :span="24">
|
|
<el-col :span="24">
|
|
<data-table :fields="fields" :select="true" @handleSelect="handleSelect" :data="list" :opera="opera" :usePage="false"></data-table>
|
|
<data-table :fields="fields" :select="true" @handleSelect="handleSelect" :data="list" :opera="opera" :usePage="false"></data-table>
|