Explorar el Código

照片增加账号过滤

梁展鹏 hace 3 años
padre
commit
bd6c973643

+ 5 - 0
src/views/photoManagement/imageGoodsManagement/toolbar.vue

@@ -23,6 +23,11 @@ export default {
           label: '活动'
         },
         {
+          type: 'text',
+          name: 'accountId',
+          label: '账号'
+        },
+        {
           type: 'dateArray',
           name: 'date',
           label: '上传时间',

+ 5 - 0
src/views/photoManagement/photoVerifyManagement/toolbar.vue

@@ -22,6 +22,11 @@ export default {
           label: '活动'
         },
         {
+          type: 'text',
+          name: 'accountId',
+          label: '账号'
+        },
+        {
           type: 'dateArray',
           name: 'date',
           label: '上传时间',

+ 5 - 0
src/views/photographerManagement/photoVerify/toolbar.vue

@@ -22,6 +22,11 @@ export default {
           label: '活动'
         },
         {
+          type: 'text',
+          name: 'accountId',
+          label: '账号'
+        },
+        {
           type: 'dateArray',
           name: 'date',
           label: '上传时间',