浏览代码

成本分配列表-筛选条件/列表字段

jbb 1 年之前
父节点
当前提交
11c5523576
共有 1 个文件被更改,包括 3 次插入3 次删除
  1. 3 3
      src/views/cost-allocation-total/list.vue

+ 3 - 3
src/views/cost-allocation-total/list.vue

@@ -50,7 +50,7 @@
                 <a-input placeholder="请输入" v-model="queryParam.processUnit"></a-input>
               </a-form-item>
             </a-col>
-            <a-col :md="6" :sm="8">
+            <!-- <a-col :md="6" :sm="8">
               <a-form-item label="出运日期">
                 <a-date-picker style="width: 100%" v-model="outdata"  @change="changeData" :format="dateFormat"> </a-date-picker>
               </a-form-item>
@@ -69,7 +69,7 @@
               <a-form-item label="短出数">
                 <a-input placeholder="请输入" v-model="queryParam.shortseveral"></a-input>
               </a-form-item>
-            </a-col>
+            </a-col> -->
             <a-col :md="6" :sm="8">
             <a-form-item label="是否有驳回">
                 <a-select v-model="queryParam.rejectDate">
@@ -232,7 +232,7 @@ export default {
         { title: '事故金额(¥)', width: 120, dataIndex: 'accidentcnyAmount', ellipsis: true, className: 'replacecolor' },
         { title: '事故金额($)', width: 120, dataIndex: 'accidentUsdamount', ellipsis: true, className: 'replacecolor' },
         { title: '备注', width: 120, dataIndex: 'remarks', ellipsis: true, className: 'replacecolor' },
-        { title: '状态', width: 120,fixed: 'right', dataIndex: ' ', ellipsis: true, className: 'replacecolor' },
+        { title: '状态', width: 120,fixed: 'right', dataIndex: 'status', ellipsis: true, className: 'replacecolor' },
 
         { title: '操作', width: 120 ,fixed: 'right', dataIndex: 'option', ellipsis: true, className: 'replacecolor', scopedSlots: { customRender: 'action' } },
       ],