docs: docs

This commit is contained in:
xingyu4j
2022-11-18 09:20:11 +08:00
parent 85253e307c
commit d5f95c2efe
5 changed files with 5696 additions and 3822 deletions

View File

@ -25,7 +25,7 @@ defineExpose({
</script>
<template>
<vxe-table ref="dragTable" :data="info" stripe :column-config="{ resizable: true }">
<vxe-column title="字段列名" field="columnName" width="10%" />
<vxe-column title="字段列名" field="columnName" fixed="left" width="80" />
<vxe-column title="字段描述" field="columnComment">
<template #default="{ row }">
<el-input v-model="row.columnComment" />