Răsfoiți Sursa

补充照片标识字段

梁展鹏 3 ani în urmă
părinte
comite
3bb7eefd35

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

@@ -35,6 +35,11 @@ export default {
     return {
       columns: [
         {
+          key: 'id',
+          name: '标识',
+          width: this.$col.m
+        },
+        {
           key: 'location',
           name: '上传位置',
           minWidth: this.$col.b,

+ 6 - 1
src/views/photoManagement/photoVerifyManagement/index.vue

@@ -32,6 +32,11 @@ export default {
     return {
       columns: [
         {
+          key: 'id',
+          name: '标识',
+          width: this.$col.m
+        },
+        {
           key: 'location',
           name: '上传位置',
           minWidth: this.$col.b,
@@ -43,7 +48,7 @@ export default {
               }`
             )
         },
-        
+
         {
           key: 'listPreview',
           name: '列表缩略图',

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

@@ -43,6 +43,11 @@ export default {
     return {
       columns: [
         {
+          key: 'id',
+          name: '标识',
+          width: this.$col.m
+        },
+        {
           key: 'location',
           name: '上传位置',
           minWidth: this.$col.b,