|
|
|
@ -178,9 +178,13 @@
|
|
|
|
|
type="primary"
|
|
|
|
|
:loading="btnpicloading"
|
|
|
|
|
@click="handleCommandpic"
|
|
|
|
|
:disabled="tableData.length == 0"
|
|
|
|
|
>主动拍照</el-button
|
|
|
|
|
>
|
|
|
|
|
<el-button type="primary" @click="handleHistory"
|
|
|
|
|
<el-button
|
|
|
|
|
type="primary"
|
|
|
|
|
@click="handleHistory"
|
|
|
|
|
:disabled="tableData.length == 0"
|
|
|
|
|
>历史图片</el-button
|
|
|
|
|
>
|
|
|
|
|
</div>
|
|
|
|
|