80e70c6e by chentao

no message

1 parent ffce6878
......@@ -78,7 +78,7 @@
</el-container>
<el-dialog :title="showForm.title" v-model="showForm.open" width="500px" append-to-body @close="closeDialog">
<el-form ref="formRefs" :model="showForm.form" :rules="rules">
<el-form-item label="$t('advertisement.tableAdName')" label-width="80" prop="tableAdName">
<el-form-item :label="$t('advertisement.tableAdName')" label-width="80" prop="tableAdName">
<el-input v-model="showForm.form.name" placeholder="请输入广告名称" />
</el-form-item>
<el-form-item :label="$t('advertisement.tablePhotoName')" label-width="80">
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!