|
@@ -261,7 +261,7 @@
|
|
|
</template>
|
|
|
</t-select-input>
|
|
|
<t-input v-else class="actions-value" placeholder="输入值" style="width: 82px;" v-model="d.value" @change="valueDChange($event,d)" />
|
|
|
- <delete-icon class="hover" @click="delSendData(a.data,idx)"/>
|
|
|
+ <close-icon class="hover" @click="delSendData(a.data,idx)"/>
|
|
|
</div>
|
|
|
</template>
|
|
|
<template v-for="(item,idx) in a.list">
|