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
dd453277
authored
2023-09-01 11:15:39 +0800
by
xiaomiao
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
--no commit message
1 parent
0bec57c5
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
11 additions
and
6 deletions
src/views/djbworkflow/djbBook/components/blxxtabs/jsydsyq.vue
src/views/djbworkflow/djbBook/components/blxxtabs/lq.vue
src/views/djbworkflow/flowform.js
src/views/djbworkflow/djbBook/components/blxxtabs/jsydsyq.vue
View file @
dd45327
...
...
@@ -9,17 +9,14 @@
<el-form
:model=
"ruleForm"
:rules=
"rules"
:class=
"
{ readonly: editDisabled }"
class="loadingtext"
v-Loading=
"loading"
ref=
"ruleForm"
:label-position=
"flag ? 'top' : ''"
:inline=
"flag"
label-width="145px"
inline-message
:show-message="false">
label-width=
"190px"
>
<div
class=
"slxx_con"
v-if=
"isShow"
:class=
"flag ? 'formMarginBot0' : ''"
>
<div
class=
"slxx_title title-block"
>
补录
信息
申请业务
信息
<div
class=
"triangle"
></div>
</div>
<el-row
:gutter=
"10"
>
...
...
src/views/djbworkflow/djbBook/components/blxxtabs/lq.vue
0 → 100644
View file @
dd45327
This diff is collapsed.
Click to expand it.
src/views/djbworkflow/flowform.js
View file @
dd45327
...
...
@@ -46,6 +46,14 @@ export function getForm(tabName) {
case
"yydj"
:
form
=
require
(
"@/views/registerBook/yydj.vue"
);
break
;
//林地使用权
case
"slxxlq"
:
form
=
require
(
"@/views/djbworkflow/djbBook/components/blxxtabs/lq.vue"
);
break
;
//森林林木使用权
case
"sllmslxx"
:
form
=
require
(
"@/views/ywbl/slsqxx/sllmslxx"
);
break
;
case
"slxxjsydsyq"
:
form
=
require
(
"@/views/djbworkflow/djbBook/components/blxxtabs/jsydsyq.vue"
);
break
;
...
...
Please
register
or
sign in
to post a comment