diff --git a/src/components/TableCell/tableCellRead.vue b/src/components/TableCell/tableCellRead.vue index 8c00a1a..19ce475 100644 --- a/src/components/TableCell/tableCellRead.vue +++ b/src/components/TableCell/tableCellRead.vue @@ -1,18 +1,64 @@ @@ -33,6 +79,9 @@ line-height: 40px; outline: none; padding: 0 15px; + overflow: hidden; + white-space: nowrap; + text-overflow-ellipsis: ellipsis; /*-webkit-transition: border-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);*/ /*transition: border-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);*/ width: 100%; diff --git a/src/components/TableCell/tableCellRead.vue b/src/components/TableCell/tableCellRead.vue index 8c00a1a..19ce475 100644 --- a/src/components/TableCell/tableCellRead.vue +++ b/src/components/TableCell/tableCellRead.vue @@ -1,18 +1,64 @@ @@ -33,6 +79,9 @@ line-height: 40px; outline: none; padding: 0 15px; + overflow: hidden; + white-space: nowrap; + text-overflow-ellipsis: ellipsis; /*-webkit-transition: border-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);*/ /*transition: border-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);*/ width: 100%; diff --git a/src/router/modules/coo.js b/src/router/modules/coo.js index b308b5f..14aa37e 100644 --- a/src/router/modules/coo.js +++ b/src/router/modules/coo.js @@ -180,12 +180,6 @@ component: () => import('@/views/supervise/criticalCase'), name: 'CriticalList', meta: { title: '紧急案卷', icon: '', permission: '/case/isCriticalListPage' } - }, - { - path: '/allCaseList', - component: () => import('@/views/supervise/allCase'), - name: 'AllCaseList', - meta: { title: '综合查询', icon: '', permission: '/case/queryListPage' } } ] } diff --git a/src/components/TableCell/tableCellRead.vue b/src/components/TableCell/tableCellRead.vue index 8c00a1a..19ce475 100644 --- a/src/components/TableCell/tableCellRead.vue +++ b/src/components/TableCell/tableCellRead.vue @@ -1,18 +1,64 @@ @@ -33,6 +79,9 @@ line-height: 40px; outline: none; padding: 0 15px; + overflow: hidden; + white-space: nowrap; + text-overflow-ellipsis: ellipsis; /*-webkit-transition: border-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);*/ /*transition: border-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);*/ width: 100%; diff --git a/src/router/modules/coo.js b/src/router/modules/coo.js index b308b5f..14aa37e 100644 --- a/src/router/modules/coo.js +++ b/src/router/modules/coo.js @@ -180,12 +180,6 @@ component: () => import('@/views/supervise/criticalCase'), name: 'CriticalList', meta: { title: '紧急案卷', icon: '', permission: '/case/isCriticalListPage' } - }, - { - path: '/allCaseList', - component: () => import('@/views/supervise/allCase'), - name: 'AllCaseList', - meta: { title: '综合查询', icon: '', permission: '/case/queryListPage' } } ] } diff --git a/src/views/busAdmin/caseType/editCaseType.vue b/src/views/busAdmin/caseType/editCaseType.vue index febfcb4..85415b7 100644 --- a/src/views/busAdmin/caseType/editCaseType.vue +++ b/src/views/busAdmin/caseType/editCaseType.vue @@ -76,7 +76,7 @@ @@ -115,7 +115,8 @@ deptId: [{ required: true, message: '默认部门不能为空', trigger: ['blur', 'change'] }] }, deptShowTop: false, // 权属单位下拉是否显示顶级 - deptShow: true + deptShow: true, + buttonDisable: false } }, methods: { @@ -183,6 +184,7 @@ deptId: '', typesTime: [] } + this.buttonDisable = false }, addRow() { if (this.checkBeforeAdd()) { @@ -332,6 +334,7 @@ console.log('create valid success') // 1.添加小类,返回id console.log(this.caseTypeForm) + this.buttonDisable = true addCaseDetailType(this.caseTypeForm).then(response1 => { if (response1.code === 200) { // 有立案标准,添加立案标准 @@ -357,6 +360,7 @@ this.$message.success('添加成功') this.$emit('watchChild') this.dialogFormVisible = false + // this.buttonDisable = false } } else { this.$message.error('小类添加失败') @@ -374,11 +378,13 @@ if (valid) { console.log('update valid success') // 只需要更新小类,立案标准在每次保存时已更新 + this.buttonDisable = true updateCaseDetailType(this.caseTypeForm).then(response => { if (response.code === 200) { this.$message.success('更新成功') this.$emit('watchChild') this.dialogFormVisible = false + // this.buttonDisable = false } else { this.$message.error('更新失败') } diff --git a/src/components/TableCell/tableCellRead.vue b/src/components/TableCell/tableCellRead.vue index 8c00a1a..19ce475 100644 --- a/src/components/TableCell/tableCellRead.vue +++ b/src/components/TableCell/tableCellRead.vue @@ -1,18 +1,64 @@ @@ -33,6 +79,9 @@ line-height: 40px; outline: none; padding: 0 15px; + overflow: hidden; + white-space: nowrap; + text-overflow-ellipsis: ellipsis; /*-webkit-transition: border-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);*/ /*transition: border-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);*/ width: 100%; diff --git a/src/router/modules/coo.js b/src/router/modules/coo.js index b308b5f..14aa37e 100644 --- a/src/router/modules/coo.js +++ b/src/router/modules/coo.js @@ -180,12 +180,6 @@ component: () => import('@/views/supervise/criticalCase'), name: 'CriticalList', meta: { title: '紧急案卷', icon: '', permission: '/case/isCriticalListPage' } - }, - { - path: '/allCaseList', - component: () => import('@/views/supervise/allCase'), - name: 'AllCaseList', - meta: { title: '综合查询', icon: '', permission: '/case/queryListPage' } } ] } diff --git a/src/views/busAdmin/caseType/editCaseType.vue b/src/views/busAdmin/caseType/editCaseType.vue index febfcb4..85415b7 100644 --- a/src/views/busAdmin/caseType/editCaseType.vue +++ b/src/views/busAdmin/caseType/editCaseType.vue @@ -76,7 +76,7 @@ @@ -115,7 +115,8 @@ deptId: [{ required: true, message: '默认部门不能为空', trigger: ['blur', 'change'] }] }, deptShowTop: false, // 权属单位下拉是否显示顶级 - deptShow: true + deptShow: true, + buttonDisable: false } }, methods: { @@ -183,6 +184,7 @@ deptId: '', typesTime: [] } + this.buttonDisable = false }, addRow() { if (this.checkBeforeAdd()) { @@ -332,6 +334,7 @@ console.log('create valid success') // 1.添加小类,返回id console.log(this.caseTypeForm) + this.buttonDisable = true addCaseDetailType(this.caseTypeForm).then(response1 => { if (response1.code === 200) { // 有立案标准,添加立案标准 @@ -357,6 +360,7 @@ this.$message.success('添加成功') this.$emit('watchChild') this.dialogFormVisible = false + // this.buttonDisable = false } } else { this.$message.error('小类添加失败') @@ -374,11 +378,13 @@ if (valid) { console.log('update valid success') // 只需要更新小类,立案标准在每次保存时已更新 + this.buttonDisable = true updateCaseDetailType(this.caseTypeForm).then(response => { if (response.code === 200) { this.$message.success('更新成功') this.$emit('watchChild') this.dialogFormVisible = false + // this.buttonDisable = false } else { this.$message.error('更新失败') } diff --git a/src/views/seo/components/searchDiv.vue b/src/views/seo/components/searchDiv.vue index d73849a..245722f 100644 --- a/src/views/seo/components/searchDiv.vue +++ b/src/views/seo/components/searchDiv.vue @@ -10,7 +10,7 @@ - + @@ -33,6 +79,9 @@ line-height: 40px; outline: none; padding: 0 15px; + overflow: hidden; + white-space: nowrap; + text-overflow-ellipsis: ellipsis; /*-webkit-transition: border-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);*/ /*transition: border-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);*/ width: 100%; diff --git a/src/router/modules/coo.js b/src/router/modules/coo.js index b308b5f..14aa37e 100644 --- a/src/router/modules/coo.js +++ b/src/router/modules/coo.js @@ -180,12 +180,6 @@ component: () => import('@/views/supervise/criticalCase'), name: 'CriticalList', meta: { title: '紧急案卷', icon: '', permission: '/case/isCriticalListPage' } - }, - { - path: '/allCaseList', - component: () => import('@/views/supervise/allCase'), - name: 'AllCaseList', - meta: { title: '综合查询', icon: '', permission: '/case/queryListPage' } } ] } diff --git a/src/views/busAdmin/caseType/editCaseType.vue b/src/views/busAdmin/caseType/editCaseType.vue index febfcb4..85415b7 100644 --- a/src/views/busAdmin/caseType/editCaseType.vue +++ b/src/views/busAdmin/caseType/editCaseType.vue @@ -76,7 +76,7 @@ @@ -115,7 +115,8 @@ deptId: [{ required: true, message: '默认部门不能为空', trigger: ['blur', 'change'] }] }, deptShowTop: false, // 权属单位下拉是否显示顶级 - deptShow: true + deptShow: true, + buttonDisable: false } }, methods: { @@ -183,6 +184,7 @@ deptId: '', typesTime: [] } + this.buttonDisable = false }, addRow() { if (this.checkBeforeAdd()) { @@ -332,6 +334,7 @@ console.log('create valid success') // 1.添加小类,返回id console.log(this.caseTypeForm) + this.buttonDisable = true addCaseDetailType(this.caseTypeForm).then(response1 => { if (response1.code === 200) { // 有立案标准,添加立案标准 @@ -357,6 +360,7 @@ this.$message.success('添加成功') this.$emit('watchChild') this.dialogFormVisible = false + // this.buttonDisable = false } } else { this.$message.error('小类添加失败') @@ -374,11 +378,13 @@ if (valid) { console.log('update valid success') // 只需要更新小类,立案标准在每次保存时已更新 + this.buttonDisable = true updateCaseDetailType(this.caseTypeForm).then(response => { if (response.code === 200) { this.$message.success('更新成功') this.$emit('watchChild') this.dialogFormVisible = false + // this.buttonDisable = false } else { this.$message.error('更新失败') } diff --git a/src/views/seo/components/searchDiv.vue b/src/views/seo/components/searchDiv.vue index d73849a..245722f 100644 --- a/src/views/seo/components/searchDiv.vue +++ b/src/views/seo/components/searchDiv.vue @@ -10,7 +10,7 @@ - + - + @@ -33,6 +79,9 @@ line-height: 40px; outline: none; padding: 0 15px; + overflow: hidden; + white-space: nowrap; + text-overflow-ellipsis: ellipsis; /*-webkit-transition: border-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);*/ /*transition: border-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);*/ width: 100%; diff --git a/src/router/modules/coo.js b/src/router/modules/coo.js index b308b5f..14aa37e 100644 --- a/src/router/modules/coo.js +++ b/src/router/modules/coo.js @@ -180,12 +180,6 @@ component: () => import('@/views/supervise/criticalCase'), name: 'CriticalList', meta: { title: '紧急案卷', icon: '', permission: '/case/isCriticalListPage' } - }, - { - path: '/allCaseList', - component: () => import('@/views/supervise/allCase'), - name: 'AllCaseList', - meta: { title: '综合查询', icon: '', permission: '/case/queryListPage' } } ] } diff --git a/src/views/busAdmin/caseType/editCaseType.vue b/src/views/busAdmin/caseType/editCaseType.vue index febfcb4..85415b7 100644 --- a/src/views/busAdmin/caseType/editCaseType.vue +++ b/src/views/busAdmin/caseType/editCaseType.vue @@ -76,7 +76,7 @@ @@ -115,7 +115,8 @@ deptId: [{ required: true, message: '默认部门不能为空', trigger: ['blur', 'change'] }] }, deptShowTop: false, // 权属单位下拉是否显示顶级 - deptShow: true + deptShow: true, + buttonDisable: false } }, methods: { @@ -183,6 +184,7 @@ deptId: '', typesTime: [] } + this.buttonDisable = false }, addRow() { if (this.checkBeforeAdd()) { @@ -332,6 +334,7 @@ console.log('create valid success') // 1.添加小类,返回id console.log(this.caseTypeForm) + this.buttonDisable = true addCaseDetailType(this.caseTypeForm).then(response1 => { if (response1.code === 200) { // 有立案标准,添加立案标准 @@ -357,6 +360,7 @@ this.$message.success('添加成功') this.$emit('watchChild') this.dialogFormVisible = false + // this.buttonDisable = false } } else { this.$message.error('小类添加失败') @@ -374,11 +378,13 @@ if (valid) { console.log('update valid success') // 只需要更新小类,立案标准在每次保存时已更新 + this.buttonDisable = true updateCaseDetailType(this.caseTypeForm).then(response => { if (response.code === 200) { this.$message.success('更新成功') this.$emit('watchChild') this.dialogFormVisible = false + // this.buttonDisable = false } else { this.$message.error('更新失败') } diff --git a/src/views/seo/components/searchDiv.vue b/src/views/seo/components/searchDiv.vue index d73849a..245722f 100644 --- a/src/views/seo/components/searchDiv.vue +++ b/src/views/seo/components/searchDiv.vue @@ -10,7 +10,7 @@ - + - + - + @@ -33,6 +79,9 @@ line-height: 40px; outline: none; padding: 0 15px; + overflow: hidden; + white-space: nowrap; + text-overflow-ellipsis: ellipsis; /*-webkit-transition: border-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);*/ /*transition: border-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);*/ width: 100%; diff --git a/src/router/modules/coo.js b/src/router/modules/coo.js index b308b5f..14aa37e 100644 --- a/src/router/modules/coo.js +++ b/src/router/modules/coo.js @@ -180,12 +180,6 @@ component: () => import('@/views/supervise/criticalCase'), name: 'CriticalList', meta: { title: '紧急案卷', icon: '', permission: '/case/isCriticalListPage' } - }, - { - path: '/allCaseList', - component: () => import('@/views/supervise/allCase'), - name: 'AllCaseList', - meta: { title: '综合查询', icon: '', permission: '/case/queryListPage' } } ] } diff --git a/src/views/busAdmin/caseType/editCaseType.vue b/src/views/busAdmin/caseType/editCaseType.vue index febfcb4..85415b7 100644 --- a/src/views/busAdmin/caseType/editCaseType.vue +++ b/src/views/busAdmin/caseType/editCaseType.vue @@ -76,7 +76,7 @@ @@ -115,7 +115,8 @@ deptId: [{ required: true, message: '默认部门不能为空', trigger: ['blur', 'change'] }] }, deptShowTop: false, // 权属单位下拉是否显示顶级 - deptShow: true + deptShow: true, + buttonDisable: false } }, methods: { @@ -183,6 +184,7 @@ deptId: '', typesTime: [] } + this.buttonDisable = false }, addRow() { if (this.checkBeforeAdd()) { @@ -332,6 +334,7 @@ console.log('create valid success') // 1.添加小类,返回id console.log(this.caseTypeForm) + this.buttonDisable = true addCaseDetailType(this.caseTypeForm).then(response1 => { if (response1.code === 200) { // 有立案标准,添加立案标准 @@ -357,6 +360,7 @@ this.$message.success('添加成功') this.$emit('watchChild') this.dialogFormVisible = false + // this.buttonDisable = false } } else { this.$message.error('小类添加失败') @@ -374,11 +378,13 @@ if (valid) { console.log('update valid success') // 只需要更新小类,立案标准在每次保存时已更新 + this.buttonDisable = true updateCaseDetailType(this.caseTypeForm).then(response => { if (response.code === 200) { this.$message.success('更新成功') this.$emit('watchChild') this.dialogFormVisible = false + // this.buttonDisable = false } else { this.$message.error('更新失败') } diff --git a/src/views/seo/components/searchDiv.vue b/src/views/seo/components/searchDiv.vue index d73849a..245722f 100644 --- a/src/views/seo/components/searchDiv.vue +++ b/src/views/seo/components/searchDiv.vue @@ -10,7 +10,7 @@ - + - + - + - +