fix: 修改工单列表和详情字段显示
This commit is contained in:
@@ -70,12 +70,12 @@ const tableConfig = reactive({
|
||||
label: '处理人',
|
||||
align: 'center'
|
||||
},
|
||||
{
|
||||
prop: 'knotter',
|
||||
// prop: 'destinationName',
|
||||
label: '关单人',
|
||||
align: 'center'
|
||||
},
|
||||
// {
|
||||
// prop: 'knotter',
|
||||
// // prop: 'destinationName',
|
||||
// label: '关单人',
|
||||
// align: 'center'
|
||||
// },
|
||||
{
|
||||
prop: 'destinationName',
|
||||
// prop: 'workOrderNumber',
|
||||
@@ -189,8 +189,8 @@ const handleLogout = () => {
|
||||
const initWebSocket = () => {
|
||||
try {
|
||||
// const wsUrl=setWsUrl(`/ws/text/${token}`)
|
||||
const wsUrl = `ws://frp.feashow.cn:31800/ws/history/${token}`
|
||||
// const wsUrl = `ws://112.19.165.99:20002/api/ws/text/${token}`
|
||||
// const wsUrl = `ws://frp.feashow.cn:31800/ws/history/${token}`
|
||||
const wsUrl = `ws://192.168.1.71:88/ws/history/${token}`
|
||||
socket = new WebSocket(wsUrl)
|
||||
// 2. ws.send()给服务器发送信息
|
||||
//连接发生错误的回调方法
|
||||
|
||||
Reference in New Issue
Block a user