Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Z
zghywpc-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
李苏
zghywpc-vue
Commits
997a1fe9
Commit
997a1fe9
authored
Aug 16, 2024
by
李苏
💬
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
经验/异物
parent
a2202f5f
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
75 additions
and
55 deletions
+75
-55
index.vue
src/views/jyfkgl/jyfkgl/index.vue
+13
-12
edit.vue
src/views/ywxxgl/ywxxgl/edit.vue
+43
-14
index.vue
src/views/ywxxgl/ywxxgl/index.vue
+19
-29
No files found.
src/views/jyfkgl/jyfkgl/index.vue
View file @
997a1fe9
...
...
@@ -24,13 +24,13 @@
label
:
"机组"
,
prop
:
"jz"
,
fieldType
:
"ftString"
,
width
:
30
0
width
:
12
0
},
{
label
:
"堆型"
,
prop
:
"dx"
,
fieldType
:
"ftString"
,
width
:
30
0
width
:
12
0
},
{
label
:
"时间"
,
...
...
@@ -41,7 +41,7 @@
label
:
"规格"
,
prop
:
"ggxh"
,
fieldType
:
"ftString"
,
width
:
30
0
width
:
12
0
},
{
label
:
"材质"
,
...
...
@@ -101,16 +101,17 @@
}
],
queryParams
:
[
[{
label
:
'编码'
,
prop
:
'code'
,
span
:
6
,
type
:
'input'
,
value
:
''
},
[
// {
// label: '编码',
// prop: 'code',
// span: 6,
// type: 'input',
// value: ''
// },
{
label
:
'
名称
'
,
prop
:
'
name
'
,
label
:
'
信息
'
,
prop
:
'
info
'
,
span
:
6
,
type
:
'input'
,
value
:
''
...
...
src/views/ywxxgl/ywxxgl/edit.vue
View file @
997a1fe9
...
...
@@ -18,20 +18,49 @@
return
{
editColItemList
:
[
{
label
:
'编码'
,
prop
:
'code'
,
span
:
12
,
type
:
'input'
,
required
:
true
,
},
{
label
:
'名称'
,
prop
:
'name'
,
span
:
12
,
type
:
'input'
,
required
:
true
,
},
{
label
:
'名称'
,
prop
:
'name'
,
span
:
12
,
type
:
'input'
,
required
:
true
,
},
{
label
:
'规格'
,
prop
:
'ggxh'
,
span
:
12
,
type
:
'input'
,
},
{
label
:
'尺寸'
,
prop
:
'cc'
,
span
:
12
,
type
:
'input'
,
},
{
label
:
'材质'
,
prop
:
'cz'
,
span
:
12
,
type
:
'input'
,
},
{
label
:
"地点"
,
prop
:
"dd"
,
span
:
24
,
type
:
'input'
,
},
{
label
:
"标高"
,
prop
:
"bg"
,
span
:
12
,
type
:
'input'
,
},
{
label
:
"放射性强度"
,
prop
:
"fsxqd"
,
span
:
12
,
type
:
'input'
,
},
{
label
:
'备注'
,
prop
:
'bz'
,
...
...
src/views/ywxxgl/ywxxgl/index.vue
View file @
997a1fe9
...
...
@@ -14,34 +14,29 @@
<
script
>
import
Edit
from
'./edit.vue'
export
default
{
name
:
'
jxzyff
'
,
name
:
'
ywxxgl
'
,
data
()
{
return
{
config
:
{
/* 基本配置*/
url
:
'y
hlywpc/ujyfk
'
,
url
:
'y
wxxgl/uywxx
'
,
tableTitle
:
[{
label
:
"
机组
"
,
prop
:
"
jz
"
,
label
:
"
名称
"
,
prop
:
"
name
"
,
fieldType
:
"ftString"
,
width
:
30
0
width
:
12
0
},
{
label
:
"
堆型
"
,
prop
:
"
dx
"
,
label
:
"
规格
"
,
prop
:
"
ggxh
"
,
fieldType
:
"ftString"
,
width
:
30
0
width
:
12
0
},
{
label
:
"时间"
,
prop
:
"time"
,
fieldType
:
"ftDateTime"
},
{
label
:
"规格"
,
prop
:
"ggxh"
,
label
:
"尺寸"
,
prop
:
"cc"
,
fieldType
:
"ftString"
,
width
:
30
0
width
:
12
0
},
{
label
:
"材质"
,
...
...
@@ -50,23 +45,24 @@
width
:
300
},
{
label
:
"
异物
地点"
,
prop
:
"
yw
dd"
,
label
:
"地点"
,
prop
:
"dd"
,
fieldType
:
"ftString"
,
width
:
300
},
{
label
:
"
异物排查方法
"
,
prop
:
"
ywpcff
"
,
label
:
"
标高
"
,
prop
:
"
bg
"
,
fieldType
:
"ftString"
,
width
:
300
},
{
label
:
"异物
产生原因
"
,
prop
:
"
ywcsyy
"
,
label
:
"异物
放射性强度
"
,
prop
:
"
fsxqd
"
,
fieldType
:
"ftString"
,
width
:
300
},
{
label
:
"备注"
,
prop
:
"bz"
,
...
...
@@ -101,13 +97,7 @@
}
],
queryParams
:
[
[{
label
:
'编码'
,
prop
:
'code'
,
span
:
6
,
type
:
'input'
,
value
:
''
},
[
{
label
:
'名称'
,
prop
:
'name'
,
...
...
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