Explorar o código

Merge branch 'main' of http://221.182.8.141:2300/sujunling/xld-gis-admin

XiaXxxxxx %!s(int64=2) %!d(string=hai) anos
pai
achega
e65c0ecefa

A diferenza do arquivo foi suprimida porque é demasiado grande
+ 7 - 1
src/api/resource/plat.ts


+ 1 - 1
src/views/resource/plat/index.vue

@@ -14,7 +14,7 @@
     </div>
     <Tabs>
       <template v-for="item in  achieveList " :key="item.type">
-        <TabPane :tab="[`${item.typeName}资源(${item.count})`]">
+        <TabPane :tab="[`${item.typeName == '数据' ? '文件' : item.typeName}资源(${item.count})`]">
           <component :is="item.type == 'MR'?'MapData':item.type == 'ER'?'SceneData':'FileData'" :listData="item.items"
             :numb="1" />
           <!-- <MapData v-if="item.type == 'MR'" :listData="item.items" /> -->

+ 19 - 19
src/views/systemAdmin/system/mapTools/tools/index.vue

@@ -12,18 +12,18 @@
                 </template>
                 <template #func="{ record }">
                     <TableAction :actions="[
-                        {
-                            label: '查看',
-                            tooltip: '查看',
-                            icon: 'ant-design:search-outlined',
-                            onClick: handleEdit.bind(null, record),
-                        },
-                        {
-                            label: '编辑',
-                            tooltip: '编辑',
-                            icon: 'clarity:note-edit-line',
-                            onClick: handleEdit.bind(null, record),
-                        },
+                        // {
+                        //     label: '查看',
+                        //     tooltip: '查看',
+                        //     icon: 'ant-design:search-outlined',
+                        //     onClick: handleEdit.bind(null, record),
+                        // },
+                        // {
+                        //     label: '编辑',
+                        //     tooltip: '编辑',
+                        //     icon: 'clarity:note-edit-line',
+                        //     onClick: handleEdit.bind(null, record),
+                        // },
                         {
                             label: '显隐',
                             tooltip: '显隐',
@@ -31,13 +31,13 @@
                             color: 'error',
                             onClick: handleShow.bind(null, record)
                         },
-                        {
-                            label: '删除',
-                            tooltip: '删除',
-                            icon: 'ant-design:delete-outlined',
-                            color: 'error',
-                            onClick: handleDelete.bind(null, record)
-                        },
+                        // {
+                        //     label: '删除',
+                        //     tooltip: '删除',
+                        //     icon: 'ant-design:delete-outlined',
+                        //     color: 'error',
+                        //     onClick: handleDelete.bind(null, record)
+                        // },
                     ]" />
                 </template>
             </BasicTable>