This commit is contained in:
zhutianqi
2022-03-02 09:49:37 +08:00
parent 9e6d8ca4e8
commit 24b53f939e
@@ -1340,10 +1340,17 @@
</template>
</el-table-column>
<el-table-column
v-if="standTypeModel === 'INLAND'"
prop="standName"
label="标准名称"
align="center">
</el-table-column>
<el-table-column
v-else
prop="standEnName"
label="标准名称"
align="center">
</el-table-column>
<el-table-column
prop="textStatus"
label="文本状态"
@@ -1449,6 +1456,7 @@ export default {
callback()
}
return {
standTypeModel: 'INLAND',
submitType: '',
nodeList3: [],
fileList: [],
@@ -2423,6 +2431,11 @@ export default {
if (res.ok) {
this.tableData.standardData = res.data.list
this.standardSearchForm.total = res.data.count
if (this.standardSearchForm.standType === 'INLAND') {
this.standTypeModel = 'INLAND'
} else {
this.standTypeModel = 'FOREIGN'
}
}
}, e => {
this.loadSarStandard = false