Commit c5028f7c authored by tanghao's avatar tanghao

123

parent b111dd5a
...@@ -272,7 +272,7 @@ ...@@ -272,7 +272,7 @@
<template #default="{ row }">{{ row['数据区'] }}</template> <template #default="{ row }">{{ row['数据区'] }}</template>
</vxe-column> </vxe-column>
<template v-for="item in runResultTitle" :key="item"> <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 show-overflow
width="150" width="150"
></vxe-column> ></vxe-column>
......
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