技术评估结果字段展示
This commit is contained in:
+30
-30
@@ -168,40 +168,40 @@
|
||||
</div>
|
||||
</div>
|
||||
<el-table
|
||||
ref="multipleTable"
|
||||
:data="sarProStateListDatas"
|
||||
tooltip-effect="dark"
|
||||
style="width: 100%"
|
||||
border
|
||||
:height="sarProStateTableHeight"
|
||||
:header-cell-style="{background: '#e8e8e8', color: '#333333', fontSize: '16px',
|
||||
ref="multipleTable"
|
||||
:data="sarProStateListDatas"
|
||||
tooltip-effect="dark"
|
||||
style="width: 100%"
|
||||
border
|
||||
:height="sarProStateTableHeight"
|
||||
:header-cell-style="{background: '#e8e8e8', color: '#333333', fontSize: '16px',
|
||||
fontWeight: 'bold', fontFamily: 'MicrosoftYaHei-Bold', height: '48px'}">
|
||||
<el-table-column
|
||||
type="selection"
|
||||
width="55"
|
||||
align="center">
|
||||
</el-table-column>
|
||||
<!-- <el-table-column-->
|
||||
<!-- prop="standNumber"-->
|
||||
<!-- label="标准编号">-->
|
||||
<!-- </el-table-column>-->
|
||||
<!-- <el-table-column-->
|
||||
<!-- prop="standName"-->
|
||||
<!-- label="标准名称">-->
|
||||
<!-- </el-table-column>-->
|
||||
<!-- <el-table-column-->
|
||||
<!-- v-if="sarProject.position === '1'"-->
|
||||
<!-- prop="lastVersionNumber"-->
|
||||
<!-- label="上一版本标准编号">-->
|
||||
<!-- </el-table-column>-->
|
||||
<el-table-column
|
||||
v-if="sarProject.position === '2'"
|
||||
prop="correspondDomesticStandard"
|
||||
label="对应国行标">
|
||||
type="selection"
|
||||
width="55"
|
||||
align="center">
|
||||
</el-table-column>
|
||||
<el-table-column
|
||||
prop="specificItem"
|
||||
label="具体章条">
|
||||
prop="standNumber"
|
||||
label="标准编号">
|
||||
</el-table-column>
|
||||
<el-table-column
|
||||
prop="standName"
|
||||
label="标准名称">
|
||||
</el-table-column>
|
||||
<el-table-column
|
||||
v-if="sarProject.position === '1'"
|
||||
prop="lastVersionNumber"
|
||||
label="上一版本标准编号">
|
||||
</el-table-column>
|
||||
<el-table-column
|
||||
v-if="sarProject.position === '2'"
|
||||
prop="correspondDomesticStandard"
|
||||
label="对应国行标">
|
||||
</el-table-column>
|
||||
<el-table-column
|
||||
prop="specificItem"
|
||||
label="具体章条">
|
||||
</el-table-column>
|
||||
<el-table-column
|
||||
prop="carModel"
|
||||
|
||||
Reference in New Issue
Block a user