Commit d02c9222 authored by jiaxu.yan's avatar jiaxu.yan

Merge branch 'develop' into developer/yanjiaxu

parents 6c0c8b89 86f785f3
...@@ -1015,7 +1015,7 @@ export default { ...@@ -1015,7 +1015,7 @@ export default {
// 判断小组信息、整车样品信息、零件样品信息有无数据 // 判断小组信息、整车样品信息、零件样品信息有无数据
console.log() console.log()
if (this.tableData.length === 0) { if (this.tableData.length === 0) {
this.$message.error('请添加小组信息') this.$message.error('请添加检验小组信息')
return return
} else if ( } else if (
this.tableData.length > 0 && this.tableData.length > 0 &&
......
...@@ -186,7 +186,7 @@ ...@@ -186,7 +186,7 @@
</div> </div>
<div class="tip-navigation"> <div class="tip-navigation">
<div class="tip"></div> <div class="tip"></div>
<div class="tip-title">小组信息</div> <div class="tip-title">检验小组</div>
</div> </div>
<div class="global-left-margin" style="padding-bottom: 18px"> <div class="global-left-margin" style="padding-bottom: 18px">
<el-table <el-table
...@@ -231,7 +231,7 @@ ...@@ -231,7 +231,7 @@
<!-- 零件样品信息 --> <!-- 零件样品信息 -->
<div class="tip-navigation"> <div class="tip-navigation">
<div class="tip"></div> <div class="tip"></div>
<div class="tip-title">零件样品信息</div> <div class="tip-title">件样品信息</div>
</div> </div>
<PartInfo <PartInfo
v-model="partInfoArr" v-model="partInfoArr"
......
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