lrf402788946 4 anos atrás
pai
commit
d28aaed1ea
1 arquivos alterados com 1 adições e 1 exclusões
  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" style="margin:15px 0;">
             <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 :span="24">
             <data-table :fields="fields" :select="true" @handleSelect="handleSelect" :data="list" :opera="opera" :usePage="false"></data-table>