Commit cad5329f by 李金轩

ljx

1 parent ced13132
...@@ -89,7 +89,7 @@ ...@@ -89,7 +89,7 @@
<span :class="getClass(text)">{{ text }}</span> <span :class="getClass(text)">{{ text }}</span>
</template> </template>
<template #operation="{ record }"> <template #operation="{ record }">
<div > <div>
<a-button @click="deleteRecord(record)" type="primary" danger>删除任务</a-button> <a-button @click="deleteRecord(record)" type="primary" danger>删除任务</a-button>
</div> </div>
</template> </template>
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!