diff --git a/src/option/basicdata/basicdataTray1.js b/src/option/basicdata/basicdataTray1.js index 011b9eac..88e556d2 100644 --- a/src/option/basicdata/basicdataTray1.js +++ b/src/option/basicdata/basicdataTray1.js @@ -102,6 +102,17 @@ export const columnList = [ sortable: true, head: false, }, + { + prop: 'createTime', + label: '创建时间', + type: 1, + values: '', + width: '150', + checkarr: [], + fixed: false, + sortable: true, + head: false, + }, { prop: '', label: '操作', diff --git a/src/page/index/top/index.vue b/src/page/index/top/index.vue index 02aeb291..c62dfd55 100644 --- a/src/page/index/top/index.vue +++ b/src/page/index/top/index.vue @@ -13,7 +13,7 @@
- +
diff --git a/src/views/basicdata/warehouse/tray/basicdataTray.vue b/src/views/basicdata/warehouse/tray/basicdataTray.vue index e1f318ba..3c91263b 100644 --- a/src/views/basicdata/warehouse/tray/basicdataTray.vue +++ b/src/views/basicdata/warehouse/tray/basicdataTray.vue @@ -148,7 +148,7 @@ @size-change="sizeChange" @current-change="currentChange" :current-page="page.pageNum" - :page-sizes="[30, 50, 80, 120]" + :page-sizes="[30, 50, 80, 120, 500]" :page-size="page.pageSize" layout="total, sizes, prev, pager, next, jumper" :total="page.total" diff --git a/src/views/desk/notice.vue b/src/views/desk/notice.vue index ddcec6f4..8f671c9c 100644 --- a/src/views/desk/notice.vue +++ b/src/views/desk/notice.vue @@ -27,7 +27,7 @@ plain v-if="permission.notice_delete" @click="handleDelete" - >删 除 + >批 量 删 除