diff --git a/src/api/informationmanage/cardusemonth.js b/src/api/informationmanage/cardusemonth.js new file mode 100644 index 0000000..d45648e --- /dev/null +++ b/src/api/informationmanage/cardusemonth.js @@ -0,0 +1,13 @@ +import request from '@/router/axios'; +//列表 +export const getList = (current, size, params) => { + return request({ + url: '/api/iot-sim/simcarddeliver/getFlowHisMonth', + method: 'get', + params: { + ...params, + current, + size, + } + }) +} diff --git a/src/views/informationmanage/carduse/index.vue b/src/views/informationmanage/carduse/index.vue index de9e6cc..f12ef09 100644 --- a/src/views/informationmanage/carduse/index.vue +++ b/src/views/informationmanage/carduse/index.vue @@ -69,36 +69,14 @@ export default { prop: "msisdn", search: true, }, + { label: "时间", + type: "date", + format: "yyyy-MM-dd", + valueFormat: "yyyyMMdd", prop: "time", - }, - { - label: "时间", - prop: "type", - type: "select", search: true, - hide: true, - // searchClearable: false, - searchValue: 2, - dicData: [ - { - label: "昨日", - value: 1, - }, - { - label: "本周", - value: 2, - }, - { - label: "上周", - value: 3, - }, - { - label: "本月", - value: 4, - }, - ], }, ], }, diff --git a/src/views/informationmanage/cardusemonth/index.vue b/src/views/informationmanage/cardusemonth/index.vue new file mode 100644 index 0000000..842997c --- /dev/null +++ b/src/views/informationmanage/cardusemonth/index.vue @@ -0,0 +1,189 @@ + + + + +