优化ui
This commit is contained in:
parent
69c0498254
commit
795b92bb97
@ -1,5 +1,5 @@
|
||||
{
|
||||
"name": "zr",
|
||||
"name": "zr.admin",
|
||||
"version": "3.8.2",
|
||||
"description": "ZRAdmin.NET管理系统",
|
||||
"author": "ZR",
|
||||
|
||||
@ -161,7 +161,7 @@
|
||||
{{ $t('m.menuNameKey') }}
|
||||
</span>
|
||||
</template>
|
||||
<el-input v-model="form.menuNameKey" placeholder="请输入多语言菜单key" />
|
||||
<el-input v-model="form.menuNameKey" placeholder="请输入菜单key" />
|
||||
</el-form-item>
|
||||
</el-col>
|
||||
<el-col :lg="12">
|
||||
|
||||
@ -26,7 +26,7 @@
|
||||
<UploadFile v-model="form.fileUrl" :limit="5" :fileSize="15" :data="{ fileDir: 'email', uploadType: 1 }" />
|
||||
</el-form-item>
|
||||
<el-form-item>
|
||||
<el-button type="primary" @click="formSubmit">发送邮件</el-button>
|
||||
<el-button type="primary" icon="upload" @click="formSubmit">发送邮件</el-button>
|
||||
</el-form-item>
|
||||
</el-form>
|
||||
</template>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user