diff --git a/ds-wms-admin-web/.env.development b/ds-wms-admin-web/.env.development index 3db4cdce..7d5e51a8 100644 --- a/ds-wms-admin-web/.env.development +++ b/ds-wms-admin-web/.env.development @@ -13,8 +13,8 @@ VITE_PROXY=[["/api","http://60.209.125.238:3008"],["/stage-api","https://www.666 VITE_DROP_CONSOLE = false # 后台接口父地址(必填) -# VITE_GLOB_API_URL=http://localhost:3008 -VITE_GLOB_API_URL="/api" # 开发 测试环境 +VITE_GLOB_API_URL=http://localhost:3008 +# VITE_GLOB_API_URL="/api" # 开发 测试环境 # File upload address, optional #VITE_GLOB_UPLOAD_URL=http://localhost:8091/api/Common/UploadFile diff --git a/ds-wms-admin-web/src/views/baseinfo/tenantaudit/Authorization.vue b/ds-wms-admin-web/src/views/baseinfo/tenantaudit/Authorization.vue index 748c8979..3625d93f 100644 --- a/ds-wms-admin-web/src/views/baseinfo/tenantaudit/Authorization.vue +++ b/ds-wms-admin-web/src/views/baseinfo/tenantaudit/Authorization.vue @@ -38,27 +38,42 @@ { field: 'divider-selects', component: 'Divider', - label: '授权信息', + label: '系统授权用户数', colProps: { span: 24 }, }, { field: 'authUserNum', label: '租户授权用户数', - component: 'Input', - labelWidth: '140px', - colProps: { span: 24 }, + component: 'InputNumber', + labelWidth: '200px', + componentProps: { + min: 0, + placeholder: '可登陆系统的最大用户数', + }, + colProps: { span: 8 }, }, ]) console.log(props.checkedKeys, 'props.checkedKeys') // const ASD = () => { - props.checkedKeys.forEach((item) => { + props.checkedKeys.forEach((item, index) => { + if (index == 0) { + authorization.value.push({ + field: 'divider-selects', + component: 'Divider', + label: '权限模块授权', + colProps: { span: 24 }, + }) + } authorization.value.push({ field: `${item.key}--authNum`, label: `${item.title} 授权数`, - component: 'Input', - labelWidth: '140px', - colProps: { span: 12 }, + component: 'InputNumber', + labelWidth: '200px', + componentProps: { + min: 0, + }, + colProps: { span: 8 }, }) }) authorization.value.push({ diff --git a/ds-wms-admin-web/src/views/flowcenter/flowInstances/Lowflow/Lowflow.vue b/ds-wms-admin-web/src/views/flowcenter/flowInstances/Lowflow/Lowflow.vue index 1cb9a643..74f92990 100644 --- a/ds-wms-admin-web/src/views/flowcenter/flowInstances/Lowflow/Lowflow.vue +++ b/ds-wms-admin-web/src/views/flowcenter/flowInstances/Lowflow/Lowflow.vue @@ -2,7 +2,6 @@ -

123132