This commit is contained in:
bb_pan 2025-05-21 17:59:12 +08:00
parent f2e49aeba6
commit b285b820e4
1 changed files with 4 additions and 4 deletions

View File

@ -298,18 +298,18 @@
</template>
</el-table-column>
<el-table-column label="外观判定" prop="apDetection" align="center" width="160" :show-overflow-tooltip="true">
<template slot-scope="scope">
<!-- <template slot-scope="scope"> -->
<!-- <el-input
v-model.number="scope.row.apDetection"
placeholder="外观判定" maxlength="20"
type="text" clearable :readonly="isView"
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="0">损坏</el-radio>
</el-radio-group>
</template>
</el-radio-group> -->
<!-- </template> -->
</el-table-column>
<el-table-column label="附件" align="center" width="100">
<template slot-scope="scope">