Commit 5a949e83 authored by mzx's avatar mzx

feat: 修改bug(70341)

parent a455e6c4
......@@ -16,7 +16,7 @@
<el-table-column
label="标准分类"
sortable
min-width="200"
width="160"
prop="standardType"
align="left"
>
......@@ -34,16 +34,11 @@
<el-table-column
prop="standardNo"
label="标准号"
min-width="200"
width="160"
align="left"
>
</el-table-column>
<el-table-column
prop="name"
label="标准名称"
min-width="200"
align="left"
>
<el-table-column prop="name" label="标准名称" align="left">
<template slot-scope="scope">
<div class="font-color" @click="downPdf(scope.row)">
{{ scope.row.name }}
......@@ -53,7 +48,7 @@
<el-table-column
prop="standardStatus"
label="标准状态"
min-width="200"
width="160"
align="left"
>
<template slot-scope="scope">
......@@ -69,25 +64,25 @@
</el-table-column>
<el-table-column
label="发布日期"
min-width="200"
width="160"
align="left"
sortable
prop="releaseDate"
>
<template slot-scope="scope">
<span>{{ parseTime(scope.row.releaseDate, '{y}-{m}-{d} {h}') }}</span>
<span>{{ parseTime(scope.row.releaseDate, '{y}-{m}-{d}') }}</span>
</template>
</el-table-column>
<el-table-column
label="实施日期"
min-width="200"
width="160"
align="left"
sortable
prop="implementationDate"
>
<template slot-scope="scope">
<span>{{
parseTime(scope.row.implementationDate, '{y}-{m}-{d} {h}')
parseTime(scope.row.implementationDate, '{y}-{m}-{d}')
}}</span>
</template>
</el-table-column>
......
......@@ -89,7 +89,7 @@
width="180"
>
<template slot-scope="scope">
<span>{{ parseTime(scope.row.updateTime, '{y}-{m}-{d} {h}') }}</span>
<span>{{ parseTime(scope.row.updateTime, '{y}-{m}-{d}') }}</span>
</template>
</el-table-column>
</el-table>
......
......@@ -19,7 +19,7 @@
>
<svg-icon
slot="prefix"
icon-class="user"
icon-class="tag_xuanzhong"
class="el-input__icon input-icon"
/>
</el-input>
......
......@@ -103,7 +103,7 @@
sortable
>
<template slot-scope="scope">
<span>{{ parseTime(scope.row.storageTime, '{y}-{m}-{d} {h}') }}</span>
<span>{{ parseTime(scope.row.storageTime, '{y}-{m}-{d}') }}</span>
</template>
</el-table-column>
</el-table>
......
......@@ -16,7 +16,7 @@
<el-table-column
label="标准分类"
sortable
min-width="200"
width="160"
prop="standardType"
align="left"
>
......@@ -34,16 +34,11 @@
<el-table-column
prop="standardNo"
label="标准号"
min-width="200"
width="160"
align="left"
>
</el-table-column>
<el-table-column
prop="name"
label="标准名称"
min-width="200"
align="left"
>
<el-table-column prop="name" label="标准名称" align="left">
<template slot-scope="scope">
<div class="font-color" @click="downPdf(scope.row)">
{{ scope.row.name }}
......@@ -53,7 +48,7 @@
<el-table-column
prop="standardStatus"
label="标准状态"
min-width="200"
width="160"
align="left"
>
<template slot-scope="scope">
......@@ -69,32 +64,32 @@
</el-table-column>
<el-table-column
label="发布日期"
min-width="200"
width="160"
align="left"
sortable
prop="releaseDate"
>
<template slot-scope="scope">
<span>{{ parseTime(scope.row.releaseDate, '{y}-{m}-{d} {h}') }}</span>
<span>{{ parseTime(scope.row.releaseDate, '{y}-{m}-{d}') }}</span>
</template>
</el-table-column>
<el-table-column
label="实施日期"
min-width="200"
width="160"
align="left"
sortable
prop="implementationDate"
>
<template slot-scope="scope">
<span>{{
parseTime(scope.row.implementationDate, '{y}-{m}-{d} {h}')
parseTime(scope.row.implementationDate, '{y}-{m}-{d}')
}}</span>
</template>
</el-table-column>
<el-table-column
label="操作"
align="left"
min-width="160"
width="240"
fixed="right"
class-name="fixed-width"
>
......
......@@ -48,7 +48,7 @@
<!-- </el-table-column>-->
<el-table-column label="更新时间" align="left" sortable prop="createTime">
<template slot-scope="scope">
<span>{{ parseTime(scope.row.createTime, '{y}-{m}-{d} {h}') }}</span>
<span>{{ parseTime(scope.row.createTime, '{y}-{m}-{d}') }}</span>
</template>
</el-table-column>
<el-table-column
......
......@@ -104,7 +104,7 @@
sortable
>
<template slot-scope="scope">
<span>{{ parseTime(scope.row.storageTime, '{y}-{m}-{d} {h}') }}</span>
<span>{{ parseTime(scope.row.storageTime, '{y}-{m}-{d}') }}</span>
</template>
</el-table-column>
</el-table>
......
......@@ -99,7 +99,7 @@
width="180"
>
<template slot-scope="scope">
<span>{{ parseTime(scope.row.updateTime, '{y}-{m}-{d} {h}') }}</span>
<span>{{ parseTime(scope.row.updateTime, '{y}-{m}-{d}') }}</span>
</template>
</el-table-column>
</el-table>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment