lrf402788946 4 年之前
父节点
当前提交
d28aaed1ea
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      parts/print/certCard.vue

+ 1 - 1
parts/print/certCard.vue

@@ -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>