|
|
@@ -396,7 +396,8 @@ import dayjs from 'dayjs'; // 引入 dayjs 用于时间格式化
|
|
|
import { ref, reactive, onMounted, computed, nextTick, watch } from 'vue'
|
|
|
|
|
|
/** 项目信息 列表 */
|
|
|
-defineOptions({ name: 'IotProjectInfo' })
|
|
|
+// eslint-disable-next-line vue/component-definition-name-casing
|
|
|
+defineOptions({ name: 'iotProjectInfo' })
|
|
|
|
|
|
const message = useMessage() // 消息弹窗
|
|
|
const { t } = useI18n() // 国际化
|