|
|
@@ -112,7 +112,7 @@
|
|
|
chooseItem == '挤压成型' ||
|
|
|
chooseItem.includes('模压') ||
|
|
|
chooseItem.includes('挤压') ||
|
|
|
- (chooseItem.includes('等静压') && activeName == 1)
|
|
|
+ (chooseItem.includes('等静压') && activeName == 0)
|
|
|
"
|
|
|
>
|
|
|
<li>
|
|
|
@@ -266,7 +266,7 @@
|
|
|
return {
|
|
|
infoData: {},
|
|
|
descriptionsShow: true,
|
|
|
- activeName: '1',
|
|
|
+ activeName: '0',
|
|
|
tabList: [],
|
|
|
columnOpt: {
|
|
|
挤压成型: [
|
|
|
@@ -1081,7 +1081,7 @@
|
|
|
(name.includes('模压') ||
|
|
|
name.includes('挤压') ||
|
|
|
name.includes('等静压')) &&
|
|
|
- this.activeName == 1
|
|
|
+ this.activeName == 0
|
|
|
) {
|
|
|
return this.columnOpt['挤压成型'];
|
|
|
}
|