From 7bd08fa39325be62adfe3792a2e2cfbf90c63430 Mon Sep 17 00:00:00 2001
From: 王震 <10952869+daywangzhen@user.noreply.gitee.com>
Date: 星期四, 28 十二月 2023 13:30:09 +0800
Subject: [PATCH] modified: src/views/warehouse/pallettransports/index.vue
---
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 27c09ec..52b4d38 100644
--- a/src/views/quality/teststandard/index.vue
+++ b/src/views/quality/teststandard/index.vue
@@ -192,16 +192,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"
@@ -210,6 +200,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