From 5eb40c731da8ccf235ba557f97a5e05a70a75308 Mon Sep 17 00:00:00 2001 From: jiangping <jp@doumee.com> Date: 星期五, 02 二月 2024 14:35:35 +0800 Subject: [PATCH] Merge remote-tracking branch 'origin/master' --- company/src/components/business/OperaApplyChangeWindow.vue | 162 +++++++++++++++++++++++++++--------------------------- 1 files changed, 81 insertions(+), 81 deletions(-) diff --git a/company/src/components/business/OperaApplyChangeWindow.vue b/company/src/components/business/OperaApplyChangeWindow.vue index c544c30..3d19a58 100644 --- a/company/src/components/business/OperaApplyChangeWindow.vue +++ b/company/src/components/business/OperaApplyChangeWindow.vue @@ -285,88 +285,88 @@ </template> <script> - import BaseOpera from '@/components/base/BaseOpera' - import GlobalWindow from '@/components/common/GlobalWindow' - import applyChangeDetails from '@/components/business/applyChangeDetails' - export default { - name: 'OperaApplyChangeWindow', - extends: BaseOpera, - components: { GlobalWindow, applyChangeDetails }, - data () { - return { - // 琛ㄥ崟鏁版嵁 - form: { - id: null, - editDate: '' - }, - // 楠岃瘉瑙勫垯 - rules: { - }, - formInline: { - user: '', - region: '' - }, - visible1: false, - visible2: false, - visible3: false, - visible4: false, - visible5: false, - reverse: true, - radio: 0, - fileList: [ - {name: 'food.pdf', url: 'https://fuss10.elemecdn.com/3/63/4e7f3a15429bfda99bce42a18cdd1jpeg.jpeg?imageMogr2/thumbnail/360x360/format/webp/quality/100'} - ], - activities: [{ - content: '娲诲姩鎸夋湡寮�濮�', - timestamp: '2018-04-15' - }, { - content: '閫氳繃瀹℃牳', - timestamp: '2018-04-13' - }, { - content: '鍒涘缓鎴愬姛', - timestamp: '2018-04-11' - }], - tableData: [], - activeName: 'first', - currentPage: 1 - } - }, - created () { - this.config({ - api: '/business/insuranceApply', - 'field.id': 'id' - }) - }, - methods: { - handleRemove(file, fileList) { - console.log(file, fileList); - }, - handlePreview(file) { - console.log(file); - }, - handleExceed(files, fileList) { - this.$message.warning(`褰撳墠闄愬埗閫夋嫨 3 涓枃浠讹紝鏈閫夋嫨浜� ${files.length} 涓枃浠讹紝鍏遍�夋嫨浜� ${files.length + fileList.length} 涓枃浠禶); - }, - beforeRemove(file, fileList) { - return this.$confirm(`纭畾绉婚櫎 ${ file.name }锛焋); - }, - successEvent() { - - }, - handleSizeChange(val) { - console.log(`姣忛〉 ${val} 鏉); - }, - handleCurrentChange(val) { - console.log(`褰撳墠椤�: ${val}`); - }, - handleClick(tab, event) { - console.log(tab, event); - }, - onSubmit() { - - } - } +import BaseOpera from '@/components/base/BaseOpera' +import GlobalWindow from '@/components/common/GlobalWindow' +import applyChangeDetails from '@/components/business/applyChangeDetails' +export default { + name: 'OperaApplyChangeWindow', + extends: BaseOpera, + components: { GlobalWindow, applyChangeDetails }, + data () { + return { + // 琛ㄥ崟鏁版嵁 + form: { + id: null, + editDate: '' + }, + // 楠岃瘉瑙勫垯 + rules: { + }, + formInline: { + user: '', + region: '' + }, + visible1: false, + visible2: false, + visible3: false, + visible4: false, + visible5: false, + reverse: false, + radio: 0, + fileList: [ + { name: 'food.pdf', url: 'https://fuss10.elemecdn.com/3/63/4e7f3a15429bfda99bce42a18cdd1jpeg.jpeg?imageMogr2/thumbnail/360x360/format/webp/quality/100' } + ], + activities: [{ + content: '娲诲姩鎸夋湡寮�濮�', + timestamp: '2018-04-15' + }, { + content: '閫氳繃瀹℃牳', + timestamp: '2018-04-13' + }, { + content: '鍒涘缓鎴愬姛', + timestamp: '2018-04-11' + }], + tableData: [], + activeName: 'first', + currentPage: 1 } + }, + created () { + this.config({ + api: '/business/insuranceApply', + 'field.id': 'id' + }) + }, + methods: { + handleRemove (file, fileList) { + console.log(file, fileList) + }, + handlePreview (file) { + console.log(file) + }, + handleExceed (files, fileList) { + this.$message.warning(`褰撳墠闄愬埗閫夋嫨 3 涓枃浠讹紝鏈閫夋嫨浜� ${files.length} 涓枃浠讹紝鍏遍�夋嫨浜� ${files.length + fileList.length} 涓枃浠禶) + }, + beforeRemove (file, fileList) { + return this.$confirm(`纭畾绉婚櫎 ${file.name}锛焋) + }, + successEvent () { + + }, + handleSizeChange (val) { + console.log(`姣忛〉 ${val} 鏉) + }, + handleCurrentChange (val) { + console.log(`褰撳墠椤�: ${val}`) + }, + handleClick (tab, event) { + console.log(tab, event) + }, + onSubmit () { + + } + } +} </script> <style> .v-modal { -- Gitblit v1.9.3