feat(生产线管理): 添加生产线切换功能并更新数据配置

- 在生产线相关页面添加el-tabs组件实现生产线切换
- 更新data.js中的生产线配置数据
- 在wms/coil/do/search.vue中添加长度查询字段
This commit is contained in:
砂糖
2026-01-03 16:26:54 +08:00
parent 2773c9e8ae
commit 359264b545
5 changed files with 47 additions and 10 deletions

View File

@@ -1,10 +1,12 @@
const liens = [
const lines = [
{
name: '镀锌线',
url: '140.143.206.120:18081'
},
{
name: '酸连轧',
url: ''
name: 'g30',
url: '49.232.87.108:12081'
}
]
]
export default lines