Commit 46ca56a4 authored by 秦嘉's avatar 秦嘉

修改bug

parent a1561851
...@@ -179,6 +179,7 @@ export default { ...@@ -179,6 +179,7 @@ export default {
* 重置按钮方法 * 重置按钮方法
*/ */
resetQuery() { resetQuery() {
this.$refs['queryParams'].clearValidate();
this.queryParams.materSn = undefined this.queryParams.materSn = undefined
this.assemblingList = [] this.assemblingList = []
this.form = {} this.form = {}
......
...@@ -103,6 +103,7 @@ ...@@ -103,6 +103,7 @@
<el-table-column align="center" :show-overflow-tooltip="true" prop="updatePerName"> <el-table-column align="center" :show-overflow-tooltip="true" prop="updatePerName">
<template slot="header"> <template slot="header">
<div>操作人</div> <div>操作人</div>
<div>Operator</div>
</template> </template>
<template slot-scope="scope"> <template slot-scope="scope">
<span>{{ scope.row.updatePerName || '-' }}</span> <span>{{ scope.row.updatePerName || '-' }}</span>
...@@ -217,7 +218,7 @@ ...@@ -217,7 +218,7 @@
<div class="labelName">备注</div> <div class="labelName">备注</div>
<div class="labelName">PS</div> <div class="labelName">PS</div>
</div> </div>
<el-input v-model.trim="form.remarks" :maxlength="256" show-word-limit type="textarea" :row="3" placeholder="请输入备注" /> <el-input v-model.trim="form.remarks" :maxlength="256" show-word-limit type="textarea" :rows="5" placeholder="请输入备注" />
</el-form-item> </el-form-item>
</el-col> </el-col>
</el-row> </el-row>
......
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