|
|
|
@ -1,11 +1,11 @@ |
|
|
|
|
<template> |
|
|
|
|
<div> |
|
|
|
|
<el-affix postion="top" :offset="95" v-if="!isDetail"> |
|
|
|
|
<div class="flex justify-between mb-4 bg-white"> |
|
|
|
|
<b class="text-20px">{{ form.meetingId ? '修改会议' : '新增会议' }}</b> |
|
|
|
|
<el-button type="success" @click="submit()">保存</el-button> |
|
|
|
|
</div> |
|
|
|
|
</el-affix> |
|
|
|
|
<!-- <el-affix postion="top" :offset="95" target="#app" v-if="!isDetail"> --> |
|
|
|
|
<div class="flex justify-between mb-4 bg-white" v-if="!isDetail"> |
|
|
|
|
<b class="text-20px">{{ form.meetingId ? '修改会议' : '新增会议' }}</b> |
|
|
|
|
<el-button type="success" @click="submit()">保存</el-button> |
|
|
|
|
</div> |
|
|
|
|
<!-- </el-affix> --> |
|
|
|
|
<el-form |
|
|
|
|
:model="form" |
|
|
|
|
ref="formRef" |
|
|
|
|