项目评估流程标准号列宽调整
This commit is contained in:
@@ -87,6 +87,7 @@
|
|||||||
</el-table-column>
|
</el-table-column>
|
||||||
<el-table-column
|
<el-table-column
|
||||||
align="center"
|
align="center"
|
||||||
|
width="180"
|
||||||
label="标准号"
|
label="标准号"
|
||||||
>
|
>
|
||||||
<template slot-scope="scope">
|
<template slot-scope="scope">
|
||||||
|
|||||||
@@ -40,7 +40,7 @@
|
|||||||
@selection-change="selectStandChange">
|
@selection-change="selectStandChange">
|
||||||
<el-table-column align="center" type="selection" width="55">
|
<el-table-column align="center" type="selection" width="55">
|
||||||
</el-table-column>
|
</el-table-column>
|
||||||
<el-table-column label="标准号" prop="standNumber">
|
<el-table-column label="标准号" width="180" prop="standNumber">
|
||||||
<template slot-scope="scope">
|
<template slot-scope="scope">
|
||||||
<a v-if="scope.row.standYear" class="table-jump"
|
<a v-if="scope.row.standYear" class="table-jump"
|
||||||
@click="handlePreview(scope.row)">{{ scope.row.standSort }} {{ scope.row.standNumber
|
@click="handlePreview(scope.row)">{{ scope.row.standSort }} {{ scope.row.standNumber
|
||||||
|
|||||||
Reference in New Issue
Block a user