Commit 2c5ec0fb authored by tanghao's avatar tanghao

操作栏宽度调整

parent 004a4f7e
......@@ -60,7 +60,7 @@
<vxe-column field="productCode" title="产品编码" width="300"></vxe-column>
<vxe-column field="status_dictText" title="订单状态" width="120"></vxe-column>
<vxe-column field="createTime" title="创建时间" width="160"></vxe-column>
<vxe-column field="action" title="操作" min-width="200">
<vxe-column field="action" title="操作" min-width="250">
<template #default="{ row }">
<el-link style="font-size: 12px" type="primary" @click="toDetail(row)">查看</el-link>
<el-divider direction="vertical"></el-divider>
......
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