0427d754 by chentao

no message

1 parent 1c75d684
...@@ -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>
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!