|
@@ -6,7 +6,7 @@
|
|
<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="canSetFine()">设置优秀学员</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>
|
|
<el-date-picker v-model="date" type="date" format="yyyy-MM-dd" value-format="yyyy-MM-dd" size="small" style> </el-date-picker>
|
|
</span>
|
|
</span>
|