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
27fc448f
Commit
27fc448f
authored
May 08, 2025
by
李苏
💬
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
调整
parent
c660e507
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
12 deletions
+11
-12
index.vue
src/views/contingency/yjylcx/index.vue
+11
-12
No files found.
src/views/contingency/yjylcx/index.vue
View file @
27fc448f
...
@@ -3,7 +3,7 @@
...
@@ -3,7 +3,7 @@
* @Author: lisu lisu@gavelinfo.com
* @Author: lisu lisu@gavelinfo.com
* @Date: 2024-09-19 10:55:27
* @Date: 2024-09-19 10:55:27
* @LastEditors: lisu lisu@gavelinfo.com
* @LastEditors: lisu lisu@gavelinfo.com
* @LastEditTime: 2025-05-0
7 15:17:48
* @LastEditTime: 2025-05-0
8 16:59:19
* @FilePath: /dxgaqgl-vue/src/views/contingency/yjylcx/index.vue
* @FilePath: /dxgaqgl-vue/src/views/contingency/yjylcx/index.vue
-->
-->
<
template
>
<
template
>
...
@@ -49,24 +49,23 @@
...
@@ -49,24 +49,23 @@
fieldType
:
"int"
fieldType
:
"int"
},
},
//{label: "季度", prop: "quarter", fieldType: "ftString",width:80},
//{label: "季度", prop: "quarter", fieldType: "ftString",width:80},
{
//
{
label
:
"季度"
,
//
label: "季度",
prop
:
"quarter"
,
//
prop: "quarter",
formatter
:
function
(
row
,
column
,
value
,
index
)
{
//
formatter: function(row, column, value, index) {
let
jdobj
=
[
''
,
'第一季度'
,
'第二季度'
,
'第三季度'
,
'第四季度'
]
//
let jdobj = ['', '第一季度', '第二季度', '第三季度', '第四季度']
return
jdobj
[
value
]
//
return jdobj[value]
},
//
},
fieldType
:
"ftString"
,
//
fieldType: "ftString",
width
:
80
//
width: 80
},
//
},
{
{
label
:
"演练名称"
,
label
:
"演练名称"
,
prop
:
"name"
,
prop
:
"name"
,
fieldType
:
"ftString"
,
fieldType
:
"ftString"
,
width
:
180
width
:
180
},
},
{
{
label
:
"状态"
,
label
:
"状态"
,
prop
:
"zt"
,
prop
:
"zt"
,
...
...
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