diff --git a/babel.config.js b/babel.config.js index d33f9ea..3c6620c 100644 --- a/babel.config.js +++ b/babel.config.js @@ -1,13 +1,14 @@ -module.exports = { - presets: [ - // https://github.com/vuejs/vue-cli/tree/master/packages/@vue/babel-preset-app - '@vue/cli-plugin-babel/preset' - ], - 'env': { - 'development': { - // babel-plugin-dynamic-import-node plugin only does one thing by converting all import() to require(). - // This plugin can significantly increase the speed of hot updates, when you have a large number of pages. - 'plugins': ['dynamic-import-node'] - } - } -} \ No newline at end of file +module.exports = { + presets: [ + // https://github.com/vuejs/vue-cli/tree/master/packages/@vue/babel-preset-app + '@vue/cli-plugin-babel/preset' + ], + 'env': { + 'development': { + // babel-plugin-dynamic-import-node plugin only does one thing by converting all import() to require(). + // This plugin can significantly increase the speed of hot updates, when you have a large number of pages. + 'plugins': ['dynamic-import-node'] + } + }, + "compact": false +} diff --git a/src/views/applicationList/configData.js b/src/views/applicationList/configData.js index 5eb1c6c..d7bc24b 100644 --- a/src/views/applicationList/configData.js +++ b/src/views/applicationList/configData.js @@ -98,14 +98,18 @@ const addForm = [ }, { id: "4", - label: "用友U8", + label: "宁波银行", }, { id: "5", - label: "钉钉", + label: "用友U8", }, { id: "6", + label: "钉钉", + }, + { + id: "7", label: "CRM", }, ], diff --git a/src/views/applicationList/scriptAdmin/configData.js b/src/views/applicationList/scriptAdmin/configData.js index 7e30890..01427f8 100644 --- a/src/views/applicationList/scriptAdmin/configData.js +++ b/src/views/applicationList/scriptAdmin/configData.js @@ -64,6 +64,19 @@ const formRow = [ } ] }, + { + elCol: [ + { + type: 'textrea', + title: '返回脚本', + id: 'backScriptData', + row: 24, + disabled: false, + required: true, + fontSize: 16 + } + ] + }, { elCol: [ { diff --git a/src/views/masterDataOptions/logsDeatil/index.vue b/src/views/masterDataOptions/logsDeatil/index.vue index 215300d..8a46b01 100644 --- a/src/views/masterDataOptions/logsDeatil/index.vue +++ b/src/views/masterDataOptions/logsDeatil/index.vue @@ -4,6 +4,43 @@