添加静态菜单及对应空白页面;
This commit is contained in:
9
src/views/aircraft/adsb/index.vue
Normal file
9
src/views/aircraft/adsb/index.vue
Normal file
@@ -0,0 +1,9 @@
|
||||
<script setup lang="ts">
|
||||
defineOptions({
|
||||
name: "adsb"
|
||||
});
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<h1>AD/SB</h1>
|
||||
</template>
|
||||
9
src/views/aircraft/archives/index.vue
Normal file
9
src/views/aircraft/archives/index.vue
Normal file
@@ -0,0 +1,9 @@
|
||||
<script setup lang="ts">
|
||||
defineOptions({
|
||||
name: "archives"
|
||||
});
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<h1>飞机档案</h1>
|
||||
</template>
|
||||
9
src/views/aircraft/disassemble/index.vue
Normal file
9
src/views/aircraft/disassemble/index.vue
Normal file
@@ -0,0 +1,9 @@
|
||||
<script setup lang="ts">
|
||||
defineOptions({
|
||||
name: "disassemble"
|
||||
});
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<h1>拆卸记录</h1>
|
||||
</template>
|
||||
9
src/views/aircraft/exchange/index.vue
Normal file
9
src/views/aircraft/exchange/index.vue
Normal file
@@ -0,0 +1,9 @@
|
||||
<script setup lang="ts">
|
||||
defineOptions({
|
||||
name: "exchange"
|
||||
});
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<h1>串换件记录</h1>
|
||||
</template>
|
||||
9
src/views/aircraft/mpd/index.vue
Normal file
9
src/views/aircraft/mpd/index.vue
Normal file
@@ -0,0 +1,9 @@
|
||||
<script setup lang="ts">
|
||||
defineOptions({
|
||||
name: "mpd"
|
||||
});
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<h1>维修项目控制</h1>
|
||||
</template>
|
||||
9
src/views/aircraft/timecontrol/index.vue
Normal file
9
src/views/aircraft/timecontrol/index.vue
Normal file
@@ -0,0 +1,9 @@
|
||||
<script setup lang="ts">
|
||||
defineOptions({
|
||||
name: "timecontrol"
|
||||
});
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<h1>时控件</h1>
|
||||
</template>
|
||||
9
src/views/airtools/index.vue
Normal file
9
src/views/airtools/index.vue
Normal file
@@ -0,0 +1,9 @@
|
||||
<script setup lang="ts">
|
||||
defineOptions({
|
||||
name: "airtools-mana"
|
||||
});
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<h1>工具管理</h1>
|
||||
</template>
|
||||
9
src/views/airtools/orders/index.vue
Normal file
9
src/views/airtools/orders/index.vue
Normal file
@@ -0,0 +1,9 @@
|
||||
<script setup lang="ts">
|
||||
defineOptions({
|
||||
name: "airtools-orders"
|
||||
});
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<h1>借归还记录</h1>
|
||||
</template>
|
||||
9
src/views/airworthiness/index.vue
Normal file
9
src/views/airworthiness/index.vue
Normal file
@@ -0,0 +1,9 @@
|
||||
<script setup lang="ts">
|
||||
defineOptions({
|
||||
name: "airworthiness"
|
||||
});
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<h1>适航资源</h1>
|
||||
</template>
|
||||
9
src/views/flightrecord/index.vue
Normal file
9
src/views/flightrecord/index.vue
Normal file
@@ -0,0 +1,9 @@
|
||||
<script setup lang="ts">
|
||||
defineOptions({
|
||||
name: "flightrecord"
|
||||
});
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<h1>飞行记录</h1>
|
||||
</template>
|
||||
9
src/views/material/index.vue
Normal file
9
src/views/material/index.vue
Normal file
@@ -0,0 +1,9 @@
|
||||
<script setup lang="ts">
|
||||
defineOptions({
|
||||
name: "material-mana"
|
||||
});
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<h1>航材管理</h1>
|
||||
</template>
|
||||
9
src/views/material/orders/index.vue
Normal file
9
src/views/material/orders/index.vue
Normal file
@@ -0,0 +1,9 @@
|
||||
<script setup lang="ts">
|
||||
defineOptions({
|
||||
name: "material-orders"
|
||||
});
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<h1>借归还记录</h1>
|
||||
</template>
|
||||
@@ -20,7 +20,7 @@ defineOptions({
|
||||
拥有code:'permission:btn:add' 权限可见
|
||||
</el-button>
|
||||
</Auth>
|
||||
<Auth :value="['permission:btn:edit']">
|
||||
<Auth :value="['permission:btn:edit1']">
|
||||
<el-button plain type="primary">
|
||||
拥有code:['permission:btn:edit'] 权限可见
|
||||
</el-button>
|
||||
|
||||
9
src/views/sharing/airtools/index.vue
Normal file
9
src/views/sharing/airtools/index.vue
Normal file
@@ -0,0 +1,9 @@
|
||||
<script setup lang="ts">
|
||||
defineOptions({
|
||||
name: "airtools-sharing"
|
||||
});
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<h1>共享工具</h1>
|
||||
</template>
|
||||
9
src/views/sharing/material/index.vue
Normal file
9
src/views/sharing/material/index.vue
Normal file
@@ -0,0 +1,9 @@
|
||||
<script setup lang="ts">
|
||||
defineOptions({
|
||||
name: "material-sharing"
|
||||
});
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<h1>共享航材</h1>
|
||||
</template>
|
||||
9
src/views/statistics/aircraftdata/index.vue
Normal file
9
src/views/statistics/aircraftdata/index.vue
Normal file
@@ -0,0 +1,9 @@
|
||||
<script setup lang="ts">
|
||||
defineOptions({
|
||||
name: "aircraft-data-statistics"
|
||||
});
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<h1>飞行数据统计</h1>
|
||||
</template>
|
||||
9
src/views/statistics/flightrecord/index.vue
Normal file
9
src/views/statistics/flightrecord/index.vue
Normal file
@@ -0,0 +1,9 @@
|
||||
<script setup lang="ts">
|
||||
defineOptions({
|
||||
name: "flight-record-statistics"
|
||||
});
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<h1>飞行记录汇总</h1>
|
||||
</template>
|
||||
9
src/views/statistics/flighttime/index.vue
Normal file
9
src/views/statistics/flighttime/index.vue
Normal file
@@ -0,0 +1,9 @@
|
||||
<script setup lang="ts">
|
||||
defineOptions({
|
||||
name: "flight-time-statistics"
|
||||
});
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<h1>飞行时长统计</h1>
|
||||
</template>
|
||||
9
src/views/syssettings/address/index.vue
Normal file
9
src/views/syssettings/address/index.vue
Normal file
@@ -0,0 +1,9 @@
|
||||
<script setup lang="ts">
|
||||
defineOptions({
|
||||
name: "air-address"
|
||||
});
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<h1>地址管理</h1>
|
||||
</template>
|
||||
9
src/views/syssettings/backup/index.vue
Normal file
9
src/views/syssettings/backup/index.vue
Normal file
@@ -0,0 +1,9 @@
|
||||
<script setup lang="ts">
|
||||
defineOptions({
|
||||
name: "sysbackup"
|
||||
});
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<h1>系统备份</h1>
|
||||
</template>
|
||||
9
src/views/user/companyuser/index.vue
Normal file
9
src/views/user/companyuser/index.vue
Normal file
@@ -0,0 +1,9 @@
|
||||
<script setup lang="ts">
|
||||
defineOptions({
|
||||
name: "companyuser"
|
||||
});
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<h1>企业用户管理</h1>
|
||||
</template>
|
||||
9
src/views/user/sysuser/index.vue
Normal file
9
src/views/user/sysuser/index.vue
Normal file
@@ -0,0 +1,9 @@
|
||||
<script setup lang="ts">
|
||||
defineOptions({
|
||||
name: "sysuser"
|
||||
});
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<h1>系统用户管理</h1>
|
||||
</template>
|
||||
Reference in New Issue
Block a user