9808c12c3e5e7f6L57">57
              <a href="javascript:;" style="color:#0089D4;" @click="deleteDeviceData(row)">人脸审核</a>
57
              <a v-if="row.field2!='5'" href="javascript:;" style="color:#0089D4;" @click="auditdata(row.id,row.companyName)">人脸审核</a>
58 58
            </template>
59 59
          </t-table-column>
60 60
        </t-table>
@ -65,15 +65,18 @@
65 65
      </div>
66 66
    </t-card>
67 67
    <add-user-modal :visible="addDeviceModal"></add-user-modal>
68
    <auditModal :auditshow.sync="auditshow" :auditid="auditid" :company-name="companyName" @refeshUserList="getUserList"></auditModal>
68 69
  </div>
69 70
</template>
70 71
71 72
<script>
72 73
import sysapi from '@/api/usermana'
73 74
import addUserModal from './components/modal/addUser'
75
import auditModal from './components/modal/audit'
74 76
export default {
75 77
  components: {
76
    addUserModal
78
    addUserModal,
79
    auditModal
77 80
  },
78 81
  data () {
79 82
    return {
@ -103,7 +106,14 @@ export default {
103 106
      currentDeviceData: {},
104 107
      // 显示/隐藏新增设备对话框
105 108
      addDeviceModal: false,
106
      currentEditDevice: {}
109
      currentEditDevice: {},
110
      // 人脸审核模态框显示
111
      auditshow: false,
112
      // 人脸审核选择id
113
      auditid: 0,
114
      // 人脸审核的公司名称
115
      companyName: ''
116
107 117
    }
108 118
  },
109 119
  watch: {
@ -305,6 +315,12 @@ export default {
305 315
        this.$Message.danger('设备数据获取失败!')
306 316
      }
307 317
      this.addDeviceModal = true
318
    },
319
    // 人脸审核
320
    auditdata (id, companyName) {
321
      this.companyName = companyName
322
      this.auditid = id
323
      this.auditshow = true
308 324
    }
309 325
  }
310 326
}

android-share - Nuosi Git Service

ipu的trunk版的android工程和服务端工程。

huangbo 1b1a6c6621 推送逻辑改造 9 ans auparavant
..
libs 1b1a6c6621 推送逻辑改造 9 ans auparavant
res 0c032608f7 ipu-scan-lib初始化 9 ans auparavant
.classpath 0c032608f7 ipu-scan-lib初始化 9 ans auparavant
.gitignore 0c032608f7 ipu-scan-lib初始化 9 ans auparavant
.project 0c032608f7 ipu-scan-lib初始化 9 ans auparavant
AndroidManifest.xml 0c032608f7 ipu-scan-lib初始化 9 ans auparavant
proguard-project.txt 0c032608f7 ipu-scan-lib初始化 9 ans auparavant
project.properties 0c032608f7 ipu-scan-lib初始化 9 ans auparavant