Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Z
zlyq-glui
Overview
Overview
Details
Activity
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
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
tangyukai
zlyq-glui
Commits
049f06d3
Commit
049f06d3
authored
Oct 25, 2024
by
tyk
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
11
parent
e0074238
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
16 additions
and
6 deletions
+16
-6
src/views/system/cb/index.vue
+16
-6
No files found.
src/views/system/cb/index.vue
View file @
049f06d3
...
...
@@ -93,27 +93,36 @@
<
el
-
dialog
:
title
=
"title"
:
visible
.
sync
=
"open"
width
=
"1200px"
append
-
to
-
body
>
<
el
-
form
ref
=
"form"
:
model
=
"form"
:
rules
=
"rules"
label
-
width
=
"80px"
>
<
el
-
row
>
<
el
-
col
:
span
=
"
6
"
>
<
el
-
col
:
span
=
"
5
"
>
<
el
-
form
-
item
label
=
"类型"
prop
=
"fid"
>
<
treeselect
v
-
model
=
"fid"
:
options
=
"zbOptions2"
:
normalizer
=
"normalizer"
placeholder
=
"请选择上级名称"
/>
<
/el-form-item
>
<
/el-col
>
<
el
-
col
:
span
=
"
6
"
>
<
el
-
col
:
span
=
"
5
"
>
<
el
-
form
-
item
label
=
"单位"
prop
=
"remark"
>
<
el
-
input
v
-
model
=
"form.remark"
placeholder
=
"请输入单位"
/>
<
/el-form-item
>
<
/el-col
>
<
el
-
col
:
span
=
"
6
"
>
<
el
-
col
:
span
=
"
5
"
>
<
el
-
form
-
item
label
=
"名称"
prop
=
"mc"
>
<
el
-
input
v
-
model
=
"form.mc"
placeholder
=
"请输入名称"
/>
<
/el-form-item
>
<
/el-col
>
<
el
-
col
:
span
=
"
6
"
>
<
el
-
col
:
span
=
"
3
"
>
<
el
-
form
-
item
label
=
"排序"
prop
=
"px"
>
<
el
-
input
v
-
model
=
"form.px"
placeholder
=
"
请输入排序
"
/>
<
el
-
input
v
-
model
=
"form.px"
placeholder
=
""
/>
<
/el-form-item
>
<
/el-col
>
<
el
-
col
:
span
=
"1"
>
<
el
-
form
-
item
label
=
""
prop
=
""
>
<
/el-form-item
>
<
/el-col
>
<
el
-
col
:
span
=
"4"
>
<
el
-
form
-
item
label
=
"最新标识"
prop
=
"zx"
>
<
el
-
radio
v
-
model
=
"form.zx"
label
=
"1"
>
是
<
/el-radio
>
<
el
-
radio
v
-
model
=
"form.zx"
label
=
"0"
>
否
<
/el-radio
>
<
/el-form-item
>
<
/el-col
>
<
/el-row
>
<
div
v
-
if
=
"cplx === '产品'"
>
...
...
@@ -847,6 +856,7 @@ export default {
yfjs
:
null
,
fwts
:
null
,
fwal
:
null
,
zx
:
null
,
createBy
:
null
,
createTime
:
null
,
updateBy
:
null
,
...
...
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