|
|
@@ -47,7 +47,7 @@
|
|
|
<el-table :data="entityList" border height="calc(100vh - 243px)" style="width: 100%" @sort-change="orderby"
|
|
|
@selection-change="handleSelectionChange" :row-class-name="tableRowClassName" :span-method="objectSpanMethod">
|
|
|
<!-- <el-table-column type="selection" width="55"></el-table-column> -->
|
|
|
- <el-table-column label="操作" width="180" align="center" fixed>
|
|
|
+ <el-table-column label="操作" width="230" align="center" fixed>
|
|
|
<template slot-scope="scope">
|
|
|
<!-- <router-link :to="'/lims/tasksentrust/'+scope.row.EId+'/operation'">
|
|
|
<el-button type="text" title="编辑" size="small" icon="el-icon-edit"></el-button>
|
|
|
@@ -97,12 +97,12 @@
|
|
|
</el-button>
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
- <el-table-column prop="ReportCode" sortable min-width="120" label="报告编号" align="center" show-overflow-tooltip></el-table-column>
|
|
|
- <el-table-column prop="TestDetail" sortable min-width="120" label="报告名称" align="center" show-overflow-tooltip></el-table-column>
|
|
|
- <el-table-column prop="EntrustNo" sortable min-width="120" label="委托单号" align="center" show-overflow-tooltip></el-table-column>
|
|
|
+ <el-table-column prop="ReportCode" sortable min-width="110" label="报告编号" align="center" show-overflow-tooltip></el-table-column>
|
|
|
+ <el-table-column prop="TestDetail" sortable min-width="110" label="报告名称" align="center" show-overflow-tooltip></el-table-column>
|
|
|
+ <el-table-column prop="EntrustNo" sortable min-width="110" label="委托单号" align="center" show-overflow-tooltip></el-table-column>
|
|
|
<el-table-column prop="CustomerName" sortable min-width="120" label="委托方名称" align="center"
|
|
|
show-overflow-tooltip></el-table-column>
|
|
|
- <el-table-column prop="ReportStatus" sortable label="报告状态" align="center" min-width="120">
|
|
|
+ <el-table-column prop="ReportStatus" sortable label="报告状态" align="center" min-width="110">
|
|
|
<template slot-scope="scope">
|
|
|
<el-alert v-if="scope.row.ReportStatus=='1'" :closable="false" style="background:rgba(255,255,255,0.2)"
|
|
|
title="审核通过" type="success">
|
|
|
@@ -131,12 +131,12 @@
|
|
|
</template>
|
|
|
</el-table-column> -->
|
|
|
<el-table-column prop="SignUserBy" sortable label="签发人" min-width="100" align="center" show-overflow-tooltip></el-table-column>
|
|
|
- <el-table-column prop="SignUserOn" sortable min-width="120" label="签发时间" align="center" show-overflow-tooltip>
|
|
|
+ <el-table-column prop="SignUserOn" sortable min-width="110" label="签发时间" align="center" show-overflow-tooltip>
|
|
|
<template slot-scope="scope">
|
|
|
{{ jstimehandle(scope.row.SignUserOn+'') }}
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
- <el-table-column prop="CreateOn" sortable min-width="120" label="生成时间" align="center" show-overflow-tooltip>
|
|
|
+ <el-table-column prop="CreateOn" sortable min-width="110" label="生成时间" align="center" show-overflow-tooltip>
|
|
|
<template slot-scope="scope">
|
|
|
{{ jstimehandle(scope.row.CreateOn+'') }}
|
|
|
</template>
|