|
|
|
@ -91,8 +91,8 @@
|
|
|
|
|
>
|
|
|
|
|
<template slot-scope="scope">
|
|
|
|
|
<el-tag :type="scope.row.is_enabled === 1?'success':'danger'">{{
|
|
|
|
|
scope.row.is_enabled === 1 ? '启用' : '未启用'
|
|
|
|
|
}}
|
|
|
|
|
scope.row.is_enabled === 1 ? '启用' : '未启用'
|
|
|
|
|
}}
|
|
|
|
|
</el-tag>
|
|
|
|
|
</template>
|
|
|
|
|
</el-table-column>
|
|
|
|
@ -433,6 +433,7 @@ export default {
|
|
|
|
|
this.dialogVisible = true
|
|
|
|
|
},
|
|
|
|
|
handleFace(index, row) {
|
|
|
|
|
this.$forceUpdate()
|
|
|
|
|
faceStart().then(res => {
|
|
|
|
|
setTimeout(() => {
|
|
|
|
|
this.play = process.env.VUE_APP_FACE_API + '/face/play/'
|
|
|
|
|