Commit 5a14ffb7 by 李耀琨

更新

parent 9c5628ec
...@@ -4,8 +4,8 @@ ENV = 'development' ...@@ -4,8 +4,8 @@ ENV = 'development'
#VUE_APP_WS_API = 'ws://192.168.0.2:9888/' #VUE_APP_WS_API = 'ws://192.168.0.2:9888/'
VUE_APP_BASE_API = 'http://192.168.0.44:9888/' VUE_APP_BASE_API = 'http://192.168.0.44:9882/'
VUE_APP_WS_API = 'ws://192.168.0.44:9888/' VUE_APP_WS_API = 'ws://192.168.0.44:9882/'
......
...@@ -700,6 +700,9 @@ import { ...@@ -700,6 +700,9 @@ import {
excelSheetType, excelSheetType,
previousSteps, previousSteps,
inputOutputFields, inputOutputFields,
availableCharsets,
valueFormat,
valueMeta,
} from "@/api/kettle/link"; } from "@/api/kettle/link";
import tableInput from "../appBulletFrame/tableInput"; import tableInput from "../appBulletFrame/tableInput";
...@@ -718,6 +721,8 @@ export default { ...@@ -718,6 +721,8 @@ export default {
SystemInfoDialog:false, SystemInfoDialog:false,
ConstantDialog:false, ConstantDialog:false,
RandomValueDialog:false, RandomValueDialog:false,
fieldType:{},
fieldFormat:{},
stepName:{}, stepName:{},
tableData: [ tableData: [
{ {
...@@ -752,8 +757,13 @@ export default { ...@@ -752,8 +757,13 @@ export default {
}, },
zoom: 0.5, zoom: 0.5,
workForm:{},
fieldForm:{},
excelLnput: false, excelLnput: false,
edit: false, edit: false,
work:false,
field:false,
form: { form: {
checked: true, checked: true,
}, },
...@@ -878,6 +888,8 @@ export default { ...@@ -878,6 +888,8 @@ export default {
}); });
}, },
methods: { methods: {
addSheet(){},
fileChnageInput(e) { fileChnageInput(e) {
console.log(e); console.log(e);
}, },
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment