|
|
@@ -114,6 +114,7 @@
|
|
|
</template>
|
|
|
<template #name="{ record }">
|
|
|
<a-list-item-meta :title="record.company" :description="record.description" />
|
|
|
+
|
|
|
</template>
|
|
|
<template #daily_income_limit="{ record }">
|
|
|
<a-tag bordered
|
|
|
@@ -141,6 +142,9 @@
|
|
|
<a-tag v-if="record.is_banned" size="small" bordered color="red">
|
|
|
封号
|
|
|
</a-tag>
|
|
|
+ <a-typography-text mark v-if="record.note">
|
|
|
+ {{ record.note }}
|
|
|
+ </a-typography-text>
|
|
|
</template>
|
|
|
<template #status="{ record }">
|
|
|
<a-tag v-if="record.status" bordered color="green" @click="changeStatus(record, false)">
|