订单信息 点击项目编号 可跳转到详情页

pull/3/head
qiuhongwu 9 months ago
parent fcee01e355
commit 178ef2fbb9

@ -145,7 +145,13 @@
class="hl-table"
>
<el-table-column fixed label="序号" type="index" width="100" />
<el-table-column fixed label="项目编号" align="center" prop="code" width="240" />
<el-table-column fixed label="项目编号" align="center" prop="code" width="240">
<template #default="scope">
<el-button type="text" @click="openDetail('detail', scope.row.id)">{{
scope.row.code
}}</el-button></template
>
</el-table-column>
<el-table-column
fixed
label="订单日期"

Loading…
Cancel
Save