no message
Showing
1 changed file
with
2 additions
and
5 deletions
| ... | @@ -55,7 +55,7 @@ | ... | @@ -55,7 +55,7 @@ |
| 55 | >{{ $t('advertisement.controlsDelistName') }}</el-button> | 55 | >{{ $t('advertisement.controlsDelistName') }}</el-button> |
| 56 | <el-button | 56 | <el-button |
| 57 | link | 57 | link |
| 58 | v-if="row.status == 0" | 58 | v-if="row.status == 0 || row.status == 2" |
| 59 | type="info" | 59 | type="info" |
| 60 | @click="handleChangeStatus(row, 1)" | 60 | @click="handleChangeStatus(row, 1)" |
| 61 | >{{ $t('advertisement.controlsReleaseName') }}</el-button> | 61 | >{{ $t('advertisement.controlsReleaseName') }}</el-button> |
| ... | @@ -94,10 +94,7 @@ | ... | @@ -94,10 +94,7 @@ |
| 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 | <template v-else> | 97 | <el-button v-else type="info" @click="submitForm(null)">{{ $t('advertisement.dialogSave') }}</el-button> |
| 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> | ||
| 101 | <el-button @click="showForm.open = false">{{ $t('advertisement.dialogExit') }}</el-button> | 98 | <el-button @click="showForm.open = false">{{ $t('advertisement.dialogExit') }}</el-button> |
| 102 | </div> | 99 | </div> |
| 103 | </template> | 100 | </template> | ... | ... |
-
Please register or sign in to post a comment