fix: 改错了回退cma2
This commit is contained in:
parent
477c83817b
commit
ea035748f3
|
@ -58,8 +58,8 @@
|
|||
<el-table-column label="标准编号">
|
||||
<template slot-scope="scope"><span v-html="showlight(scope.row.bzbh)" v-if="scope.row.bzbh"></span></template>
|
||||
</el-table-column>
|
||||
<el-table-column label="说明">
|
||||
<template slot-scope="scope"><span v-html="showlight(scope.row.sm)" v-if="scope.row.sm"></span></template>
|
||||
<el-table-column label="限制范围">
|
||||
<template slot-scope="scope"><span v-html="showlight(scope.row.xzfw)" v-if="scope.row.xzfw"></span></template>
|
||||
</el-table-column>
|
||||
<el-table-column label="创建日期">
|
||||
<template slot-scope="scope">{{ scope.row.create_time.substring(0, 10) }}</template>
|
||||
|
|
Loading…
Reference in New Issue