RuoYi
2020-10-03 ae4290bdda94767281c1aab0e4a6b5a24e9c89a4
ruoyi-ui/src/views/system/menu/index.vue
@@ -36,7 +36,7 @@
          v-hasPermi="['system:menu:add']"
        >新增</el-button>
      </el-col>
      <table-tools-ext :showSearch.sync="showSearch" @queryTable="getList"></table-tools-ext>
      <right-toolbar :showSearch.sync="showSearch" @queryTable="getList"></right-toolbar>
    </el-row>
    <el-table
@@ -187,6 +187,14 @@
              </el-radio-group>
            </el-form-item>
          </el-col>
          <el-col :span="12">
            <el-form-item v-if="form.menuType == 'C'" label="是否缓存">
              <el-radio-group v-model="form.isCache">
                <el-radio label="0">缓存</el-radio>
                <el-radio label="1">不缓存</el-radio>
              </el-radio-group>
            </el-form-item>
          </el-col>
        </el-row>
      </el-form>
      <div slot="footer" class="dialog-footer">
@@ -316,6 +324,7 @@
        menuType: "M",
        orderNum: undefined,
        isFrame: "1",
        isCache: "0",
        visible: "0",
        status: "0"
      };