|
|
@@ -105,11 +105,6 @@
|
|
|
<el-button v-if="row.tempStatus == '1' && row.trainingStatus !== '2'" type="primary" text @click="temporary(row)" :disabled="row.trainingStatus == '2'">查看</el-button>
|
|
|
</template>
|
|
|
</vxe-column>
|
|
|
- <vxe-column title="会议门户" align="center" field="createByName" width="120" :formatter="colNoData">
|
|
|
- <template #default="{ row }">
|
|
|
- <el-button type="primary" text @click="router.push({ path: 'ptpl-edit', query: { meetid: row?.id } })">编辑</el-button>
|
|
|
- </template>
|
|
|
- </vxe-column>
|
|
|
<vxe-column title=" 创建人" align="center" field="createByName" width="70" :formatter="colNoData" />
|
|
|
<vxe-column title="创建时间" align="center" field="createTime" width="160" :formatter="colNoData" />
|
|
|
<vxe-column title="操作" width="240" fixed="right">
|