2024-07-23 18:13:49 +08:00

17 lines
305 B
Vue

<template>
<z-table name="zy1b7avmfwi" url="/do/select/machine">
<template #id="{ row }">{{ row }}dddd</template>
</z-table>
</template>
<script>
import configs from './.lowcode/configs';
export default {
name: 'p-zy1b7avmfwi',
provide: { configs },
data() {
return {}
},
}
</script>