bug修复

This commit is contained in:
jjLv 2024-08-16 17:51:32 +08:00
parent 313464bc14
commit 1be57becd3
2 changed files with 3 additions and 2 deletions

View File

@ -1551,7 +1551,7 @@
// this.reset();
const shPersonName = row.shPersonName;
const shId = row.shId;
if(shPersonName!=null){
if(shPersonName!=null&&shPersonName!=''){
this.$alert('手环已绑定使用人,不可修改', '提示', {
type: 'warning',
confirmButtonText: '确定',

View File

@ -96,7 +96,6 @@
</el-row>
<el-table v-loading="loading" :data="tableData" >
<el-table-column type="selection" width="55" align="center" :reserve-selection="true" />
<el-table-column label="序号" align="center" width="80" type="index">
<template slot-scope="scope">
<span>{{ (queryParams.pageNum - 1) * queryParams.pageSize + scope.$index + 1 }}</span>
@ -154,6 +153,8 @@ export default {
//
loading: true,
//
//
showSearch: true,
single: true,
//
//