@@ -759,6 +759,7 @@ export default {
if (!e.s_count_year || e.s_count_year == 500) { // 企业分析count500是基础产品与一份下载包重合因此隐藏,其他两种的基础产品count是null
e.hide = true
}
+
// i_isserver 1 套餐下载包
if(e.i_isserver == 1){ // 隐藏套餐下载包
e.dw = '份/年' // 单位
@@ -128,6 +128,7 @@
v-show="!three.hide" :disabled="three.disabled">
{{ three.s_count_year + three.dw }}</Option>
</Select>
</div>