review:【antd】【iot】代码实现
This commit is contained in:
@@ -405,4 +405,3 @@ export function useGridColumns(): VxeTableGridOptions['columns'] {
|
||||
},
|
||||
];
|
||||
}
|
||||
|
||||
|
||||
@@ -90,4 +90,3 @@ onMounted(async () => {
|
||||
</Tabs>
|
||||
</Page>
|
||||
</template>
|
||||
|
||||
|
||||
@@ -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(() => {
|
||||
|
||||
Reference in New Issue
Block a user