Commit 90bf3fc1 authored by tanghao's avatar tanghao

123

parent e7584b4f
......@@ -20,7 +20,7 @@
</template>
</vxe-toolbar>
<vxe-table ref="xTable" size="small" min-height="460" border :loading="loading" :data="tableData">
<vxe-column v-for="(row, index) in tableColumn" :field="row" :title="row" :key="index" />
<vxe-column v-for="(row, index) in tableColumn" :field="row" min-width="150" :title="row" :key="index" />
<vxe-column title="操作" width="100" fixed="right">
<template #default="{ row }">
<el-button link type="primary" size="small" @click="handleUpdate(row)">修改</el-button>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment