Commit 68cbf634 authored by 赵汉亭's avatar 赵汉亭

添加是否倒冲

parent 450be1b2
...@@ -44,6 +44,12 @@ ...@@ -44,6 +44,12 @@
prop="alternativeGroup" prop="alternativeGroup"
width="120" width="120"
/> />
<el-table-column
label="是否倒冲"
align="center"
prop="recoil"
width="120"
/>
<el-table-column <el-table-column
v-if="mode != 'info'" v-if="mode != 'info'"
label="操作" label="操作"
...@@ -279,6 +285,7 @@ export default { ...@@ -279,6 +285,7 @@ export default {
alternativeProbability: "", alternativeProbability: "",
bomItemRemark: "", bomItemRemark: "",
itemRemark: "", itemRemark: "",
recoil:"",
}; };
}, },
/**重置组件状态 */ /**重置组件状态 */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment