|
@@ -104,7 +104,7 @@
|
|
|
<div v-if="!record.ed" ><a>{{record.devicePropVal}}</a></div>
|
|
<div v-if="!record.ed" ><a>{{record.devicePropVal}}</a></div>
|
|
|
<a-space v-else>
|
|
<a-space v-else>
|
|
|
<a-input v-model:value='record.devicePropVal' ></a-input>
|
|
<a-input v-model:value='record.devicePropVal' ></a-input>
|
|
|
- <a-button type="primary" size="samll" @click="changeDevicePropVal" >
|
|
|
|
|
|
|
+ <a-button type="primary" size="samll" @click="changeDevicePropVal(record)" >
|
|
|
<template #icon>
|
|
<template #icon>
|
|
|
<CheckOutlined />
|
|
<CheckOutlined />
|
|
|
</template>
|
|
</template>
|