Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
bdc
/
bdcdj-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
96f8355a
authored
2023-10-09 10:22:16 +0800
by
renchao@pashanhoo.com
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
style:登记薄材料信息弹窗功能的完善
1 parent
cce3a279
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
8 additions
and
9 deletions
src/components/LbTable/lb-table.vue
src/components/Popup/index.vue
src/views/registerBook/components/clxx/index.vue
src/views/ywbl/slsqxx/jsydsyq/slxx.vue
src/components/LbTable/lb-table.vue
View file @
96f8355
...
...
@@ -381,4 +381,7 @@
/
deep
/
.el-radio__label
{
display
:
none
;
}
/
deep
/
.el-table
.cell
{
line-height
:
16px
;
}
</
style
>
...
...
src/components/Popup/index.vue
View file @
96f8355
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-
08-11 16:48:17
* @LastEditTime: 2023-
10-09 10:21:32
-->
<
template
>
<transition
name=
"msgbox-fade"
v-if=
"myShow"
>
...
...
@@ -14,7 +14,7 @@
</div>
<svg-icon
icon-class=
'close'
class=
"closeStyle"
@
click=
"onCancel"
/>
</div>
<div
class=
"mask-content"
ref=
'contentRef'
:style=
"
{ 'height': contentHeight }"
>
<div
class=
"mask-content"
ref=
'contentRef'
>
<component
:is=
"editItem"
ref=
'childRef'
@
loading=
'loadingFn'
:key=
"key"
:formData=
'formData'
/>
</div>
<div
class=
"ls-mask-footer"
v-if=
'btnShow'
>
...
...
src/views/registerBook/components/clxx/index.vue
View file @
96f8355
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-
09-19 09:47:05
* @LastEditTime: 2023-
10-09 10:18:46
-->
<
template
>
<div
class=
"clxx"
>
<!-- 材料预览 -->
<div
class=
"clyl-box"
>
<div
class=
"menu-tree"
>
<!--
<el-button
type=
"primary"
native-type=
"submit"
@
click=
"viewDetail"
style=
"width: 100%; margin-top: 10px"
v-if=
"tableData.length > 0"
>
申请材料目录
</el-button>
-->
<div
class=
"item"
>
材料目录(
{{
tableData
.
length
}}
)
<div
style=
"margin-top: 10px"
>
...
...
src/views/ywbl/slsqxx/jsydsyq/slxx.vue
View file @
96f8355
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-
09-26 15:16:04
* @LastEditTime: 2023-
10-09 09:50:37
-->
<
template
>
<!-- 受理信息 -->
...
...
@@ -75,6 +75,7 @@
v-model=
"ruleForm.zdjbxx.qlxz"
noOptionsText=
"暂无数据"
:default-expand-level=
"1"
:disabled=
"!viewEdit"
placeholder=
""
:normalizer=
"normalizer"
:show-count=
"true"
...
...
Please
register
or
sign in
to post a comment