国内外标准库->表格->列宽

This commit is contained in:
zhaokaiyao@91isoft.com
2021-09-15 09:44:56 +08:00
parent a9b18b12f9
commit 23b26a5b23
2 changed files with 8 additions and 4 deletions
@@ -182,6 +182,7 @@
</el-table-column>
<el-table-column
label="标准号"
width="130"
>
<template slot-scope="scope">
<a v-if="scope.row.standYear" class="table-jump"
@@ -195,6 +196,7 @@
<el-table-column
prop="standName"
label="标准名称"
width="210"
>
<template slot-scope="scope">
<a @click="handlePreview(scope.row)" class="table-jump">{{ scope.row.standName }}</a>
@@ -212,7 +214,7 @@
<el-table-column
prop="SSRQ"
sortable="custom"
width="150px"
width="110px"
label="实施日期">
<template slot-scope="scope">
<!-- {{ formatIssueDate(scope.row.putTime) }}-->
@@ -169,6 +169,7 @@
</el-table-column>
<el-table-column
label="标准号"
width="130"
>
<template slot-scope="scope">
<a v-if="scope.row.standYear" class="table-jump" @click="handlePreview(scope.row)">{{ scope.row.standSortShow }} {{ scope.row.standNumber }}-{{ scope.row.standYear }}</a>
@@ -178,6 +179,7 @@
<el-table-column
prop="standName"
label="标准名称"
width="210"
>
<template slot-scope="scope">
<a @click="handlePreview(scope.row)" class="table-jump">{{ scope.row.standName }}</a>
@@ -186,7 +188,7 @@
<el-table-column
prop="issueTime"
sortable="custom"
width="110px"
width="110"
label="发布日期">
<template slot-scope="scope">
{{ formatIssueDate(scope.row.issueTime) }}
@@ -195,7 +197,7 @@
<el-table-column
prop="SSRQ"
sortable="custom"
width="150px"
width="110"
label="实施日期">
<template slot-scope="scope">
<!-- {{ formatIssueDate(scope.row.putTime) }}-->
@@ -206,7 +208,7 @@
<el-table-column
prop="XCXSSRQ"
sortable="custom"
width="150px"
width="150"
label="新车型实施日期">
<template slot-scope="scope">
<span>{{ scope.row.XCXSSRQ ? scope.row.XCXSSRQ.substring(0,10) : '-' }}</span>