fix: 改错了回退cma2

This commit is contained in:
caoqianming 2024-01-24 17:35:25 +08:00
parent 477c83817b
commit ea035748f3
1 changed files with 2 additions and 2 deletions

View File

@ -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>