无人机管理后台前端(已迁走)
chenyao
2025-11-17 233e4fc4f35bd00a36ee34a7fbf5e47b41db26db
src/views/resource/oss.vue
@@ -53,7 +53,9 @@
      option: {
        tip: false,
        searchShow: true,
        searchMenuSpan: 6,
        searchGutter: 30,
        searchMenuPosition: 'left',
        searchMenuSpan: 4,
        border: true,
        index: true,
        viewBtn: true,
@@ -68,13 +70,13 @@
        calcHeight: 20,
        column: [
          {
            label: '分类',
            label: '存储分类',
            type: 'radio',
            value: 1,
            span: 24,
            width: 120,
            searchLabelWidth: 50,
            searchSpan: 3,
            // searchLabelWidth: 50,
            searchSpan: 4,
            row: true,
            dicUrl: '/blade-system/dict/dictionary?code=oss',
            props: {
@@ -92,13 +94,16 @@
                trigger: 'blur',
              },
            ],
               change: (value) => {
               this.searchChange({ ...this.query,category:value.value}, () => {});
            }
          },
          {
            label: '名称',
            label: '存储名称',
            prop: 'name',
            span: 24,
            search: true,
            searchSpan: 5,
            searchSpan: 4,
            rules: [
              {
                required: true,
@@ -112,7 +117,7 @@
            prop: 'ossCode',
            span: 24,
            width: 120,
            searchLabelWidth: 100,
            // searchLabelWidth: 100,
            search: true,
            searchSpan: 4,
            rules: [
@@ -160,8 +165,8 @@
            prop: 'accessKey',
            span: 24,
            search: true,
            searchSpan: 5,
            searchLabelWidth: 100,
            searchSpan: 4,
            // searchLabelWidth: 100,
            overHidden: true,
            rules: [
              {