Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
lxyl-vue
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
李苏
lxyl-vue
Commits
5d51c8f0
Commit
5d51c8f0
authored
Mar 06, 2024
by
李苏
💬
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
edit删除
parent
d3218abe
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
29 additions
and
16 deletions
+29
-16
index.vue
src/views/ccgl/wcsrwgl/wcsrw/index.vue
+29
-16
No files found.
src/views/ccgl/wcsrwgl/wcsrw/index.vue
View file @
5d51c8f0
...
...
@@ -15,7 +15,7 @@
</template>
<
script
>
import
Edit
from
'./edit.vue'
//
import Edit from './edit.vue'
export
default
{
data
()
{
return
{
...
...
@@ -37,7 +37,18 @@
config
:
{
/* 基本配置*/
url
:
'lxyl/wcs/wcsTask'
,
tableTitle
:
[{
tableTitle
:
[
{
title
:
"状态"
,
field
:
"zt"
,
width
:
140
,
transform
:
{
"url"
:
"lxyl/wcs/wcsTask/init/zt"
,
"label"
:
"name"
,
"value"
:
"id"
}
},
{
title
:
"任务号"
,
field
:
"djid"
,
width
:
140
...
...
@@ -47,7 +58,7 @@
field
:
"type"
,
width
:
140
,
transform
:
{
"url"
:
"lxyl/wcs/wcsTask/init/
rlzt
"
,
"url"
:
"lxyl/wcs/wcsTask/init/
type
"
,
"label"
:
"name"
,
"value"
:
"id"
}
...
...
@@ -110,7 +121,7 @@
{
label
:
'任务类型'
,
prop
:
'type'
,
span
:
4
,
span
:
8
,
"type"
:
"RelSelect"
,
"value"
:
""
,
"typeConfig"
:
{
...
...
@@ -124,7 +135,7 @@
{
"label"
:
"状态"
,
"prop"
:
"zt"
,
"span"
:
4
,
"span"
:
8
,
"type"
:
"RelSelect"
,
"value"
:
""
,
"typeConfig"
:
{
...
...
@@ -135,20 +146,22 @@
}
}
},
],
[
{
label
:
'任务号'
,
prop
:
'djid'
,
span
:
4
,
span
:
8
,
type
:
'input'
,
value
:
''
},
],
[{
{
"label"
:
"业务类型"
,
"prop"
:
"djly"
,
"span"
:
4
,
"span"
:
8
,
"type"
:
"RelSelect"
,
"value"
:
""
,
"typeConfig"
:
{
...
...
@@ -162,7 +175,7 @@
{
label
:
'业务单号'
,
prop
:
'lydjDjid'
,
span
:
4
,
span
:
8
,
type
:
'input'
,
value
:
''
},
...
...
@@ -241,7 +254,7 @@
// }
},
components
:
{
Edit
//
Edit
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment