马宇豪
2023-12-21 45fbd9d1e4f63c6e43512d9d532d491367cc55ee
src/views/Admin/reactionManage.vue
@@ -22,7 +22,7 @@
            {{ getRiskName(type) }}
        </template>
        <template #action="action,row">
          <a-button type="link" @click="editData('edit',row)">编辑</a-button>
          <a-button type="link" @click="editData('edit',row)" v-preventReClick="1500">编辑</a-button>
          <a-button type="link" class="delBtn" @click="delData(row)">删除</a-button>
        </template>
      </a-table>