ffce6878 by chentao

no message

1 parent 83555385
......@@ -78,8 +78,8 @@
</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-input v-model="showForm.form.name" placeholder="请输入参数键名" />
<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">
<imageUpload v-model="showForm.form.ossId" :limit='1' :fileType='["png", "jpg", "jpeg", "ico"]'/>
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!