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