Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Y
yq-ui
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
zhaopanyu
yq-ui
Commits
a128aaf9
Commit
a128aaf9
authored
Oct 25, 2024
by
zhaopanyu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
zpy
parent
84acaebc
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
10 additions
and
3 deletions
+10
-3
src/assets/images/new.png
+0
-0
src/views/system/cb/index.vue
+9
-3
src/views/zyyq/index.vue
+0
-0
vue.config.js
+1
-0
No files found.
src/assets/images/new.png
0 → 100644
View file @
a128aaf9
1.4 KB
src/views/system/cb/index.vue
View file @
a128aaf9
...
@@ -57,22 +57,28 @@
...
@@ -57,22 +57,28 @@
<
el
-
dialog
:
title
=
"title"
:
visible
.
sync
=
"open"
width
=
"1200px"
append
-
to
-
body
>
<
el
-
dialog
:
title
=
"title"
:
visible
.
sync
=
"open"
width
=
"1200px"
append
-
to
-
body
>
<
el
-
form
ref
=
"form"
:
model
=
"form"
:
rules
=
"rules"
label
-
width
=
"80px"
>
<
el
-
form
ref
=
"form"
:
model
=
"form"
:
rules
=
"rules"
label
-
width
=
"80px"
>
<
el
-
row
>
<
el
-
row
>
<
el
-
col
:
span
=
"
8
"
>
<
el
-
col
:
span
=
"
6
"
>
<
el
-
form
-
item
label
=
"类型"
prop
=
"fid"
>
<
el
-
form
-
item
label
=
"类型"
prop
=
"fid"
>
<
treeselect
v
-
model
=
"fid"
:
options
=
"zbOptions2"
:
normalizer
=
"normalizer"
placeholder
=
"请选择上级名称"
/>
<
treeselect
v
-
model
=
"fid"
:
options
=
"zbOptions2"
:
normalizer
=
"normalizer"
placeholder
=
"请选择上级名称"
/>
<
/el-form-item
>
<
/el-form-item
>
<
/el-col
>
<
/el-col
>
<
el
-
col
:
span
=
"8"
>
<
el
-
col
:
span
=
"6"
>
<
el
-
form
-
item
label
=
"单位"
prop
=
"remark"
>
<
el
-
input
v
-
model
=
"form.remark"
placeholder
=
"请输入单位"
/>
<
/el-form-item
>
<
/el-col
>
<
el
-
col
:
span
=
"6"
>
<
el
-
form
-
item
label
=
"名称"
prop
=
"mc"
>
<
el
-
form
-
item
label
=
"名称"
prop
=
"mc"
>
<
el
-
input
v
-
model
=
"form.mc"
placeholder
=
"请输入名称"
/>
<
el
-
input
v
-
model
=
"form.mc"
placeholder
=
"请输入名称"
/>
<
/el-form-item
>
<
/el-form-item
>
<
/el-col
>
<
/el-col
>
<
el
-
col
:
span
=
"
8
"
>
<
el
-
col
:
span
=
"
6
"
>
<
el
-
form
-
item
label
=
"排序"
prop
=
"px"
>
<
el
-
form
-
item
label
=
"排序"
prop
=
"px"
>
<
el
-
input
v
-
model
=
"form.px"
placeholder
=
"请输入排序"
/>
<
el
-
input
v
-
model
=
"form.px"
placeholder
=
"请输入排序"
/>
<
/el-form-item
>
<
/el-form-item
>
<
/el-col
>
<
/el-col
>
<
/el-row
>
<
/el-row
>
<
div
v
-
if
=
"cplx === '产品'"
>
<
div
v
-
if
=
"cplx === '产品'"
>
...
...
src/views/zyyq/index.vue
View file @
a128aaf9
This diff is collapsed.
Click to expand it.
vue.config.js
View file @
a128aaf9
...
@@ -37,6 +37,7 @@ module.exports = {
...
@@ -37,6 +37,7 @@ module.exports = {
[
process
.
env
.
VUE_APP_BASE_API
]:
{
[
process
.
env
.
VUE_APP_BASE_API
]:
{
// target: `http://localhost:8080`,
// target: `http://localhost:8080`,
// target: `http://192.168.31.190:8899`,
// target: `http://192.168.31.190:8899`,
// target: `http://192.168.31.95:8081`,
target
:
`http://192.168.31.95:8081`
,
target
:
`http://192.168.31.95:8081`
,
changeOrigin
:
true
,
changeOrigin
:
true
,
...
...
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