Browse Source

序号列统一宽度

gzb
wangzhonglu 9 months ago
parent
commit
1418392508

+ 2
- 2
src/views/regionSection/applicationManage/applicationManage.vue View File

813
           {
813
           {
814
             title: "序号",
814
             title: "序号",
815
             type: "index",
815
             type: "index",
816
-            width: 60,
816
+            width: 70,
817
             align: "center"
817
             align: "center"
818
           },
818
           },
819
           {
819
           {
896
         {
896
         {
897
           title: "序号",
897
           title: "序号",
898
           align: "center",
898
           align: "center",
899
-          Width: 50,
899
+          Width: 70,
900
           render: (h, params) => {
900
           render: (h, params) => {
901
             return h(
901
             return h(
902
               "span",
902
               "span",

+ 1
- 1
src/views/regionSection/regionManage/adminManage.vue View File

419
         {
419
         {
420
           title: "序号",
420
           title: "序号",
421
           align: "center",
421
           align: "center",
422
-          width: 50,
422
+          width: 70,
423
           render: (h, params) => {
423
           render: (h, params) => {
424
             return h(
424
             return h(
425
               "span",
425
               "span",

+ 1
- 1
src/views/regionSection/regionManage/schoolManage.vue View File

410
         {
410
         {
411
           title: "序号",
411
           title: "序号",
412
           align: "center",
412
           align: "center",
413
-          width: 50,
413
+          width: 70,
414
           render: (h, params) => {
414
           render: (h, params) => {
415
             return h(
415
             return h(
416
               "span",
416
               "span",

+ 1
- 1
src/views/regionSection/search/allApps.vue View File

441
         {
441
         {
442
           title: "序号",
442
           title: "序号",
443
           align: "center",
443
           align: "center",
444
-          width: 50,
444
+          width: 70,
445
           render: (h, params) => {
445
           render: (h, params) => {
446
             return h(
446
             return h(
447
               "span",
447
               "span",

+ 2
- 2
src/views/schoolSection/applicationManage/applicationList.vue View File

865
         {
865
         {
866
           title: "序号",
866
           title: "序号",
867
           align: "center",
867
           align: "center",
868
-          width: 50,
868
+          width: 70,
869
           render: (h, params) => {
869
           render: (h, params) => {
870
             return h(
870
             return h(
871
               "span",
871
               "span",
1105
               {
1105
               {
1106
                 title: "序号",
1106
                 title: "序号",
1107
                 type: "index",
1107
                 type: "index",
1108
-                width: 50,
1108
+                width: 70,
1109
                 align: "center"
1109
                 align: "center"
1110
               },
1110
               },
1111
               {
1111
               {

+ 1
- 1
src/views/schoolSection/strategy/personalStrategy.vue View File

435
         {
435
         {
436
           title: "序号",
436
           title: "序号",
437
           align: "center",
437
           align: "center",
438
-          width: 50,
438
+          width: 70,
439
           render: (h, params) => {
439
           render: (h, params) => {
440
             return h(
440
             return h(
441
               "span",
441
               "span",

Loading…
Cancel
Save