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
db82f767
authored
2023-08-03 13:51:04 +0800
by
renchao@pashanhoo.com
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
style:材料明细
1 parent
8d1b1d7f
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
src/utils/filter.js
src/views/workflow/components/dialog/clxxDetailDialog.vue
src/utils/filter.js
View file @
db82f76
...
...
@@ -94,7 +94,8 @@ export default class filter {
xzzt
:
"已限制"
,
ygmmzt
:
"已预告买卖"
,
ygdyzt
:
"已预告抵押"
,
dyzt
:
"已抵押"
dyzt
:
"已抵押"
,
sfbl
:
"正在补录"
};
for
(
let
key
in
row
)
{
...
...
src/views/workflow/components/dialog/clxxDetailDialog.vue
View file @
db82f76
...
...
@@ -10,7 +10,7 @@
</lb-table>
<div
class=
"text-center"
>
<el-button
@
click=
"$popupCacel"
>
取消
</el-button>
<el-button
type=
"primary"
@
click=
"handleSubmit"
:loading=
"loading"
v-if=
"formData.ableOperation"
>
保存
</el-button>
<el-button
type=
"primary"
@
click=
"handleSubmit"
:loading=
"loading"
v-if=
"formData.ableOperation
&& tableData.length>0
"
>
保存
</el-button>
</div>
</div>
</
template
>
...
...
Please
register
or
sign in
to post a comment