lrf402788946 4 年之前
父節點
當前提交
604a4f7012
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      parts/print/certCard.vue

+ 1 - 1
parts/print/certCard.vue

@@ -6,7 +6,7 @@
           <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="canSetFine()">设置优秀学员</el-button>
-            <span style="padding-left:15px">
+            <span style="padding-left:15px" v-if="user.role == '0'">
               证书日期:
               <el-date-picker v-model="date" type="date" format="yyyy-MM-dd" value-format="yyyy-MM-dd" size="small" style> </el-date-picker>
             </span>