|
@@ -1,6 +1,7 @@
|
|
<template>
|
|
<template>
|
|
<a-card size="small" :bordered="false" class="allocateBillList-wrap">
|
|
<a-card size="small" :bordered="false" class="allocateBillList-wrap">
|
|
<a-spin :spinning="spinning" tip="Loading...">
|
|
<a-spin :spinning="spinning" tip="Loading...">
|
|
|
|
+
|
|
<!-- 搜索条件 -->
|
|
<!-- 搜索条件 -->
|
|
<div class="table-page-search-wrapper">
|
|
<div class="table-page-search-wrapper">
|
|
<a-form layout="inline" @keyup.enter.native="$refs.table.refresh(true)">
|
|
<a-form layout="inline" @keyup.enter.native="$refs.table.refresh(true)">
|