fix: 修改首页文字描述

This commit is contained in:
zyd
2022-06-07 23:41:24 +08:00
parent c782c1100d
commit 9c6145f582
@@ -26,7 +26,7 @@
<el-table-column
prop="cid"
show-overflow-tooltip
label="标准名称/政策名称">
label="标准名称">
<template slot-scope="scope">
<span @click="standForComments(scope.row)">{{ scope.row.cid }}</span>
</template>