|
@@ -70,7 +70,7 @@
|
|
<span> {{ t }} </span>
|
|
<span> {{ t }} </span>
|
|
</template>
|
|
</template>
|
|
</a-table-column>
|
|
</a-table-column>
|
|
- <a-table-column
|
|
|
|
|
|
+ <!-- <a-table-column
|
|
title="优先级"
|
|
title="优先级"
|
|
dataIndex="priority"
|
|
dataIndex="priority"
|
|
:width="80"
|
|
:width="80"
|
|
@@ -84,7 +84,7 @@
|
|
<span v-else-if="t == 2" style="color: red;"> 紧急 </span>
|
|
<span v-else-if="t == 2" style="color: red;"> 紧急 </span>
|
|
<span v-else style="color: #999;"> 无 </span>
|
|
<span v-else style="color: #999;"> 无 </span>
|
|
</template>
|
|
</template>
|
|
- </a-table-column>
|
|
|
|
|
|
+ </a-table-column> -->
|
|
|
|
|
|
<!-- 审批操作 -->
|
|
<!-- 审批操作 -->
|
|
<a-table-column title="审批操作" dataIndex="deleteReason" :width="100" align="center">
|
|
<a-table-column title="审批操作" dataIndex="deleteReason" :width="100" align="center">
|
|
@@ -102,7 +102,7 @@
|
|
<j-ellipsis :value="t" :length="6" />
|
|
<j-ellipsis :value="t" :length="6" />
|
|
</template>
|
|
</template>
|
|
</a-table-column>
|
|
</a-table-column>
|
|
- <a-table-column
|
|
|
|
|
|
+ <!-- <a-table-column
|
|
title="耗时"
|
|
title="耗时"
|
|
dataIndex="duration"
|
|
dataIndex="duration"
|
|
:width="60"
|
|
:width="60"
|
|
@@ -113,7 +113,7 @@
|
|
<template slot-scope="t">
|
|
<template slot-scope="t">
|
|
<span> {{ millsToTime(t) }} </span>
|
|
<span> {{ millsToTime(t) }} </span>
|
|
</template>
|
|
</template>
|
|
- </a-table-column>
|
|
|
|
|
|
+ </a-table-column> -->
|
|
<a-table-column title="创建时间" dataIndex="createTime" :width="130" align="center">
|
|
<a-table-column title="创建时间" dataIndex="createTime" :width="130" align="center">
|
|
<template slot-scope="t">
|
|
<template slot-scope="t">
|
|
<span> {{ t }} </span>
|
|
<span> {{ t }} </span>
|