优化名字,格式化代码

pull/59/head
smallchill 7 years ago
parent 7d48f57e0a
commit 99141ef9b8
  1. 17
      src/views/system/menu.vue

@ -71,7 +71,18 @@
</template>
<script>
import {add, remove, update, getList, getMenu, addScope, removeScope, updateScope, getListScope, getMenuScope} from "@/api/system/menu";
import {
add,
remove,
update,
getList,
getMenu,
addScope,
removeScope,
updateScope,
getListScope,
getMenuScope
} from "@/api/system/menu";
import {mapGetters} from "vuex";
import iconList from "@/config/iconList";
@ -284,12 +295,12 @@
menuWidth: 175,
column: [
{
label: "权限名",
label: "权限名",
prop: "scopeName",
search: true,
rules: [{
required: true,
message: "请输入数据权限名",
message: "请输入数据权限名",
trigger: "blur"
}]
},

Loading…
Cancel
Save