保安监管系统-验收版本
shuishen
2021-11-25 3f5c1ae2cfbe8d29eb11e0ac88abceaa7d6906f2
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
/*
 * @Author: Morpheus
 * @Date: 2021-07-05 16:31:54
 * @Last Modified by: Morpheus
 * @Last Modified time: 2021-07-05 17:22:09
 * menu-name 保安服务单位许可申请查询
 */
<template>
  <div>
    保安服务单位许可申请查询
  </div>
</template>
 
<script>
export default {
 
}
</script>
 
<style>
 
</style>