ludc
2023-07-19 63013400c2790a650878445c8352992df71103b2
Source/UBCS-WEB/src/views/system/menu.vue
@@ -226,6 +226,22 @@
              ]
            },
            {
              label: "路由缓存",
              prop: "keepAlive",
              type: "switch",
              dicData: [
                {
                  label: "否",
                  value: false
                },
                {
                  label: "是",
                  value: true
                }
              ],
              hide: true
            },
            {
              label: "菜单备注",
              prop: "remark",
              type: "textarea",