Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
bdc
/
bdcjg-web
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
e504baf3
authored
2022-12-28 09:27:24 +0800
by
任超
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
style:弹框样式修改
1 parent
9fa6ead7
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
4 deletions
src/components/dataDetails/edit-dialog.vue
src/main.js
src/views/jsbwcx/index.vue
src/components/dataDetails/edit-dialog.vue
View file @
e504baf
<
template
>
<!-- 编辑 -->
<el-dialog
:close-on-click-modal=
"false"
custom-class=
"dialogBox editDialogBox"
:visible
.
sync=
"dialogVisible
"
width=
"75%"
>
<el-dialog
:close-on-click-modal=
"false"
top=
"0"
custom-class=
"dialogBox editDialogBox mainCenter
"
:visible
.
sync=
"dialogVisible"
width=
"75%"
>
<div
slot=
"title"
class=
"dialog_title"
ref=
"dialogTitle"
>
<b>
{{
title
||
'标题'
}}
</b>
</div>
...
...
@@ -92,7 +92,7 @@
<el-button
type=
"primary"
plain
@
click=
"submitForm"
v-if=
"!Edit"
:loading=
"saveloding"
:disabled=
"JSON.stringify(this.$store.state.business.rules) === '
{}'">确定
</el-button>
<el-butto
n
@
click=
"closeDialog()"
>
关闭
</el-button>
n @click="closeDialog()">关闭
</el-button>
</div>
</div>
</el-dialog>
...
...
src/main.js
View file @
e504baf
...
...
@@ -33,7 +33,7 @@ import './image/icons' // icon
import
store
from
'./store'
import
router
from
'./router'
import
_
from
'lodash'
import
'./permission'
// permission control
//
import './permission' // permission control
Vue
.
use
(
Element
,
{
size
:
'small'
,
zIndex
:
1000
})
Vue
.
use
(
Base
)
Vue
.
component
(
'icon'
,
Icon
);
...
...
src/views/jsbwcx/index.vue
View file @
e504baf
...
...
@@ -226,6 +226,11 @@ export default {
},
// 详情
handleEdit
(
row
)
{
this
.
diaData
.
list
=
[{
chineseTable
:
'测试'
,
dataTable
:
'222'
,
soleUrl
:
'boundaryLine'
}]
this
.
$refs
.
editLog
.
isShow
()
}
}
...
...
Please
register
or
sign in
to post a comment