-
+ style="margin-left: 10px;">查看
+
+
-
-
+
@@ -352,41 +351,23 @@
title: "地址/排放点",
type: "string",
align: "left",
- width: 360
- },
- {
- field: "area_info",
- title: "所属片区",
- type: "format",
- align: "center",
- width: 180
- },
- {
- field: "maintain",
- title: "所属养护单位",
- type: "maintain",
- align: "center",
- width: 180
- },
- {
- field: "old_type",
- title: "类型",
- type: "old_type",
- align: "center",
- width: 180
- },
- {
- field: "end_type",
- title: "有无违法转办",
- type: "end_type",
- align: "center",
- width: 180
+ fixed: "left",
+ width: 300
},
{
field: "status",
title: "状态",
type: "status",
align: "center",
+ fixed: "left",
+ width: 100
+ },
+ {
+ field: "created_at",
+ title: "上报时间",
+ type: "string",
+ align: "center",
+ fixed: "left",
width: 180
},
{
@@ -394,7 +375,8 @@
title: "复核状态",
type: "audit_status",
align: "center",
- width: 180
+ fixed: "left",
+ width: 120
},
// {
// field: "end_type",
@@ -405,22 +387,43 @@
// },
{
field: "userName",
- title: "提交人",
+ title: "上报人",
type: "admin",
align: "center",
- width: 180
+ width: 100
},
{
- field: "created_at",
- title: "提交日期",
- type: "string",
+ field: "area_info",
+ title: "所属片区",
+ type: "format",
align: "center",
- width: 180
+ width: 120
+ },
+ {
+ field: "maintain",
+ title: "所属养护单位",
+ type: "maintain",
+ align: "center",
+ width: 120
+ },
+ {
+ field: "old_type",
+ title: "类型",
+ type: "old_type",
+ align: "left",
+ width: 140
+ },
+ {
+ field: "end_type",
+ title: "违法转办",
+ type: "end_type",
+ align: "center",
+ width: 100
},
{
field: "操作",
title: "操作",
- width: 180,
+ width: 200,
type: "opt",
fixed: "right"
}
diff --git a/src/views/system/menu.vue b/src/views/system/menu.vue
index 2074cfc..0745b3a 100644
--- a/src/views/system/menu.vue
+++ b/src/views/system/menu.vue
@@ -22,6 +22,8 @@
+
+
@@ -51,6 +53,9 @@
+
+
+
@@ -60,7 +65,7 @@
-
+
@@ -79,7 +84,7 @@
import LxHeader from "@/components/LxHeader/index.vue";
import {
save,
- listmenu,
+ listmenu,
del
} from "../../api/system/menu.js";
export default {
@@ -100,11 +105,12 @@
id: "",
pid: "0",
url: "",
+ path: "",
visible: "1",
sortnumber: 0,
icon: "",
- pname: "根菜单",
- api_prefix:""
+ pname: "根菜单",
+ api_prefix: ""
},
rules: {
name: [{