|
@@ -9,7 +9,7 @@
|
|
|
<a-form layout="inline" @keyup.enter.native="handleSearch">
|
|
|
<a-row :gutter="24">
|
|
|
<a-col :md="6" :sm="8">
|
|
|
- <a-form-item label="任务名称" prop="name">
|
|
|
+ <a-form-item label="关键字" prop="name">
|
|
|
<a-input type="text" allowClear v-model="searchForm.name" placeholder="请输入" />
|
|
|
</a-form-item>
|
|
|
</a-col>
|
|
@@ -56,6 +56,11 @@
|
|
|
<span> {{ t }} </span>
|
|
|
</template>
|
|
|
</a-table-column>
|
|
|
+ <a-table-column title="业务信息" dataIndex="description" width="8%" align="center">
|
|
|
+ <template slot-scope="t">
|
|
|
+ <span> {{ t }} </span>
|
|
|
+ </template>
|
|
|
+ </a-table-column>
|
|
|
<a-table-column title="委托代办人" dataIndex="owner" align="center" width="8%">
|
|
|
<template slot-scope="t">
|
|
|
<span> {{ t }} </span>
|