修改sql
This commit is contained in:
@ -36,14 +36,14 @@
|
||||
<svg-icon icon-class="setting"></svg-icon>
|
||||
<template #dropdown>
|
||||
<el-dropdown-menu>
|
||||
|
||||
|
||||
<el-dropdown-item>
|
||||
<svg-icon icon-class="border-left"></svg-icon>
|
||||
<span style="margin-left: 5px">RTL</span>
|
||||
</el-dropdown-item>
|
||||
|
||||
|
||||
<el-dropdown-item>
|
||||
|
||||
|
||||
</el-dropdown-item>
|
||||
<el-dropdown-item>
|
||||
<CleanSession class="right-menu-item hover-effect"/>
|
||||
|
||||
@ -293,7 +293,7 @@ function submit() {
|
||||
|
||||
saveSelectItem(dataDto).then((response: any) => {
|
||||
if (response.code === 0) {
|
||||
modal.msgSuccess("新增成功");
|
||||
modal.msgSuccess("操作成功");
|
||||
} else {
|
||||
modal.msgError(response.message);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user