|
|
|
|
@ -378,9 +378,9 @@ onMounted(()=>{
|
|
|
|
|
ref="tableRef" |
|
|
|
|
style="width: 100%" |
|
|
|
|
> |
|
|
|
|
<el-table-column prop="samplingName" label="抽检名称" width="120"></el-table-column> |
|
|
|
|
<el-table-column prop="samplingName" label="抽检名称" width="180"></el-table-column> |
|
|
|
|
<el-table-column prop="inspectorType" label="督察类型" width="120"></el-table-column> |
|
|
|
|
<el-table-column prop="samplingInspection" show-overflow-tooltip label="抽检规则" width="300"></el-table-column> |
|
|
|
|
<el-table-column prop="samplingInspection" show-overflow-tooltip label="抽检规则" min-width="400"></el-table-column> |
|
|
|
|
<el-table-column prop="samplingNum" label="抽检人数" width="100"></el-table-column> |
|
|
|
|
<el-table-column prop="crtName" label="创建人" width="100"></el-table-column> |
|
|
|
|
<el-table-column prop="crtTime" label="创建时间" width="160"> |
|
|
|
|
@ -389,7 +389,7 @@ onMounted(()=>{
|
|
|
|
|
</template> |
|
|
|
|
</el-table-column> |
|
|
|
|
<el-table-column prop="state" label="状态" width="120"></el-table-column> |
|
|
|
|
<el-table-column label="操作" fixed="right" min-width="180"> |
|
|
|
|
<el-table-column label="操作" fixed="right" min-width="120"> |
|
|
|
|
<template #default="{ row }"> |
|
|
|
|
<div class="flex v-center"> |
|
|
|
|
<el-button type="primary" link @click="getDataDetail(row)">查看详情</el-button> |
|
|
|
|
|