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
4229f75a
Commit
4229f75a
authored
Dec 06, 2024
by
李苏
💬
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
type 选择调整为 "src": "fme/ufmezbp/init/year",
parent
af2dd810
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
22 deletions
+10
-22
edit.vue
src/views/fmegl/fmezbpgl/biao/edit.vue
+4
-12
index.vue
src/views/fmegl/fmezbpgl/biao/index.vue
+6
-10
No files found.
src/views/fmegl/fmezbpgl/biao/edit.vue
View file @
4229f75a
...
...
@@ -3,7 +3,7 @@
* @Author: lisu lisu@gavelinfo.com
* @Date: 2024-09-19 10:47:46
* @LastEditors: lisu lisu@gavelinfo.com
* @LastEditTime: 2024-1
0-29 14:43:46
* @LastEditTime: 2024-1
2-06 15:53:14
* @FilePath: /zghywpc-vue/src/views/fmegl/fmezbpgl/biao/edit.vue
-->
<
template
>
...
...
@@ -35,13 +35,14 @@
prop
:
'type'
,
span
:
12
,
"type"
:
"RelSelect"
,
"value"
:
"
year
"
,
"value"
:
"
Y
"
,
"typeConfig"
:
{
"src"
:
"fme/ufmezbp/init/year"
,
change
:
(
v
)
=>
{
console
.
log
(
this
.
editConfig
.
editColItemList
)
let
changList
=
[
'dbrwcq'
,
'yhrwcq'
,
'lhqx'
,
'sjtbyc'
,
'sjgbcq'
,
'month'
]
let
changList2
=
[
'rlkkx'
]
if
(
v
.
id
==
'
year
'
)
{
if
(
v
.
id
==
'
Y
'
)
{
this
.
editConfig
.
editColItemList
.
forEach
(
item
=>
{
if
(
changList
.
includes
(
item
.
prop
))
{
item
.
show
=
false
...
...
@@ -60,16 +61,7 @@
},
clearable
:
false
,
"optionsData"
:
[{
id
:
'year'
,
name
:
'年'
},
{
id
:
'month'
,
name
:
'月'
}
],
"match"
:
{
"value"
:
"id"
,
"label"
:
"name"
...
...
src/views/fmegl/fmezbpgl/biao/index.vue
View file @
4229f75a
...
...
@@ -120,18 +120,14 @@
prop
:
'type'
,
span
:
6
,
type
:
'RelSelect'
,
value
:
'
year
'
,
value
:
'
Y
'
,
typeConfig
:
{
clearable
:
false
,
optionsData
:
[{
id
:
'year'
,
name
:
'年'
},
{
id
:
'month'
,
name
:
'月'
}
],
"src"
:
"fme/ufmezbp/init/year"
,
"match"
:
{
"value"
:
"id"
,
"label"
:
"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