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
7cd220ab
authored
2023-07-24 09:48:49 +0800
by
renchao@pashanhoo.com
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
style:业务申请规则编辑弹窗功能的完善
1 parent
418dbf08
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
14 additions
and
4 deletions
src/views/system/sqywgz/sqywDetail.vue
src/views/workflow/workFrame.vue
src/views/system/sqywgz/sqywDetail.vue
View file @
7cd220a
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-07-
19 14:11:05
* @LastEditTime: 2023-07-
24 09:47:54
-->
<
template
>
<div>
...
...
@@ -364,7 +364,12 @@
height
:
75vh
;
overflow-y
:
scroll
;
}
/
deep
/
.el-radio__label
{
display
:
inline-block
!important
;
}
/
deep
/
.el-radio
{
margin-right
:
5px
;
}
.el-radio-group
{
white-space
:
nowrap
;
}
...
...
src/views/workflow/workFrame.vue
View file @
7cd220a
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-0
5-24 15:31:00
* @LastEditTime: 2023-0
7-24 09:39:34
-->
<
template
>
<div
class=
"container"
>
...
...
@@ -159,7 +159,12 @@
//获取单元对应的所有表单信息
this
.
tabList
=
res
.
result
;
//默认加载第一个表单信息
this
.
tabName
=
res
.
result
[
0
].
value
;
let
arr
=
res
.
result
.
filter
(
item
=>
item
.
defaultForm
)
if
(
arr
.
length
>
0
)
{
this
.
tabName
=
arr
[
0
].
value
;
}
else
{
this
.
tabName
=
res
.
result
[
0
].
value
;
}
this
.
ableOperation
=
this
.
tabList
[
0
].
ableOperation
//批量操作无分屏按钮
if
(
index
!=
null
)
{
...
...
Please
register
or
sign in
to post a comment