Browse Source

BUG修改

master
parent
commit
83bbbb22a6
  1. 2
      src/views/eam/report/inventoryWarning/index.vue
  2. 2
      src/views/eam/report/inventoryWarning/inventoryWarning.data.ts

2
src/views/eam/report/inventoryWarning/index.vue

@ -11,7 +11,7 @@
<!-- 列表 -->
<ContentWrap>
<Table :columns="tableColumns" :stripe="false" :row-style="tableRowClassName" :data="tableObject.tableList"
<Table :columns="tableColumns" :stripe="false" :data="tableObject.tableList"
:loading="tableObject.loading" :pagination="{
total: tableObject.total
}" v-model:pageSize="tableObject.pageSize" v-model:currentPage="tableObject.currentPage"

2
src/views/eam/report/inventoryWarning/inventoryWarning.data.ts

@ -166,7 +166,7 @@ export const InventoryWarning = useCrudSchemas(reactive<CrudSchema[]>([
field: 'describes',
sort: 'custom',
isSearch: false,
isForm: false,
isForm: true,
},
{
label: '创建时间',

Loading…
Cancel
Save