|
@@ -28,6 +28,12 @@
|
|
|
</span>
|
|
</span>
|
|
|
</template>
|
|
</template>
|
|
|
|
|
|
|
|
|
|
+ <template #table-column-deadline="{scope}">
|
|
|
|
|
+ <span>
|
|
|
|
|
+ {{ scope.row.deadline?scope.row.deadline.substr(0,11):'' }}
|
|
|
|
|
+ </span>
|
|
|
|
|
+ </template>
|
|
|
|
|
+
|
|
|
<template #table-column-needRenew="{scope}">
|
|
<template #table-column-needRenew="{scope}">
|
|
|
<span v-if="scope.row.hasRenew == 1">
|
|
<span v-if="scope.row.hasRenew == 1">
|
|
|
-
|
|
-
|
|
@@ -188,6 +194,12 @@ export default {
|
|
|
width: '100',
|
|
width: '100',
|
|
|
align: 'center'
|
|
align: 'center'
|
|
|
},
|
|
},
|
|
|
|
|
+ {
|
|
|
|
|
+ prop: 'deadline',
|
|
|
|
|
+ label: '过期时间',
|
|
|
|
|
+ width: '100',
|
|
|
|
|
+ align: 'center'
|
|
|
|
|
+ },
|
|
|
{
|
|
{
|
|
|
prop: 'mobile',
|
|
prop: 'mobile',
|
|
|
label: '手机号',
|
|
label: '手机号',
|