Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
sgaqgl-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
李苏
sgaqgl-vue
Commits
61fb23e9
Commit
61fb23e9
authored
Jan 06, 2023
by
黄自鹏
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
调整
parent
8330a5f9
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
17 additions
and
10 deletions
+17
-10
index.vue
src/views/threeViolations/correctTV/index.vue
+2
-0
index.vue
src/views/threeViolations/queryRecords/index.vue
+15
-10
No files found.
src/views/threeViolations/correctTV/index.vue
View file @
61fb23e9
...
...
@@ -108,6 +108,8 @@
{
label
:
"联系手机"
,
prop
:
"phone"
,
fieldType
:
"ftString"
,
width
:
120
},
{
label
:
"违章日期"
,
prop
:
"wzrq"
,
fieldType
:
"ftDate"
},
{
label
:
"违章行为"
,
prop
:
"wzxw"
,
fieldType
:
"ftString"
,
width
:
280
},
{
label
:
"三违等级"
,
prop
:
"swdjName"
,
fieldType
:
"ftString"
,
width
:
280
},
{
label
:
"三违类型"
,
prop
:
"wglxName"
,
fieldType
:
"ftString"
,
width
:
280
}
// {label: "备注", prop: "bz", fieldType: "ftString",width:300},
// {label: "维护人", prop: "whr", fieldType: "ftString"},
// {label: "维护时间", prop: "whsj", fieldType: "ftDateTime"},
...
...
src/views/threeViolations/queryRecords/index.vue
View file @
61fb23e9
...
...
@@ -115,6 +115,8 @@
{
label
:
"联系手机"
,
prop
:
"phone"
,
fieldType
:
"ftString"
,
width
:
120
},
{
label
:
"违章日期"
,
prop
:
"wzrq"
,
fieldType
:
"ftDate"
},
{
label
:
"违章行为"
,
prop
:
"wzxw"
,
fieldType
:
"ftString"
,
width
:
280
},
{
label
:
"三违等级"
,
prop
:
"swdjName"
,
fieldType
:
"ftString"
,
width
:
280
},
{
label
:
"三违类型"
,
prop
:
"wglxName"
,
fieldType
:
"ftString"
,
width
:
280
},
// {label: "备注", prop: "bz", fieldType: "ftString",width:300},
// {label: "维护人", prop: "whr", fieldType: "ftString"},
// {label: "维护时间", prop: "whsj", fieldType: "ftDateTime"},
...
...
@@ -123,25 +125,28 @@
// {label: "状态", prop: "zt", fieldType: "ftString",width:6},
// {label: "工作流状态", prop: "wfpname", fieldType: "ftString",width:300},
// {label: "状态", prop: "zt", fieldType: "ftString",width:6},
// {label: "曝光内容", prop: "bgcont", fieldType: "ftString",width:300},
{
label
:
"曝光标题"
,
prop
:
"bgtitle"
,
fieldType
:
"ftString"
,
width
:
300
},
{
label
:
"曝光内容"
,
prop
:
"bgcont"
,
fieldType
:
"ftString"
,
width
:
300
},
// {label: "安全教育人", prop: "aqjyrid", fieldType: "ftString",width:192},
// {label: "安全教育时间", prop: "aqjysj", fieldType: "ftDateTime"},
// {label: "安全教育内容", prop: "aqcont", fieldType: "ftString",width:300},
// {label: "反思内容", prop: "fscont", fieldType: "ftString",width:300},
{
label
:
"安全教育时间"
,
prop
:
"aqjysj"
,
fieldType
:
"ftDateTime"
},
{
label
:
"安全教育内容"
,
prop
:
"aqcont"
,
fieldType
:
"ftString"
,
width
:
300
},
{
label
:
"反思时间"
,
prop
:
"fssj"
,
fieldType
:
"ftDateTime"
},
{
label
:
"反思内容"
,
prop
:
"fscont"
,
fieldType
:
"ftString"
,
width
:
300
},
// {label: "谈话层级", prop: "ldglcj", fieldType: "ftString",width:60},
// {label: "教育人编码", prop: "ldjyrid
", fieldType: "ftString",width:192},
{
label
:
"谈话人"
,
prop
:
"ldjyr
"
,
fieldType
:
"ftString"
,
width
:
192
},
// {label: "被教育人编码", prop: "ldbjyrid", fieldType: "ftString",width:192},
// {label: "领导教育
时间", prop: "ldjysj", fieldType: "ftDateTime"},
// {label: "领导教育
内容", prop: "ldcont", fieldType: "ftString",width:300},
{
label
:
"谈话
时间"
,
prop
:
"ldjysj"
,
fieldType
:
"ftDateTime"
},
{
label
:
"谈话
内容"
,
prop
:
"ldcont"
,
fieldType
:
"ftString"
,
width
:
300
},
// {label: "家属教育人", prop: "jsjyr", fieldType: "ftString",width:180},
// {label: "家属教育时间", prop: "jsjysj", fieldType: "ftDateTime"},
// {label: "家属教育内容", prop: "jscont", fieldType: "ftString",width:300},
//
{label: "纠正措施", prop: "jzcs", fieldType: "ftString",width:300},
{
label
:
"纠正措施"
,
prop
:
"jzcs"
,
fieldType
:
"ftString"
,
width
:
300
},
// {label: "纠正结果", prop: "jzjg", fieldType: "ftString",width:300},
// {label: "纠正验证人编码", prop: "jzyzrid", fieldType: "ftString",width:192},
//
{label: "纠正验证时间", prop: "jzyzsj", fieldType: "ftDateTime"},
{
label
:
"纠正验证时间"
,
prop
:
"jzyzsj"
,
fieldType
:
"ftDateTime"
},
// {label: "处罚标志", prop: "cfbz", fieldType: "ftString",width:60},
// {label: "处罚金额", prop: "cfje", fieldType: "float"},
{
label
:
"处罚金额"
,
prop
:
"cfje"
,
fieldType
:
"float"
},
{
label
:
"处罚分数"
,
prop
:
"cffs"
,
fieldType
:
"float"
},
]
}
},
...
...
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