| | |
| | | :size="size" |
| | | @page-change="onPageChange" |
| | | :max-height='documentHeight' |
| | | :scroll="{x: 1000, y: documentHeight }" |
| | | :scroll="{x: 1000}" |
| | | :row-selection="{ |
| | | type: 'checkbox', |
| | | showCheckedAll: true, |
| | |
| | | <template #run="{ record }"> |
| | | <div style="display: flex;align-items: center;"> |
| | | <div style="width: 100px"> |
| | | <a-popover title="Title" v-if="record.run == '4'"> |
| | | <a-popover title="" v-if="record.run == '4'"> |
| | | <a-tag :loading="record.loading" :color="'blue'" border>{{ $t("dmx.list.complete") }}</a-tag> |
| | | <template #content> |
| | | <p></p> |
| | | </template> |
| | | </a-popover> |
| | | <a-popover title="Title" v-if="record.run == '3'"> |
| | | <a-popover title="" v-if="record.run == '3'"> |
| | | <a-tag :loading="record.loading" :color="'blue'" border>{{ $t("dmx.list.complete") }}</a-tag> |
| | | <template #content> |
| | | <p></p> |
| | | </template> |
| | | </a-popover> |
| | | <a-popover title="Title" v-if="record.run == '1'"> |
| | | <a-popover title="" v-if="record.run == '1'"> |
| | | <a-tag :loading="record.loading" :color="'blue'" border>解析中...</a-tag> |
| | | <template #content> |
| | | <p></p> |
| | | </template> |
| | | </a-popover> |
| | | <a-popover title="Title" v-if="record.run == '2'"> |
| | | <a-popover title="" v-if="record.run == '2'"> |
| | | <a-tag :loading="record.loading" :color="'gold'" border>{{ $t("dmx.list.cancel") }}</a-tag> |
| | | <template #content> |
| | | <p></p> |
| | | </template> |
| | | </a-popover> |
| | | <a-popover title="Title" v-if="record.run == '0'"> |
| | | <a-popover title="" v-if="record.run == '0'"> |
| | | <a-tag :loading="record.loading" :color="'green'" border>{{ $t("dmx.list.NotStarted") }} |
| | | </a-tag> |
| | | <template #content> |