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
a962a195
authored
2023-08-21 14:40:11 +0800
by
单帅旗
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
修改:权力比例字段名称修改
1 parent
59d0ea64
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
8 additions
and
8 deletions
src/views/djbworkflow/components/qlrCommonTable.vue
src/views/djbworkflow/components/ywrCommonTable.vue
src/views/workflow/components/cfBdcdyTable.vue
src/views/workflow/components/dialog/addQlr.vue
src/views/workflow/components/qjhTable.vue
src/views/workflow/components/qlrCommonTable.vue
src/views/workflow/components/sqrViewTable.vue
src/views/djbworkflow/components/qlrCommonTable.vue
View file @
a962a19
...
...
@@ -206,7 +206,7 @@
}
else
{
this
.
column
=
_
.
cloneDeep
(
dataList
);
this
.
column
.
splice
(
2
,
0
,
{
prop
:
"
fs
"
,
prop
:
"
qlbl
"
,
label
:
"份数"
,
});
}
...
...
src/views/djbworkflow/components/ywrCommonTable.vue
View file @
a962a19
...
...
@@ -206,7 +206,7 @@
}
else
{
this
.
column
=
_
.
cloneDeep
(
dataList
);
this
.
column
.
splice
(
2
,
0
,
{
prop
:
"
fs
"
,
prop
:
"
qlbl
"
,
label
:
"份数"
,
});
}
...
...
src/views/workflow/components/cfBdcdyTable.vue
View file @
a962a19
...
...
@@ -114,7 +114,7 @@
this
.
column
=
_
.
cloneDeep
(
dataList
)
this
.
column
.
splice
(
2
,
0
,
{
prop
:
"
fs
"
,
prop
:
"
qlbl
"
,
label
:
"份数"
})
}
...
...
src/views/workflow/components/dialog/addQlr.vue
View file @
a962a19
...
...
@@ -42,8 +42,8 @@
</el-form-item>
</el-col>
<el-col
:span=
"8"
>
<el-form-item
label=
"份数"
prop=
"
fs
"
>
<el-input
v-model=
"ruleForm.
fs
"
:disabled=
"!showButton"
maxlength=
"8"
oninput=
"value=value.replace(/[^\d]/g,'')"
></el-input>
<el-form-item
label=
"份数"
prop=
"
qlbl
"
>
<el-input
v-model=
"ruleForm.
qlbl
"
:disabled=
"!showButton"
maxlength=
"8"
oninput=
"value=value.replace(/[^\d]/g,'')"
></el-input>
</el-form-item>
</el-col>
...
...
src/views/workflow/components/qjhTable.vue
View file @
a962a19
...
...
@@ -104,7 +104,7 @@
this
.
column
=
_
.
cloneDeep
(
dataList
)
this
.
column
.
splice
(
2
,
0
,
{
prop
:
"
fs
"
,
prop
:
"
qlbl
"
,
label
:
"份数"
})
}
...
...
src/views/workflow/components/qlrCommonTable.vue
View file @
a962a19
...
...
@@ -150,7 +150,7 @@
this
.
column
=
_
.
cloneDeep
(
dataList
)
this
.
column
.
splice
(
2
,
0
,
{
prop
:
"
fs
"
,
prop
:
"
qlbl
"
,
label
:
"份数"
})
}
...
...
src/views/workflow/components/sqrViewTable.vue
View file @
a962a19
...
...
@@ -121,7 +121,7 @@
this
.
column
=
_
.
cloneDeep
(
dataList
)
this
.
column
.
splice
(
2
,
0
,
{
prop
:
"
fs
"
,
prop
:
"
qlbl
"
,
label
:
"份数"
})
}
...
...
Please
register
or
sign in
to post a comment