|
|
@@ -94,7 +94,7 @@
|
|
|
:prop="column.prop" sortable :width="column.width" :label="column.label" align="center" show-overflow-tooltip>
|
|
|
<template slot-scope="scope" >
|
|
|
<span v-if="column.prop == 'SetupTime'">{{ jstimehandle(scope.row.SetupTime+'') }}</span>
|
|
|
- <span v-if="column.prop == 'ApplyTime'">{{ jstimehandle(scope.row.ApplyTime+'') }}</span>
|
|
|
+ <span v-else-if="column.prop == 'ApplyTime'">{{ jstimehandle(scope.row.ApplyTime+'') }}</span>
|
|
|
<span v-else-if="column.prop == 'AccessCardNo'" style="font-family:'黑体';font-size:13px">{{scope.row.AccessCardNo}}</span>
|
|
|
<span v-else>{{ scope.row[column.prop] }}</span>
|
|
|
</template>
|