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
31544eed
Commit
31544eed
authored
Nov 07, 2022
by
dingyoujian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
调整
parent
dee527fb
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
16 additions
and
3 deletions
+16
-3
maintenanceStandards.js
src/api/daily/maintenanceStandards.js
+11
-1
edit.vue
src/views/daily/maintenanceStandards/edit.vue
+4
-2
index.vue
src/views/daily/maintenanceStandards/index.vue
+1
-0
No files found.
src/api/daily/maintenanceStandards.js
View file @
31544eed
...
...
@@ -31,7 +31,17 @@ export function doDelete(query) {
})
}
/**
* 分类加载
* @param query
*/
export
function
doQueryZyfl
(
query
)
{
return
request
({
url
:
'/aqgl/rcgl/wxzyfl/query'
,
method
:
'post'
,
data
:
query
||
{}
})
}
...
...
src/views/daily/maintenanceStandards/edit.vue
View file @
31544eed
...
...
@@ -45,8 +45,8 @@
</el-form-item>
</el-col>
<el-col
:span=
"12"
>
<el-form-item
label=
"
系统版本"
ref=
"sysversion"
prop=
"sysversion
"
>
<el-input
:readonly=
"readonly"
v-model=
"form.
sysversion
"
></el-input>
<el-form-item
label=
"
分类"
ref=
"flid"
prop=
"flid
"
>
<el-input
:readonly=
"readonly"
v-model=
"form.
flid
"
></el-input>
</el-form-item>
</el-col>
</el-row>
...
...
@@ -85,6 +85,8 @@
tbrid
:
''
,
//管控项目
gkxm
:
''
,
//分类
flid
:
''
,
//工作要求
gzyq
:
''
,
//扣分细则
...
...
src/views/daily/maintenanceStandards/index.vue
View file @
31544eed
...
...
@@ -75,6 +75,7 @@
/* 表格标题对应参数*/
tableTitle
:
[
{
label
:
"序号"
,
prop
:
"xh"
,
fieldType
:
"int"
},
{
label
:
"分类"
,
prop
:
"flName"
,
fieldType
:
"ftString"
,
width
:
192
},
{
label
:
"部门"
,
prop
:
"bmName"
,
fieldType
:
"ftString"
,
width
:
192
},
{
label
:
"填报人"
,
prop
:
"tbrName"
,
fieldType
:
"ftString"
,
width
:
192
},
{
label
:
"管控项目"
,
prop
:
"gkxm"
,
fieldType
:
"ftString"
,
width
:
300
},
...
...
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