From aa6bb1f2363c33e1d3a6c03e984b928160dcca5c Mon Sep 17 00:00:00 2001 From: zss <zss@example.com> Date: 星期三, 27 十二月 2023 16:32:09 +0800 Subject: [PATCH] 修改工艺文件 --- src/views/quality/teststandard/index.vue | 20 ++++++++++---------- 1 files changed, 10 insertions(+), 10 deletions(-) diff --git a/src/views/quality/teststandard/index.vue b/src/views/quality/teststandard/index.vue index 4be8c9b..5bcde4f 100644 --- a/src/views/quality/teststandard/index.vue +++ b/src/views/quality/teststandard/index.vue @@ -191,16 +191,6 @@ </template> </el-table-column><el-table-column label="娴嬭瘯鏂规硶" - prop="purpose" - align="center" - width="80" - > - <template slot-scope="scope"> - <el-input v-model="scope.row.purpose"></el-input> - </template> - </el-table-column> - <el-table-column - label="娴嬭瘯鐩殑" prop="method" align="center" width="80" @@ -209,6 +199,16 @@ <el-input v-model="scope.row.method"></el-input> </template> </el-table-column> + <el-table-column + label="娴嬭瘯鐩殑" + prop="purpose" + align="center" + width="80" + > + <template slot-scope="scope"> + <el-input v-model="scope.row.purpose"></el-input> + </template> + </el-table-column> <!-- <el-table-column label="閫氶亾" -- Gitblit v1.9.3