Commit 5a949e83 authored by mzx's avatar mzx

feat: 修改bug(70341)

parent a455e6c4
...@@ -16,7 +16,7 @@ ...@@ -16,7 +16,7 @@
<el-table-column <el-table-column
label="标准分类" label="标准分类"
sortable sortable
min-width="200" width="160"
prop="standardType" prop="standardType"
align="left" align="left"
> >
...@@ -34,16 +34,11 @@ ...@@ -34,16 +34,11 @@
<el-table-column <el-table-column
prop="standardNo" prop="standardNo"
label="标准号" label="标准号"
min-width="200" width="160"
align="left" align="left"
> >
</el-table-column> </el-table-column>
<el-table-column <el-table-column prop="name" label="标准名称" align="left">
prop="name"
label="标准名称"
min-width="200"
align="left"
>
<template slot-scope="scope"> <template slot-scope="scope">
<div class="font-color" @click="downPdf(scope.row)"> <div class="font-color" @click="downPdf(scope.row)">
{{ scope.row.name }} {{ scope.row.name }}
...@@ -53,7 +48,7 @@ ...@@ -53,7 +48,7 @@
<el-table-column <el-table-column
prop="standardStatus" prop="standardStatus"
label="标准状态" label="标准状态"
min-width="200" width="160"
align="left" align="left"
> >
<template slot-scope="scope"> <template slot-scope="scope">
...@@ -69,25 +64,25 @@ ...@@ -69,25 +64,25 @@
</el-table-column> </el-table-column>
<el-table-column <el-table-column
label="发布日期" label="发布日期"
min-width="200" width="160"
align="left" align="left"
sortable sortable
prop="releaseDate" prop="releaseDate"
> >
<template slot-scope="scope"> <template slot-scope="scope">
<span>{{ parseTime(scope.row.releaseDate, '{y}-{m}-{d} {h}') }}</span> <span>{{ parseTime(scope.row.releaseDate, '{y}-{m}-{d}') }}</span>
</template> </template>
</el-table-column> </el-table-column>
<el-table-column <el-table-column
label="实施日期" label="实施日期"
min-width="200" width="160"
align="left" align="left"
sortable sortable
prop="implementationDate" prop="implementationDate"
> >
<template slot-scope="scope"> <template slot-scope="scope">
<span>{{ <span>{{
parseTime(scope.row.implementationDate, '{y}-{m}-{d} {h}') parseTime(scope.row.implementationDate, '{y}-{m}-{d}')
}}</span> }}</span>
</template> </template>
</el-table-column> </el-table-column>
......
...@@ -89,7 +89,7 @@ ...@@ -89,7 +89,7 @@
width="180" width="180"
> >
<template slot-scope="scope"> <template slot-scope="scope">
<span>{{ parseTime(scope.row.updateTime, '{y}-{m}-{d} {h}') }}</span> <span>{{ parseTime(scope.row.updateTime, '{y}-{m}-{d}') }}</span>
</template> </template>
</el-table-column> </el-table-column>
</el-table> </el-table>
......
...@@ -19,7 +19,7 @@ ...@@ -19,7 +19,7 @@
> >
<svg-icon <svg-icon
slot="prefix" slot="prefix"
icon-class="user" icon-class="tag_xuanzhong"
class="el-input__icon input-icon" class="el-input__icon input-icon"
/> />
</el-input> </el-input>
......
...@@ -103,7 +103,7 @@ ...@@ -103,7 +103,7 @@
sortable sortable
> >
<template slot-scope="scope"> <template slot-scope="scope">
<span>{{ parseTime(scope.row.storageTime, '{y}-{m}-{d} {h}') }}</span> <span>{{ parseTime(scope.row.storageTime, '{y}-{m}-{d}') }}</span>
</template> </template>
</el-table-column> </el-table-column>
</el-table> </el-table>
......
...@@ -16,7 +16,7 @@ ...@@ -16,7 +16,7 @@
<el-table-column <el-table-column
label="标准分类" label="标准分类"
sortable sortable
min-width="200" width="160"
prop="standardType" prop="standardType"
align="left" align="left"
> >
...@@ -34,16 +34,11 @@ ...@@ -34,16 +34,11 @@
<el-table-column <el-table-column
prop="standardNo" prop="standardNo"
label="标准号" label="标准号"
min-width="200" width="160"
align="left" align="left"
> >
</el-table-column> </el-table-column>
<el-table-column <el-table-column prop="name" label="标准名称" align="left">
prop="name"
label="标准名称"
min-width="200"
align="left"
>
<template slot-scope="scope"> <template slot-scope="scope">
<div class="font-color" @click="downPdf(scope.row)"> <div class="font-color" @click="downPdf(scope.row)">
{{ scope.row.name }} {{ scope.row.name }}
...@@ -53,7 +48,7 @@ ...@@ -53,7 +48,7 @@
<el-table-column <el-table-column
prop="standardStatus" prop="standardStatus"
label="标准状态" label="标准状态"
min-width="200" width="160"
align="left" align="left"
> >
<template slot-scope="scope"> <template slot-scope="scope">
...@@ -69,32 +64,32 @@ ...@@ -69,32 +64,32 @@
</el-table-column> </el-table-column>
<el-table-column <el-table-column
label="发布日期" label="发布日期"
min-width="200" width="160"
align="left" align="left"
sortable sortable
prop="releaseDate" prop="releaseDate"
> >
<template slot-scope="scope"> <template slot-scope="scope">
<span>{{ parseTime(scope.row.releaseDate, '{y}-{m}-{d} {h}') }}</span> <span>{{ parseTime(scope.row.releaseDate, '{y}-{m}-{d}') }}</span>
</template> </template>
</el-table-column> </el-table-column>
<el-table-column <el-table-column
label="实施日期" label="实施日期"
min-width="200" width="160"
align="left" align="left"
sortable sortable
prop="implementationDate" prop="implementationDate"
> >
<template slot-scope="scope"> <template slot-scope="scope">
<span>{{ <span>{{
parseTime(scope.row.implementationDate, '{y}-{m}-{d} {h}') parseTime(scope.row.implementationDate, '{y}-{m}-{d}')
}}</span> }}</span>
</template> </template>
</el-table-column> </el-table-column>
<el-table-column <el-table-column
label="操作" label="操作"
align="left" align="left"
min-width="160" width="240"
fixed="right" fixed="right"
class-name="fixed-width" class-name="fixed-width"
> >
......
...@@ -48,7 +48,7 @@ ...@@ -48,7 +48,7 @@
<!-- </el-table-column>--> <!-- </el-table-column>-->
<el-table-column label="更新时间" align="left" sortable prop="createTime"> <el-table-column label="更新时间" align="left" sortable prop="createTime">
<template slot-scope="scope"> <template slot-scope="scope">
<span>{{ parseTime(scope.row.createTime, '{y}-{m}-{d} {h}') }}</span> <span>{{ parseTime(scope.row.createTime, '{y}-{m}-{d}') }}</span>
</template> </template>
</el-table-column> </el-table-column>
<el-table-column <el-table-column
......
...@@ -104,7 +104,7 @@ ...@@ -104,7 +104,7 @@
sortable sortable
> >
<template slot-scope="scope"> <template slot-scope="scope">
<span>{{ parseTime(scope.row.storageTime, '{y}-{m}-{d} {h}') }}</span> <span>{{ parseTime(scope.row.storageTime, '{y}-{m}-{d}') }}</span>
</template> </template>
</el-table-column> </el-table-column>
</el-table> </el-table>
......
...@@ -99,7 +99,7 @@ ...@@ -99,7 +99,7 @@
width="180" width="180"
> >
<template slot-scope="scope"> <template slot-scope="scope">
<span>{{ parseTime(scope.row.updateTime, '{y}-{m}-{d} {h}') }}</span> <span>{{ parseTime(scope.row.updateTime, '{y}-{m}-{d}') }}</span>
</template> </template>
</el-table-column> </el-table-column>
</el-table> </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