@@ -107,6 +107,11 @@ export default {
})
},
{
+ key: 'createAt',
+ name: '申请时间',
+ width: this.$col.b
+ },
+ {
key: 'auditStatus',
name: '状态',
minWidth: this.$col.s,
@@ -23,6 +23,12 @@ export default {
labelWidth: '100px'
+ type: 'dateArray',
+ name: 'date',
+ label: '申请时间',
+ apiName: ['startTime', 'endTime']
type: 'select',
name: 'auditStatus',
label: '状态',
@@ -111,6 +111,11 @@ export default {
width: this.$col.m
key: 'isShow',
width: this.$col.s,
@@ -81,6 +81,11 @@ export default {
@@ -36,6 +36,12 @@ export default {
label: '手机号码'
name: 'status',