wangting
2023-07-25 a9d95095c0c5b460522d0aea33e22194afc98b85
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",