update: 新增注释

This commit is contained in:
JiangQiming 2023-03-15 18:22:59 +08:00
parent 39c58b8e35
commit 0200d1d419
9 changed files with 12 additions and 8 deletions

View File

@ -153,7 +153,7 @@
<script setup lang="ts">
import CascadeApi from '@/api/media/cascade';
import type { ActionsType } from '@/components/Table/index.vue';
import type { ActionsType } from '@/views/device/Instance/typings';
import { message } from 'ant-design-vue';
import BindChannel from './BindChannel/index.vue';

View File

@ -141,7 +141,7 @@
<script setup lang="ts">
import CascadeApi from '@/api/media/cascade';
import type { ActionsType } from '@/components/Table/index.vue';
import type { ActionsType } from '@/views/device/Instance/typings';
import { message } from 'ant-design-vue';
import { getImage } from '@/utils/comm';
import Publish from './Publish/index.vue';

View File

@ -114,7 +114,7 @@
<script setup lang="ts">
import ChannelApi from '@/api/media/channel';
import type { ActionsType } from '@/components/Table/index.vue';
import type { ActionsType } from '@/views/device/Instance/typings';
import { useMenuStore } from 'store/menu';
import { message } from 'ant-design-vue';
import Save from './Save.vue';

View File

@ -120,7 +120,7 @@
<script setup lang="ts">
import DeviceApi from '@/api/media/device';
import type { ActionsType } from '@/components/Table/index.vue';
import type { ActionsType } from '@/views/device/Instance/typings';
import { message } from 'ant-design-vue';
import { getImage } from '@/utils/comm';
import { PROVIDER_OPTIONS } from '@/views/media/Device/const';

View File

@ -1,3 +1,4 @@
<!-- 调试 -->
<template>
<j-modal
v-model:visible="_vis"

View File

@ -1,3 +1,4 @@
<!-- 同步用户 -->
<template>
<div>
<j-modal
@ -134,9 +135,8 @@
<script setup lang="ts" name="SyncUser">
import configApi from '@/api/notice/config';
import { PropType } from 'vue';
import moment from 'moment';
import { Modal, message } from 'ant-design-vue';
import type { ActionsType } from '@/components/Table/index.vue';
import { message } from 'ant-design-vue';
import type { ActionsType } from '@/views/device/Instance/typings';
import { Form } from 'ant-design-vue';
const useForm = Form.useForm;

View File

@ -1,3 +1,4 @@
<!-- 通知配置 -->
<template>
<page-container>
<pro-search

View File

@ -1,3 +1,4 @@
<!-- 调试 -->
<template>
<j-modal
v-model:visible="_vis"

View File

@ -1,3 +1,4 @@
<!-- 通知模板 -->
<template>
<page-container>
<pro-search
@ -154,7 +155,7 @@
<script setup lang="ts">
import TemplateApi from '@/api/notice/template';
import type { ActionsType } from '@/components/Table/index.vue';
import type { ActionsType } from '@/views/device/Instance/typings';
import { message } from 'ant-design-vue';
import { NOTICE_METHOD, MSG_TYPE } from '@/views/notice/const';
import Debug from './Debug/index.vue';