Quellcode durchsuchen

表格id字段隐藏

梁展鹏 vor 3 Jahren
Ursprung
Commit
7458e0d3fa

+ 0 - 5
src/views/baseManagement/bannerManagement/index.vue

@@ -36,11 +36,6 @@ export default {
     return {
       columns: [
         {
-          key: 'id',
-          name: 'ID',
-          width: '160'
-        },
-        {
           key: 'imgUrl',
           name: '图片',
           width: '160',

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

@@ -36,16 +36,16 @@ export default {
     return {
       columns: [
         {
-          key: 'name',
-          name: '标题',
-          width: '160'
-        },
-        {
           key: 'helpGroupName',
           name: '分类名称',
           width: '180'
         },
         {
+          key: 'name',
+          name: '标题',
+          width: '160'
+        },
+        {
           key: 'sort',
           name: '排序',
           minWidth: '120'

+ 0 - 5
src/views/helpInfo/issueType/index.vue

@@ -37,11 +37,6 @@ export default {
     return {
       columns: [
         {
-          key: 'id',
-          name: 'ID',
-          width: '200'
-        },
-        {
           key: 'name',
           name: '分类名称',
           minWidth: '180'

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

@@ -40,11 +40,6 @@ export default {
     return {
       columns: [
         {
-          key: 'id',
-          name: 'ID',
-          width: '160'
-        },
-        {
           key: 'name',
           name: '机构名称',
           width: '180'

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

@@ -32,11 +32,6 @@ export default {
     return {
       columns: [
         {
-          key: 'id',
-          name: 'ID',
-          width: '160'
-        },
-        {
           key: 'name',
           name: '机构名称',
           width: '180'