diff --git a/sgzb-ui/src/views/system/menu/index.vue b/sgzb-ui/src/views/system/menu/index.vue
index c703fa0a..d06f8c8a 100644
--- a/sgzb-ui/src/views/system/menu/index.vue
+++ b/sgzb-ui/src/views/system/menu/index.vue
@@ -2,21 +2,12 @@
-
+
-
+
@@ -27,35 +18,17 @@
- 新增
+ 新增
- 展开/折叠
+ 展开/折叠
-
+
@@ -67,7 +40,7 @@
-
+
@@ -77,27 +50,12 @@
- 修改
- 新增
- 删除
+ 修改
+ 新增
+ 删除
@@ -108,13 +66,8 @@
-
+
@@ -128,20 +81,10 @@
-
+
-
+
@@ -161,7 +104,7 @@
-
+
是否外链
@@ -175,7 +118,7 @@
-
+
路由地址
@@ -186,7 +129,7 @@
-
+
组件路径
@@ -198,7 +141,7 @@
-
+
权限字符
@@ -209,7 +152,7 @@
-
+
路由参数
@@ -219,7 +162,7 @@
-
+
是否缓存
@@ -233,16 +176,13 @@
-
+
显示状态
- {{dict.label}}
+ {{ dict.label }}
@@ -250,16 +190,13 @@
-
+
菜单状态
- {{dict.label}}
+ {{ dict.label }}
@@ -419,7 +356,7 @@ export default {
});
},
/** 提交按钮 */
- submitForm: function() {
+ submitForm: function () {
this.$refs["form"].validate(valid => {
if (valid) {
if (this.form.menuId != undefined) {
@@ -440,13 +377,18 @@ export default {
},
/** 删除按钮操作 */
handleDelete(row) {
- this.$modal.confirm('是否确认删除名称为"' + row.menuName + '"的数据项?').then(function() {
+ this.$modal.confirm('是否确认删除名称为"' + row.menuName + '"的数据项?').then(function () {
return delMenu(row.menuId);
}).then(() => {
this.getList();
this.$modal.msgSuccess("删除成功");
- }).catch(() => {});
+ }).catch(() => { });
}
}
};
+
\ No newline at end of file