修改未符合项整改--标准号、标准号格式修改

This commit is contained in:
Mr.Z
2021-08-03 10:54:29 +08:00
parent 303afc61aa
commit b75f1a7327
@@ -99,9 +99,9 @@
prop="standId"
width="180px"
align="center"
label="标准号">
label="标准号">
<template slot-scope="scope">
<a @click="detailsStandard(scope.row)" class="table-jump">{{ scope.row.standId }}</a>
<a @click="detailsStandard(scope.row)" class="table-jump">{{ scope.row.standSerialNumber }}</a>
</template>
</el-table-column>
<el-table-column
@@ -202,7 +202,7 @@
:model="historySeeForm"
>
<el-form-item class="add-form-item" label="标准编号:">
<div class="seeItem">{{historySeeForm.standId}}</div>
<div class="seeItem">{{historySeeForm.standSerialNumber}}</div>
</el-form-item>
<el-form-item class="add-form-item" label="标准名称:">
<div class="seeItem">{{historySeeForm.standName}}</div>