Commit af306542 authored by 沈翠玲's avatar 沈翠玲

车间异常单

parent 5e073604
...@@ -114,7 +114,7 @@ ...@@ -114,7 +114,7 @@
<el-table v-loading="loading" :data="reportList" @selection-change="handleSelectionChange"> <el-table v-loading="loading" :data="reportList" @selection-change="handleSelectionChange">
<el-table-column type="selection" width="55" align="center" /> <el-table-column type="selection" width="55" align="center" />
<el-table-column label="车间异常单号" align="center" prop="abnormalReportCode" > <el-table-column label="车间异常单号" width="120" align="center" prop="abnormalReportCode" >
<template slot-scope="scope"> <template slot-scope="scope">
<el-button <el-button
size="mini" size="mini"
......
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