yumeng 2 년 전
부모
커밋
638075a1de
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  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