标准详情页面,查看分解单隐藏俩字段-符合性状态,合规性分析
This commit is contained in:
@@ -898,20 +898,20 @@
|
||||
label="责任工程师"
|
||||
width="100">
|
||||
</el-table-column>
|
||||
<el-table-column
|
||||
show-overflow-tooltip
|
||||
label="符合性状态"
|
||||
width="100">
|
||||
<template slot-scope="scope">
|
||||
{{ scope.row.complianceRequire ? (scope.row.complianceRequire === '1' ? '是' : '否') : '-' }}
|
||||
</template>
|
||||
</el-table-column>
|
||||
<el-table-column
|
||||
show-overflow-tooltip
|
||||
prop="complianceState"
|
||||
label="合规性分析"
|
||||
width="100">
|
||||
</el-table-column>
|
||||
<!-- <el-table-column-->
|
||||
<!-- show-overflow-tooltip-->
|
||||
<!-- label="符合性状态"-->
|
||||
<!-- width="100">-->
|
||||
<!-- <template slot-scope="scope">-->
|
||||
<!-- {{ scope.row.complianceRequire ? (scope.row.complianceRequire === '1' ? '是' : '否') : '-' }}-->
|
||||
<!-- </template>-->
|
||||
<!-- </el-table-column>-->
|
||||
<!-- <el-table-column-->
|
||||
<!-- show-overflow-tooltip-->
|
||||
<!-- prop="complianceState"-->
|
||||
<!-- label="合规性分析"-->
|
||||
<!-- width="100">-->
|
||||
<!-- </el-table-column>-->
|
||||
<el-table-column label="操作" align="center" width="50" fixed="right">
|
||||
<template slot-scope="scope">
|
||||
<div @click.stop>
|
||||
@@ -1082,24 +1082,24 @@
|
||||
<!-- clearable-->
|
||||
<!-- />-->
|
||||
<!-- </el-form-item>-->
|
||||
<el-form-item
|
||||
label="符合性状态"
|
||||
class="add-form-item"
|
||||
>
|
||||
<template>
|
||||
<el-radio v-model="resolveListForm.complianceRequire" label="1">符合</el-radio>
|
||||
<el-radio v-model="resolveListForm.complianceRequire" label="2">不符合</el-radio>
|
||||
</template>
|
||||
<!-- <el-input-->
|
||||
<!-- style="width: 45%"-->
|
||||
<!-- v-model="resolveListForm.complianceRequire"-->
|
||||
<!-- clearable-->
|
||||
<!-- />-->
|
||||
</el-form-item>
|
||||
<el-form-item
|
||||
label="合规性分析"
|
||||
class="add-form-item"
|
||||
>
|
||||
<!-- <el-form-item-->
|
||||
<!-- label="符合性状态"-->
|
||||
<!-- class="add-form-item"-->
|
||||
<!-- >-->
|
||||
<!-- <template>-->
|
||||
<!-- <el-radio v-model="resolveListForm.complianceRequire" label="1">符合</el-radio>-->
|
||||
<!-- <el-radio v-model="resolveListForm.complianceRequire" label="2">不符合</el-radio>-->
|
||||
<!-- </template>-->
|
||||
<!-- <!– <el-input–>-->
|
||||
<!-- <!– style="width: 45%"–>-->
|
||||
<!-- <!– v-model="resolveListForm.complianceRequire"–>-->
|
||||
<!-- <!– clearable–>-->
|
||||
<!-- <!– />–>-->
|
||||
<!-- </el-form-item>-->
|
||||
<!-- <el-form-item-->
|
||||
<!-- label="合规性分析"-->
|
||||
<!-- class="add-form-item"-->
|
||||
<!-- >-->
|
||||
<el-input
|
||||
style="width: 45%"
|
||||
v-model="resolveListForm.complianceState"
|
||||
@@ -1360,19 +1360,19 @@
|
||||
{{ standShowItemEO.comparedWithPrevious }}</span>
|
||||
</div>
|
||||
|
||||
<div class="see-drawer-div">
|
||||
<label class="see-drawer-name" style="font-size: 14px" title="符合性状态">符合性状态</label>
|
||||
<span class="see-drawer-val" style="font-size: 12px" :title="standShowItemEO.complianceRequire">
|
||||
{{ standShowItemEO.complianceRequire ? (standShowItemEO.complianceRequire === '1' ? '是' : '否') : '-' }}
|
||||
</span>
|
||||
<!-- <div class="see-drawer-div">-->
|
||||
<!-- <label class="see-drawer-name" style="font-size: 14px" title="符合性状态">符合性状态</label>-->
|
||||
<!-- <span class="see-drawer-val" style="font-size: 12px" :title="standShowItemEO.complianceRequire">-->
|
||||
<!-- {{ standShowItemEO.complianceRequire ? (standShowItemEO.complianceRequire === '1' ? '是' : '否') : '-' }}-->
|
||||
<!-- </span>-->
|
||||
|
||||
</div>
|
||||
<!-- </div>-->
|
||||
|
||||
<div class="see-drawer-div">
|
||||
<label class="see-drawer-name" style="font-size: 14px" title="合规性分析">合规性分析</label>
|
||||
<span class="see-drawer-val" style="font-size: 12px" :title="standShowItemEO.complianceState">
|
||||
{{ standShowItemEO.complianceState }}</span>
|
||||
</div>
|
||||
<!-- <div class="see-drawer-div">-->
|
||||
<!-- <label class="see-drawer-name" style="font-size: 14px" title="合规性分析">合规性分析</label>-->
|
||||
<!-- <span class="see-drawer-val" style="font-size: 12px" :title="standShowItemEO.complianceState">-->
|
||||
<!-- {{ standShowItemEO.complianceState }}</span>-->
|
||||
<!-- </div>-->
|
||||
<!-- <div class="see-drawer-div">-->
|
||||
<!-- <label class="see-drawer-name" title="FO">FO</label>-->
|
||||
<!-- <span class="see-drawer-val" :title="standShowItemEO.foShow">{{ standShowItemEO.foShow }}</span>-->
|
||||
|
||||
Reference in New Issue
Block a user