Merge remote-tracking branch 'origin/develop' into develop

This commit is contained in:
zhutianqi
2021-09-08 17:57:10 +08:00
3 changed files with 3 additions and 3 deletions
@@ -325,7 +325,7 @@ export default {
watch: { watch: {
filterText(val) { filterText(val) {
this.$refs.tree.filter(val); this.$refs.tree.filter(val);
} },
}, },
mounted () { mounted () {
// 获取组织结构树 // 获取组织结构树
@@ -63,7 +63,7 @@
<p> <p>
<label style=" margin-right: 132px;" <label style=" margin-right: 132px;"
title="“计划修订”、“修订中”均为现行有效版本;“已修订”标准的有效性根据实际实施情况判定。" title="“计划修订”、“修订中”均为现行有效版本;“已修订”标准的有效性根据实际实施情况判定。"
>文本状态<i class="el-icon-warning-outline"></i></label> >文本状态</label>
<span style="color: #409EFF;">{{ textStatusMap[sarStandardsInfoEO.textStatus] || '-' }}</span> <span style="color: #409EFF;">{{ textStatusMap[sarStandardsInfoEO.textStatus] || '-' }}</span>
</p> </p>
<p><label style=" margin-right: 150px;">发布日期</label><span>{{ <p><label style=" margin-right: 150px;">发布日期</label><span>{{
@@ -16,7 +16,7 @@
<p class="transition-box-p" v-if="sarAccessEO.sortKey === '1'"> <p class="transition-box-p" v-if="sarAccessEO.sortKey === '1'">
<label class="transition-box-label">国家/地区</label> <label class="transition-box-label">国家/地区</label>
<span class="transition-box-span"> <span class="transition-box-span">
{{ sarAccessEO.countryArea }} {{ sarAccessEO.countryAreaShow }}
</span> </span>
</p> </p>
<p v-else></p> <p v-else></p>