1c75d684 by chentao

no message

1 parent c63089e4
...@@ -94,7 +94,10 @@ ...@@ -94,7 +94,10 @@
94 <el-button type="info" @click="submitForm(1)">{{ $t('advertisement.dialogSubmit') }}</el-button> 94 <el-button type="info" @click="submitForm(1)">{{ $t('advertisement.dialogSubmit') }}</el-button>
95 <el-button type="info" @click="submitForm(0)">{{ $t('advertisement.dialogSave') }}</el-button> 95 <el-button type="info" @click="submitForm(0)">{{ $t('advertisement.dialogSave') }}</el-button>
96 </template> 96 </template>
97 <el-button v-else type="info" @click="submitForm(null)">{{ $t('advertisement.dialogSave') }}</el-button> 97 <template v-else>
98 <el-button type="info" @click="submitForm(1)">{{ $t('advertisement.dialogSubmit') }}</el-button>
99 <el-button type="info" @click="submitForm(null)">{{ $t('advertisement.dialogSave') }}</el-button>
100 </template>
98 <el-button @click="showForm.open = false">{{ $t('advertisement.dialogExit') }}</el-button> 101 <el-button @click="showForm.open = false">{{ $t('advertisement.dialogExit') }}</el-button>
99 </div> 102 </div>
100 </template> 103 </template>
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!