0427d754 by chentao

no message

1 parent 1c75d684
......@@ -55,7 +55,7 @@
>{{ $t('advertisement.controlsDelistName') }}</el-button>
<el-button
link
v-if="row.status == 0"
v-if="row.status == 0 || row.status == 2"
type="info"
@click="handleChangeStatus(row, 1)"
>{{ $t('advertisement.controlsReleaseName') }}</el-button>
......@@ -94,10 +94,7 @@
<el-button type="info" @click="submitForm(1)">{{ $t('advertisement.dialogSubmit') }}</el-button>
<el-button type="info" @click="submitForm(0)">{{ $t('advertisement.dialogSave') }}</el-button>
</template>
<template v-else>
<el-button type="info" @click="submitForm(1)">{{ $t('advertisement.dialogSubmit') }}</el-button>
<el-button type="info" @click="submitForm(null)">{{ $t('advertisement.dialogSave') }}</el-button>
</template>
<el-button v-else type="info" @click="submitForm(null)">{{ $t('advertisement.dialogSave') }}</el-button>
<el-button @click="showForm.open = false">{{ $t('advertisement.dialogExit') }}</el-button>
</div>
</template>
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!