Преглед изворни кода

统一排序字段的宽度、状态字段的宽度

梁展鹏 пре 3 година
родитељ
комит
df8295b004

+ 1 - 1
src/views/baseManagement/bannerManagement/index.vue

@@ -75,7 +75,7 @@ export default {
         {
           key: 'sort',
           name: '排序',
-          width: '60'
+          width: '80'
         },
         {
           key: 'isShow',

+ 1 - 1
src/views/baseManagement/trending/index.vue

@@ -49,7 +49,7 @@ export default {
         {
           key: 'sort',
           name: '排序',
-          width: '120'
+          width: '80'
         },
         {
           key: 'isShow',

+ 2 - 2
src/views/helpInfo/information/index.vue

@@ -48,7 +48,7 @@ export default {
         {
           key: 'sort',
           name: '排序',
-          minWidth: '120'
+          width: '80'
         },
         {
           key: 'createAt',
@@ -58,7 +58,7 @@ export default {
         {
           key: 'isShow',
           name: '状态',
-          width: '180',
+          width: '80',
           type: 'tag',
           fetchTagType: val => (val ? 'success' : 'info'),
           tagName: row => (row.isShow ? '显示' : '隐藏')

+ 2 - 2
src/views/helpInfo/issueType/index.vue

@@ -44,7 +44,7 @@ export default {
         {
           key: 'sort',
           name: '排序',
-          width: '120'
+          width: '80'
         },
         {
           key: 'createAt',
@@ -54,7 +54,7 @@ export default {
         {
           key: 'isShow',
           name: '状态',
-          width: '180',
+          width: '80',
           type: 'tag',
           fetchTagType: val => (val ? 'success' : 'info'),
           tagName: row => (row.isShow ? '显示' : '隐藏')

+ 1 - 1
src/views/memberManagement/memberList/index.vue

@@ -83,7 +83,7 @@ export default {
         {
           key: 'region',
           name: '状态',
-          width: '180'
+          width: '80'
         },
         {
           key: 'region',

+ 1 - 1
src/views/photographerManagement/photoVerify/index.vue

@@ -58,7 +58,7 @@ export default {
         {
           key: 'region',
           name: '状态',
-          width: '180'
+          width: '80'
         },
         {
           key: 'action',

+ 1 - 1
src/views/photographerManagement/photographerVerify/index.vue

@@ -73,7 +73,7 @@ export default {
         {
           key: 'region',
           name: '状态',
-          minWidth: '180'
+          width: '80'
         },
         {
           key: 'action',

+ 1 - 1
src/views/pointsManagement/pointsDetail/index.vue

@@ -74,7 +74,7 @@ export default {
         {
           key: 'region',
           name: '状态',
-          minWidth: '180'
+          width: '80'
         },
         {
           key: 'action',

+ 1 - 1
src/views/sceneManagement/sceneList/index.vue

@@ -90,7 +90,7 @@ export default {
         {
           key: 'isShow',
           name: '状态',
-          minWidth: '180',
+          width: '80',
           type: 'tag',
           fetchTagType: val => (val ? 'success' : 'info'),
           tagName: row => (row.isShow ? '显示' : '隐藏')

+ 1 - 1
src/views/sceneManagement/sceneVerify/index.vue

@@ -82,7 +82,7 @@ export default {
         {
           key: 'auditStatus',
           name: '状态',
-          minWidth: '180',
+          width: '80',
           type: 'tag',
           fetchTagType: val => {
             switch (val) {

+ 1 - 1
src/views/statistics/withdrawalRecord/index.vue

@@ -55,7 +55,7 @@ export default {
         {
           key: 'auditStatus',
           name: '状态',
-          minWidth: '180',
+          width: '80',
           type: 'tag',
           fetchTagType: val => {
             switch (val) {

+ 1 - 1
src/views/systemManagement/roleManagement/index.vue

@@ -63,7 +63,7 @@ export default {
         {
           key: 'region',
           name: '排序',
-          width: '60'
+          width: '80'
         },
         {
           key: 'region',