@witlink/usercenter 1.2.34 → 1.2.35

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1441,6 +1441,7 @@ const _sfc_main$V = /* @__PURE__ */ defineComponent({
1441
1441
  title: t("fun.url"),
1442
1442
  dataIndex: "url",
1443
1443
  width: "150px",
1444
+ maxWidth: "250px",
1444
1445
  key: "url"
1445
1446
  },
1446
1447
  {
@@ -1475,7 +1476,9 @@ const _sfc_main$V = /* @__PURE__ */ defineComponent({
1475
1476
  },
1476
1477
  {
1477
1478
  title: t("fun.action"),
1478
- key: "action"
1479
+ key: "action",
1480
+ fixed: "right",
1481
+ width: "120px"
1479
1482
  }
1480
1483
  ]);
1481
1484
  const onSelect = (selectedKeys, event) => {
@@ -1629,7 +1632,8 @@ const _sfc_main$V = /* @__PURE__ */ defineComponent({
1629
1632
  ref: tableRef,
1630
1633
  columns: columns.value,
1631
1634
  data: loadData,
1632
- rowKey: "code"
1635
+ rowKey: "code",
1636
+ scroll: { x: 1e3 }
1633
1637
  }, {
1634
1638
  bodyCell: withCtx(({ record, column }) => [
1635
1639
  column.key === "index1" ? (openBlock(), createBlock(unref(Icon__default), {
@@ -3935,12 +3939,14 @@ const _sfc_main$K = /* @__PURE__ */ defineComponent({
3935
3939
  title: t("personal_center.role"),
3936
3940
  dataIndex: "roleName",
3937
3941
  width: "150px",
3942
+ maxWidth: "250px",
3938
3943
  key: "roleName"
3939
3944
  },
3940
3945
  {
3941
3946
  title: t("role.remark"),
3942
3947
  dataIndex: "remark",
3943
3948
  width: "150px",
3949
+ maxWidth: "250px",
3944
3950
  key: "remark"
3945
3951
  },
3946
3952
  {
@@ -3957,7 +3963,9 @@ const _sfc_main$K = /* @__PURE__ */ defineComponent({
3957
3963
  },
3958
3964
  {
3959
3965
  title: t("role.action"),
3960
- key: "action"
3966
+ key: "action",
3967
+ fixed: "right",
3968
+ width: "120px"
3961
3969
  }
3962
3970
  ]);
3963
3971
  const handleGetChecked = (_a = dictRoleStatusRef.value) == null ? void 0 : _a.getLabel(0);
@@ -4073,7 +4081,8 @@ const _sfc_main$K = /* @__PURE__ */ defineComponent({
4073
4081
  ref: tableRef,
4074
4082
  data: loadData,
4075
4083
  columns: columns.value,
4076
- rowKey: "roleId"
4084
+ rowKey: "roleId",
4085
+ scroll: { x: 1e3 }
4077
4086
  }, {
4078
4087
  bodyCell: withCtx(({ record, column }) => [
4079
4088
  column.key === "index1" ? (openBlock(), createBlock(unref(Icon__default), {
@@ -7278,7 +7287,9 @@ const _sfc_main$D = /* @__PURE__ */ defineComponent({
7278
7287
  },
7279
7288
  {
7280
7289
  title: t("user.action"),
7281
- key: "action"
7290
+ key: "action",
7291
+ fixed: "right",
7292
+ width: "120px"
7282
7293
  }
7283
7294
  ]);
7284
7295
  const handleInputSearch = () => {
@@ -7414,7 +7425,8 @@ const _sfc_main$D = /* @__PURE__ */ defineComponent({
7414
7425
  data: loadData,
7415
7426
  columns: columns.value,
7416
7427
  rowKey: "userId",
7417
- style: { "margin-top": "16px" }
7428
+ style: { "margin-top": "16px" },
7429
+ scroll: { x: 1e3 }
7418
7430
  }, {
7419
7431
  customFilterDropdown: withCtx(({ confirm, clearFilters }) => [
7420
7432
  createElementVNode("div", null, [
@@ -10651,6 +10663,7 @@ const _sfc_main$r = /* @__PURE__ */ defineComponent({
10651
10663
  {
10652
10664
  title: t("lang.lang3"),
10653
10665
  dataIndex: "lang3",
10666
+ width: "350px",
10654
10667
  key: "lang3"
10655
10668
  }
10656
10669
  ]);
@@ -12163,7 +12176,9 @@ const _sfc_main$l = /* @__PURE__ */ defineComponent({
12163
12176
  },
12164
12177
  {
12165
12178
  title: t("org.action"),
12166
- key: "action"
12179
+ key: "action",
12180
+ width: "120px",
12181
+ fixed: "right"
12167
12182
  }
12168
12183
  ]);
12169
12184
  return (_ctx, _cache) => {
@@ -12228,7 +12243,8 @@ const _sfc_main$l = /* @__PURE__ */ defineComponent({
12228
12243
  ref: tableRef,
12229
12244
  data: loadData,
12230
12245
  rowKey: "cdate",
12231
- columns: columns.value
12246
+ columns: columns.value,
12247
+ scroll: { x: 1e3 }
12232
12248
  }, {
12233
12249
  bodyCell: withCtx(({ record, column }) => [
12234
12250
  column.key === "index1" ? (openBlock(), createElementBlock("img", {