采集设备修改bug

pull/5/head
liutao 2 days ago
parent 77e5439b9e
commit 4835eddb3e

@ -153,7 +153,7 @@
<el-button
link
type="primary"
@click="openForm('setting', scope.row.id)"
@click.stop="openForm('setting', scope.row.id)"
v-hasPermi="['iot:device:update']"
>
{{ t('DataCollection.Device.settingDialogTitle') }}
@ -161,7 +161,7 @@
<el-button
link
type="primary"
@click="handleCopy(scope.row.id)"
@click.stop="handleCopy(scope.row.id)"
v-hasPermi="['iot:device:create']"
>
{{ t('action.copy') }}
@ -177,7 +177,7 @@
<el-button
link
type="danger"
@click="handleDelete(scope.row.id)"
@click.stop="handleDelete(scope.row.id)"
v-hasPermi="['iot:device:delete']"
>
{{ t('action.delete') }}

Loading…
Cancel
Save