+ //
+ // {row.userName ? cell : ""}
{" "}
+ // {row.companyId ? "编号:" + row.companyId : ""}{" "}
+ //
+ //
+ // );
+ // // return cell
+ // },
+ // },
- {
- prop: "enableMark",
- label: "禁用启用",
- show: true,
- render: (row, column, cell) => {
- var b = true;
- if (cell === 0) {
- // return '禁用'
- b = false;
- }
- if (cell === 1) {
- // return '启用'
- b = true;
- }
- // return cell
- return (
-