update
This commit is contained in:
@@ -911,11 +911,12 @@
|
|||||||
<span class="text-red-500">¥{{ row.amount }}</span>
|
<span class="text-red-500">¥{{ row.amount }}</span>
|
||||||
</template>
|
</template>
|
||||||
</el-table-column>
|
</el-table-column>
|
||||||
<el-table-column label="状态" width="82" align="center">
|
<el-table-column label="状态" width="100" align="center">
|
||||||
<template #default="{ row }">
|
<template #default="{ row }">
|
||||||
<el-tag :type="payOrderStatusTag(row.status)" size="small">
|
<el-tag :type="payOrderStatusTag(row.status)" size="small">
|
||||||
{{ row.status_desc || orderStatusText(row.status) }}
|
{{ row.status_desc || orderStatusText(row.status) }}
|
||||||
</el-tag>
|
</el-tag>
|
||||||
|
<el-tag v-if="row.is_exempt === 1" type="warning" size="small" class="ml-1">豁免</el-tag>
|
||||||
</template>
|
</template>
|
||||||
</el-table-column>
|
</el-table-column>
|
||||||
<el-table-column prop="creator_name" label="创建人" width="80" show-overflow-tooltip />
|
<el-table-column prop="creator_name" label="创建人" width="80" show-overflow-tooltip />
|
||||||
@@ -968,11 +969,12 @@
|
|||||||
<span class="text-red-500">¥{{ row.amount }}</span>
|
<span class="text-red-500">¥{{ row.amount }}</span>
|
||||||
</template>
|
</template>
|
||||||
</el-table-column>
|
</el-table-column>
|
||||||
<el-table-column label="状态" width="82" align="center">
|
<el-table-column label="状态" width="100" align="center">
|
||||||
<template #default="{ row }">
|
<template #default="{ row }">
|
||||||
<el-tag :type="payOrderStatusTag(row.status)" size="small">
|
<el-tag :type="payOrderStatusTag(row.status)" size="small">
|
||||||
{{ row.status_desc || orderStatusText(row.status) }}
|
{{ row.status_desc || orderStatusText(row.status) }}
|
||||||
</el-tag>
|
</el-tag>
|
||||||
|
<el-tag v-if="row.is_exempt === 1" type="warning" size="small" class="ml-1">豁免</el-tag>
|
||||||
</template>
|
</template>
|
||||||
</el-table-column>
|
</el-table-column>
|
||||||
<el-table-column prop="creator_name" label="创建人" width="80" show-overflow-tooltip />
|
<el-table-column prop="creator_name" label="创建人" width="80" show-overflow-tooltip />
|
||||||
|
|||||||
@@ -925,11 +925,12 @@
|
|||||||
<span class="text-red-500">¥{{ row.amount }}</span>
|
<span class="text-red-500">¥{{ row.amount }}</span>
|
||||||
</template>
|
</template>
|
||||||
</el-table-column>
|
</el-table-column>
|
||||||
<el-table-column label="状态" width="82" align="center">
|
<el-table-column label="状态" width="100" align="center">
|
||||||
<template #default="{ row }">
|
<template #default="{ row }">
|
||||||
<el-tag :type="payOrderStatusTag(row.status)" size="small">
|
<el-tag :type="payOrderStatusTag(row.status)" size="small">
|
||||||
{{ row.status_desc || orderStatusText(row.status) }}
|
{{ row.status_desc || orderStatusText(row.status) }}
|
||||||
</el-tag>
|
</el-tag>
|
||||||
|
<el-tag v-if="row.is_exempt === 1" type="warning" size="small" class="ml-1">豁免</el-tag>
|
||||||
</template>
|
</template>
|
||||||
</el-table-column>
|
</el-table-column>
|
||||||
<el-table-column prop="creator_name" label="创建人" width="80" show-overflow-tooltip />
|
<el-table-column prop="creator_name" label="创建人" width="80" show-overflow-tooltip />
|
||||||
@@ -982,11 +983,12 @@
|
|||||||
<span class="text-red-500">¥{{ row.amount }}</span>
|
<span class="text-red-500">¥{{ row.amount }}</span>
|
||||||
</template>
|
</template>
|
||||||
</el-table-column>
|
</el-table-column>
|
||||||
<el-table-column label="状态" width="82" align="center">
|
<el-table-column label="状态" width="100" align="center">
|
||||||
<template #default="{ row }">
|
<template #default="{ row }">
|
||||||
<el-tag :type="payOrderStatusTag(row.status)" size="small">
|
<el-tag :type="payOrderStatusTag(row.status)" size="small">
|
||||||
{{ row.status_desc || orderStatusText(row.status) }}
|
{{ row.status_desc || orderStatusText(row.status) }}
|
||||||
</el-tag>
|
</el-tag>
|
||||||
|
<el-tag v-if="row.is_exempt === 1" type="warning" size="small" class="ml-1">豁免</el-tag>
|
||||||
</template>
|
</template>
|
||||||
</el-table-column>
|
</el-table-column>
|
||||||
<el-table-column prop="creator_name" label="创建人" width="80" show-overflow-tooltip />
|
<el-table-column prop="creator_name" label="创建人" width="80" show-overflow-tooltip />
|
||||||
|
|||||||
Reference in New Issue
Block a user