diff --git a/fuintAdmin/src/views/staff/list.vue b/fuintAdmin/src/views/staff/list.vue index fb5240ef4..afb9d21cb 100644 --- a/fuintAdmin/src/views/staff/list.vue +++ b/fuintAdmin/src/views/staff/list.vue @@ -117,13 +117,16 @@ @click="binding(scope.row)" >一键绑定 - 解绑 + 解绑 + +
+
+
+ 序号 +
+
+ 厂商名称 +
+
+ 二维码SN号 +
+
+ 码牌SN号 +
+
+ 操作 +
+
- - - - - - - - - - + + + + + + + + + + + + + + +
+ {{index+1}} +
+
{{item.companyName}} -
--> -
+
+
+ {{item.tagCodeSn}} +
+
+ {{item.snCode}} +
+
选择
-
+
已选择
@@ -529,7 +558,7 @@ export default { }, created() { this.getList(); - this.gettagCodeRecord() + // // this.getDuty(); // this.getStoreList(); }, @@ -537,6 +566,7 @@ export default { binding(row){ this.staffId = row.id this.openShow = true + this.gettagCodeRecord() }, nobinding(row){ let data = { @@ -907,5 +937,9 @@ export default { .oilid{ background: #f6f8f9 !important; } + .rw{ + width: 25%; + text-align: center; + }