no message
Showing
1 changed file
with
4 additions
and
1 deletions
| ... | @@ -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> | ... | ... |
-
Please register or sign in to post a comment