Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
D
dxgaqgl-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
李苏
dxgaqgl-vue
Commits
c660e507
Commit
c660e507
authored
May 08, 2025
by
李苏
💬
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
查询搜索条件查询
parent
a8c5ec9b
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
28 additions
and
6 deletions
+28
-6
index.vue
src/views/contingency/yjylcx/index.vue
+13
-2
index.vue
src/views/train/aqpxcx/index.vue
+15
-4
No files found.
src/views/contingency/yjylcx/index.vue
View file @
c660e507
...
...
@@ -148,8 +148,19 @@
label
:
'是否完成'
,
prop
:
'isComplete'
,
span
:
4
,
type
:
'checkboxYN'
,
value
:
'N'
type
:
'RelSelect'
,
// value: 'N',
"typeConfig"
:
{
optionsData
:[{
id
:
'Y'
,
name
:
'是'
},{
id
:
'N'
,
name
:
'否'
}],
"match"
:
{
"value"
:
"id"
,
"label"
:
"name"
}
}
},
{
label
:
'日期'
,
...
...
src/views/train/aqpxcx/index.vue
View file @
c660e507
...
...
@@ -3,7 +3,7 @@
* @Author: lisu lisu@gavelinfo.com
* @Date: 2024-09-19 10:55:27
* @LastEditors: lisu lisu@gavelinfo.com
* @LastEditTime: 2025-05-0
7 15:16:06
* @LastEditTime: 2025-05-0
8 16:03:13
* @FilePath: /dxgaqgl-vue/src/views/train/aqpxcx/index.vue
-->
<
template
>
...
...
@@ -22,7 +22,7 @@
<
script
>
// import Edit from './edit.vue'
export
default
{
name
:
'
template
'
,
name
:
'
aqpxcx
'
,
data
()
{
return
{
power
:
{
...
...
@@ -151,8 +151,19 @@
label
:
'是否完成'
,
prop
:
'isComplete'
,
span
:
4
,
type
:
'checkboxYN'
,
value
:
'N'
type
:
'RelSelect'
,
// value: 'N',
"typeConfig"
:
{
optionsData
:[{
id
:
'Y'
,
name
:
'是'
},{
id
:
'N'
,
name
:
'否'
}],
"match"
:
{
"value"
:
"id"
,
"label"
:
"name"
}
}
},
{
label
:
'日期'
,
...
...
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