|
|
@@ -69,7 +69,7 @@
|
|
|
<DictTag :options="dm_training_status" :value="row?.trainingStatus"></DictTag>
|
|
|
</template>
|
|
|
</vxe-column>
|
|
|
- <vxe-column field="certFlag" title="签到二维码" width="100" align="center">
|
|
|
+ <vxe-column field="certFlag" title="签到二维码" width="90" align="center">
|
|
|
<template #default="{ row }">
|
|
|
<el-button @click="trainingSignIn(row)"
|
|
|
:style="{ color: !['1', '0'].includes(row?.trainingStatus) ? '#999' : '#0079fe' }"
|
|
|
@@ -78,7 +78,7 @@
|
|
|
</el-button>
|
|
|
</template>
|
|
|
</vxe-column>
|
|
|
- <vxe-column title="临时报名通道" align="center" field="createByName" width="130"
|
|
|
+ <vxe-column title="临时报名通道" align="center" field="createByName" width="120"
|
|
|
:formatter="colNoData">
|
|
|
<template #default="{ row }">
|
|
|
<el-popconfirm confirm-button-text="修改" cancel-button-text="取消" title="是否修改临时报名的状态?"
|
|
|
@@ -93,10 +93,10 @@
|
|
|
</el-button>
|
|
|
</template>
|
|
|
</vxe-column>
|
|
|
- <vxe-column title=" 创建人" align="center" field="createByName" width="80"
|
|
|
+ <vxe-column title=" 创建人" align="center" field="createByName" width="70"
|
|
|
:formatter="colNoData" />
|
|
|
- <vxe-column title="创建时间" align="center" field="createTime" width="200" :formatter="colNoData" />
|
|
|
- <vxe-column title="操作" width="300" fixed="right" align="center">
|
|
|
+ <vxe-column title="创建时间" align="center" field="createTime" width="160" :formatter="colNoData" />
|
|
|
+ <vxe-column title="操作" width="340" fixed="right" align="center">
|
|
|
<template #default="{ row }">
|
|
|
<el-button v-if="['3'].includes(row?.trainingStatus)" type="primary" text
|
|
|
@click="trainingOn(row)">上架</el-button>
|