diff --git a/jjb.config.js b/jjb.config.js index 8c58ad4..a384d58 100644 --- a/jjb.config.js +++ b/jjb.config.js @@ -10,7 +10,7 @@ module.exports = { javaGitBranch: "dev", // 本地联调 safetyEval-service(context-path: /safetyEval,默认端口 8095) // 可通过环境变量覆盖: SAFETY_EVAL_API_HOST=http://192.168.x.x:8095 - API_HOST: "http://192.168.0.152", + API_HOST: "http://192.168.0.103", }, production: { // 应用后端分支名称,部署上线需要 diff --git a/src/pages/Container/EnterpriseInfo/EquipInfo/index.js b/src/pages/Container/EnterpriseInfo/EquipInfo/index.js index 3f210e8..6c9833b 100644 --- a/src/pages/Container/EnterpriseInfo/EquipInfo/index.js +++ b/src/pages/Container/EnterpriseInfo/EquipInfo/index.js @@ -116,6 +116,7 @@ function EquipInfoPage(props) { label="设备名称" placeholder="请输入" allowClear + maxLength={30} /> , @@ -161,7 +162,7 @@ function EquipInfoPage(props) { width: 200, ellipsis: true, }, - { title: "设备型号", dataIndex: "deviceModel" }, + { title: "设备型号", dataIndex: "deviceModel", ellipsis: true, }, { title: "仪器类型", dataIndex: "instrumentTypeName" }, { title: "设备类型", dataIndex: "deviceTypeName" }, { @@ -353,7 +354,7 @@ function EquipFormModal({ label="设备名称" rules={[{ required: true, message: "请输入设备名称" }]} > - + @@ -362,7 +363,7 @@ function EquipFormModal({ label="型号" rules={[{ required: true, message: "请输入型号" }]} > - + @@ -397,12 +398,12 @@ function EquipFormModal({ label="厂家" rules={[{ required: true, message: "请输入厂家" }]} > - + - + @@ -431,7 +432,7 @@ function EquipFormModal({ - + diff --git a/src/pages/Container/Supervision/ExperManage/index.js b/src/pages/Container/Supervision/ExperManage/index.js index b83ae85..d6f53b2 100644 --- a/src/pages/Container/Supervision/ExperManage/index.js +++ b/src/pages/Container/Supervision/ExperManage/index.js @@ -339,7 +339,13 @@ const ExperManage = (props) => { - +