@@ -6,6 +6,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="icon" href="/src/assets/public/favicon.ico" />
<title>上云无人机管理平台</title>
+ <script type="text/javascript" src="/src/components/easyPlayer/depend/EasyPlayer-element.min.js"></script>
</head>
<body>
@@ -0,0 +1,28 @@
+<template>
+ <easy-player :video-url="'1'" />
+</template>
+
+<script lang="ts" setup>
+interface Props {
+ record: any,
+ fieldName: string,
+};
+const props = withDefaults(defineProps<Props>(), {
+});
+</script>
+<style lang="scss" scoped>
+.customCell {
+ display: flex;
+ flex-direction: column;
+ justify-content: center;
+ &-item {
+ height: 40px;
+ align-items: center;
+ }
+}
+</style>
@@ -13,7 +13,6 @@
</a-select-option>
</a-select>
</div>
-
<div class="ml10 mr10" style="width: 96%; margin-top: -10px;">
<a-divider />