소스 검색

页面字段描述调整

梁展鹏 3 년 전
부모
커밋
68af5afa34

+ 5 - 0
src/views/photographerManagement/photographerVerify/index.vue

@@ -107,6 +107,11 @@ export default {
             })
             })
         },
         },
         {
         {
+          key: 'createAt',
+          name: '申请时间',
+          width: this.$col.b
+        },
+        {
           key: 'auditStatus',
           key: 'auditStatus',
           name: '状态',
           name: '状态',
           minWidth: this.$col.s,
           minWidth: this.$col.s,

+ 6 - 0
src/views/photographerManagement/photographerVerify/toolbar.vue

@@ -23,6 +23,12 @@ export default {
           labelWidth: '100px'
           labelWidth: '100px'
         },
         },
         {
         {
+          type: 'dateArray',
+          name: 'date',
+          label: '申请时间',
+          apiName: ['startTime', 'endTime']
+        },
+        {
           type: 'select',
           type: 'select',
           name: 'auditStatus',
           name: 'auditStatus',
           label: '状态',
           label: '状态',

+ 5 - 0
src/views/sceneManagement/sceneList/index.vue

@@ -111,6 +111,11 @@ export default {
           width: this.$col.m
           width: this.$col.m
         },
         },
         {
         {
+          key: 'createAt',
+          name: '申请时间',
+          width: this.$col.b
+        },
+        {
           key: 'isShow',
           key: 'isShow',
           name: '状态',
           name: '状态',
           width: this.$col.s,
           width: this.$col.s,

+ 5 - 0
src/views/sceneManagement/sceneVerify/index.vue

@@ -81,6 +81,11 @@ export default {
           width: this.$col.m
           width: this.$col.m
         },
         },
         {
         {
+          key: 'createAt',
+          name: '申请时间',
+          width: this.$col.b
+        },
+        {
           key: 'auditStatus',
           key: 'auditStatus',
           name: '状态',
           name: '状态',
           width: this.$col.s,
           width: this.$col.s,

+ 6 - 0
src/views/sceneManagement/sceneVerify/toolbar.vue

@@ -36,6 +36,12 @@ export default {
           label: '手机号码'
           label: '手机号码'
         },
         },
         {
         {
+          type: 'dateArray',
+          name: 'date',
+          label: '申请时间',
+          apiName: ['startTime', 'endTime']
+        },
+        {
           type: 'select',
           type: 'select',
           name: 'status',
           name: 'status',
           label: '状态',
           label: '状态',