sc
This commit is contained in:
@@ -73,7 +73,8 @@ const staticRouter: AppCustomRouteRecordRaw[] = [
|
|||||||
},
|
},
|
||||||
visible: false,
|
visible: false,
|
||||||
alwaysShow: true,
|
alwaysShow: true,
|
||||||
redirect: ''
|
redirect: '',
|
||||||
|
keepAlive: true
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
meta: {
|
meta: {
|
||||||
|
|||||||
@@ -1,11 +1,11 @@
|
|||||||
<template>
|
<template>
|
||||||
<div>
|
<div>
|
||||||
<el-affix postion="top" :offset="95" v-if="!isDetail">
|
<!-- <el-affix postion="top" :offset="95" v-if="!isDetail"> -->
|
||||||
<div class="flex justify-between mb-4 bg-white">
|
<div class="flex justify-between mb-4 bg-white" v-if="!isDetail">
|
||||||
<b class="text-20px">{{ form.meetingId ? '修改会议' : '新增会议' }}</b>
|
<b class="text-20px">{{ form.meetingId ? '修改会议' : '新增会议' }}</b>
|
||||||
<el-button type="success" @click="submit()">保存</el-button>
|
<el-button type="success" @click="submit()">保存</el-button>
|
||||||
</div>
|
</div>
|
||||||
</el-affix>
|
<!-- </el-affix> -->
|
||||||
<el-form
|
<el-form
|
||||||
:model="form"
|
:model="form"
|
||||||
ref="formRef"
|
ref="formRef"
|
||||||
|
|||||||
Reference in New Issue
Block a user