dev_xds
parent
15fe949a59
commit
136ed49630
|
@ -24,6 +24,24 @@
|
||||||
@click="onPreview(img)"
|
@click="onPreview(img)"
|
||||||
></el-image>
|
></el-image>
|
||||||
</el-form-item>
|
</el-form-item>
|
||||||
|
<el-row>
|
||||||
|
<el-col :span="12">
|
||||||
|
<el-form-item label="验收类型">
|
||||||
|
<dict-tag
|
||||||
|
:options="dict.type.project_checking_data_type_lvl1"
|
||||||
|
:value="dataInfo.dataTypeLvl1"
|
||||||
|
/>
|
||||||
|
</el-form-item>
|
||||||
|
</el-col>
|
||||||
|
<el-col :span="12">
|
||||||
|
<el-form-item label="类型分类">
|
||||||
|
<dict-tag
|
||||||
|
:options="dict.type.project_checking_data_type_lvl2"
|
||||||
|
:value="dataInfo.dataTypeLvl2"
|
||||||
|
/>
|
||||||
|
</el-form-item>
|
||||||
|
</el-col>
|
||||||
|
</el-row>
|
||||||
<el-row>
|
<el-row>
|
||||||
<el-col :span="12">
|
<el-col :span="12">
|
||||||
<el-form-item label="质量专员">
|
<el-form-item label="质量专员">
|
||||||
|
@ -110,7 +128,7 @@
|
||||||
type: Function,
|
type: Function,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
dicts: ["project_checking_result"],
|
dicts: ["project_checking_result","project_checking_data_type_lvl1","project_checking_data_type_lvl2"],
|
||||||
data() {
|
data() {
|
||||||
return {
|
return {
|
||||||
showViewer: false,
|
showViewer: false,
|
||||||
|
|
Loading…
Reference in New Issue