This commit is contained in:
parent
f2e49aeba6
commit
b285b820e4
|
|
@ -298,18 +298,18 @@
|
||||||
</template>
|
</template>
|
||||||
</el-table-column>
|
</el-table-column>
|
||||||
<el-table-column label="外观判定" prop="apDetection" align="center" width="160" :show-overflow-tooltip="true">
|
<el-table-column label="外观判定" prop="apDetection" align="center" width="160" :show-overflow-tooltip="true">
|
||||||
<template slot-scope="scope">
|
<!-- <template slot-scope="scope"> -->
|
||||||
<!-- <el-input
|
<!-- <el-input
|
||||||
v-model.number="scope.row.apDetection"
|
v-model.number="scope.row.apDetection"
|
||||||
placeholder="外观判定" maxlength="20"
|
placeholder="外观判定" maxlength="20"
|
||||||
type="text" clearable :readonly="isView"
|
type="text" clearable :readonly="isView"
|
||||||
style="width: 100%"
|
style="width: 100%"
|
||||||
/> -->
|
/> -->
|
||||||
<el-radio-group v-model="scope.row.apDetection" disabled>
|
<!-- <el-radio-group v-model="scope.row.apDetection" disabled>
|
||||||
<el-radio label="1">完好</el-radio>
|
<el-radio label="1">完好</el-radio>
|
||||||
<el-radio label="0">损坏</el-radio>
|
<el-radio label="0">损坏</el-radio>
|
||||||
</el-radio-group>
|
</el-radio-group> -->
|
||||||
</template>
|
<!-- </template> -->
|
||||||
</el-table-column>
|
</el-table-column>
|
||||||
<el-table-column label="附件" align="center" width="100">
|
<el-table-column label="附件" align="center" width="100">
|
||||||
<template slot-scope="scope">
|
<template slot-scope="scope">
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue