无人机管理后台前端(已迁走)
罗广辉
2025-05-29 2045f3ec13a528e1acf6961da156c5204974e3bd
src/views/system/sysConfig.vue
@@ -21,10 +21,10 @@
      @on-load="onLoad"
    >
      <template #menu-left>
        <el-button
          type="primary"
        <el-button
          type="primary"
          icon="el-icon-plus"
          v-if="permissionList.addBtn"
          v-if="permissionList.addBtn"
          @click="$refs.crud.rowAdd()"
        >新增</el-button>
        <el-button
@@ -70,8 +70,6 @@
      },
      selectionList: [],
      option: {
        height: 'auto',
        calcHeight: 32,
        dialogWidth: 950,
        tip: false,
        searchShow: true,
@@ -304,4 +302,4 @@
};
</script>
<style></style>
<style></style>