|
|
@@ -87,8 +87,8 @@
|
|
|
<el-button @click="setStatus(1,'审核通过')" size="small" type="success" >通过审核</el-button>
|
|
|
<el-button @click="setStatus(-2,'审核不通过')" size="small" type="info" >审核不通过</el-button>
|
|
|
<el-button @click="setStatus(2,'已付款')" size="small" type="primary" >已付款</el-button>
|
|
|
- <el-button @click="setStatus(3,'已培训,待考试')" size="small" type="warning" >已培训,待考试</el-button>
|
|
|
- <el-button @click="setStatus(4,'考试完成')" size="small" type="success" >考试完成</el-button>
|
|
|
+ <el-button @click="setStatus(7,'已培训,待考试')" size="small" type="warning" >已培训,待考试</el-button>
|
|
|
+ <el-button @click="setStatus(3,'考试完成')" size="small" type="success" >考试完成</el-button>
|
|
|
<el-divider direction="vertical"></el-divider>
|
|
|
|
|
|
|
|
|
@@ -128,6 +128,12 @@
|
|
|
width="40">
|
|
|
</el-table-column>
|
|
|
<template v-for="(item,index) in itemList" >
|
|
|
+ <el-table-column :key='index' v-if='item.checked&&item.name=="学时证明"' :width='item.width'
|
|
|
+ :prop="item.value" :label="item.name" :class-name="item.value">
|
|
|
+ <template slot-scope="scope">
|
|
|
+ <a v-if="scope.row.classhour_cert_url" target="_blank" :href="scope.row.classhour_cert_url">已生成</a>
|
|
|
+ </template>
|
|
|
+ </el-table-column>
|
|
|
<el-table-column :key='index' v-if='item.checked&&item.name=="状态"' :width='item.width'
|
|
|
:prop="item.value" :label="item.name" :class-name="item.value">
|
|
|
<template slot-scope="scope">
|