Przeglądaj źródła

待办任务增加业务信息

fenghaifu 2 lat temu
rodzic
commit
7116f1823a
1 zmienionych plików z 6 dodań i 1 usunięć
  1. 6 1
      src/views/activiti/todoManage.vue

+ 6 - 1
src/views/activiti/todoManage.vue

@@ -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>