Commit 4b6e7720 authored by tanghao's avatar tanghao

导出数据格式处理

parent c5028f7c
......@@ -16,6 +16,7 @@
:key="item"
:field="column"
:title="column"
cell-type="string"
show-overflow
width="150"
>
......
......@@ -273,7 +273,7 @@
<template #default="{ row }">{{ row['数据区'] }}</template>
</vxe-column>
<template v-for="item in runResultTitle" :key="item">
<vxe-column :title="item" :field="item"
<vxe-column :title="item" :field="item" cell-type="string"
show-overflow
width="150"></vxe-column>
</template>
......
......@@ -29,7 +29,7 @@
<vxe-table ref="xTable" border :data="data" size="small" height="400">
<vxe-column
v-for="column in titles"
:key="item"
:key="item" cell-type="string"
:field="column"
:title="column"
show-overflow
......
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