review:【antd】【iot】代码实现

This commit is contained in:
YunaiV
2025-12-21 23:04:57 +08:00
parent 835da00f2c
commit 13f81b3130
10 changed files with 37 additions and 47 deletions

View File

@@ -405,4 +405,3 @@ export function useGridColumns(): VxeTableGridOptions['columns'] {
},
];
}

View File

@@ -90,4 +90,3 @@ onMounted(async () => {
</Tabs>
</Page>
</template>

View File

@@ -17,6 +17,8 @@ import { $t } from '#/locales';
import { useAdvancedFormSchema, useBasicFormSchema } from '../data';
const emit = defineEmits(['success']);
/** 生成 ProductKey包含大小写字母和数字 */
function generateProductKey(): string {
const chars =
@@ -28,7 +30,6 @@ function generateProductKey(): string {
return result;
}
const emit = defineEmits(['success']);
const formData = ref<IotProductApi.Product>();
const activeKey = ref<string[]>([]);
const getTitle = computed(() => {