Commit 24eb5f06 authored by tanghao's avatar tanghao

123

parent f880d1ae
...@@ -72,17 +72,7 @@ ...@@ -72,17 +72,7 @@
<vxe-column field="orderFileStatus_dictText" title="订单状态" width="120"></vxe-column> <vxe-column field="orderFileStatus_dictText" title="订单状态" width="120"></vxe-column>
<vxe-column field="createTime" title="创建时间" width="180"></vxe-column> <vxe-column field="createTime" title="创建时间" width="180"></vxe-column>
<vxe-column field="action" title="操作" width="80" fixed="right">
<template #default="{ row }">
<el-link
type="primary"
style="font-size: 12px"
:href="'/var-excel?fileId=' + row.varFileId"
target="_blank"
>查看</el-link
>
</template>
</vxe-column>
</vxe-table> </vxe-table>
<vxe-pager <vxe-pager
......
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