|
@@ -3,7 +3,7 @@
|
|
|
:table-events="tableEvents" :options-evens-group="optionsEvensGroup"
|
|
|
:column-parsing="columnParsing" :operation="operation()">
|
|
|
<div class="cartographer">
|
|
|
- <el-dialog title="新增" width="100%" :modal="false" :visible.sync="formDialog"
|
|
|
+ <el-dialog :title="formData.id?'详情':'新增'" width="100%" :modal="false" :visible.sync="formDialog"
|
|
|
:before-close="formCancel">
|
|
|
<zj-form-container v-if="formDialog" ref="formRef" :form-data="formData" :styleSwitch="false">
|
|
|
<zj-form-module title="活动信息" label-width="120px" :form-data="formData"
|
|
@@ -44,7 +44,7 @@ export default {
|
|
|
},
|
|
|
formData: {
|
|
|
"companyWechatId": "",
|
|
|
- "companyWechatName": "",
|
|
|
+ "companyWechatName": JSON.parse(localStorage.getItem('greemall_user')).companyName,
|
|
|
"startTime": "",
|
|
|
"endTime": "",
|
|
|
"name": "",
|