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
a1f1cec4
authored
2023-10-09 10:32:38 +0800
by
renchao@pashanhoo.com
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
style:登记薄操作编辑功能的完善
1 parent
96f8355a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
src/views/registerBook/diyaq.vue
src/views/registerBook/diyaq.vue
View file @
a1f1cec
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-
09-22 09:50:12
* @LastEditTime: 2023-
10-09 10:31:04
-->
<
template
>
<div
class=
"djxxTable"
>
...
...
@@ -34,6 +34,9 @@
},
created
()
{
this
.
loadData
();
if
(
this
.
$parent
.
addRepairRecord
)
{
this
.
columns
.
unshift
({
prop
:
"cz"
,
label
:
"操作"
});
}
},
methods
:
{
/**
...
...
@@ -41,9 +44,6 @@
* @author: renchao
*/
loadData
(
checkList
=
[])
{
if
(
this
.
$parent
.
addRepairRecord
)
{
this
.
columns
.
unshift
({
prop
:
"cz"
,
label
:
"操作"
});
}
getDiyaqList
({
bdcdyid
:
this
.
propsParam
.
bdcdyid
,
qllx
:
this
.
propsParam
.
qllx
,
...
...
Please
register
or
sign in
to post a comment