fix: BUG修改
This commit is contained in:
parent
2fd8632e18
commit
7283ba92ca
@ -198,7 +198,7 @@
|
||||
<div class="product-list">
|
||||
<el-table class="tables" :data="productList">
|
||||
<el-table-column label="选择" align="center" width="65">
|
||||
<template scope="scope">
|
||||
<template slot-scope="scope">
|
||||
<el-radio
|
||||
:disabled="scope.row.useProductionLine"
|
||||
:label="scope.row.id"
|
||||
@ -239,7 +239,7 @@
|
||||
<div class="dialog_content">
|
||||
<el-table class="tables" :data="pedestalList">
|
||||
<el-table-column label="选择" align="center" width="65">
|
||||
<template scope="scope">
|
||||
<template slot-scope="scope">
|
||||
<el-radio
|
||||
:disabled="scope.row.useProductionLine"
|
||||
:label="scope.row.id"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user