yumeng 2 years ago
parent
commit
638075a1de
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/views/goodsManagement/samplingList.vue

+ 2 - 2
src/views/goodsManagement/samplingList.vue

@@ -380,7 +380,7 @@
                   "
                   style="text-align: center"
                   @click="getUserList(scope.row)"
-                  >编辑</a
+                  >领样换绑</a
                 >
                 <a
                   v-if="scope.row.sampleVoucherStatus == 2"
@@ -1001,7 +1001,7 @@
     </el-dialog>
     <!-- 上传作业 -->
     <el-dialog
-      title="修改领样人"
+      title="领样换绑"
       :visible.sync="editUserIdVisible"
       width="500px"
       append-to-body