Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
P
pjnkb-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
李苏
pjnkb-vue
Commits
b6691329
Commit
b6691329
authored
Apr 18, 2025
by
李苏
💬
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
新增字段,charts位置调整
parent
aa4333d2
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
23 additions
and
9 deletions
+23
-9
index.vue
src/views/index.vue
+3
-3
edit.vue
src/views/jcxxgl/xtlxwh/edit.vue
+12
-4
index.vue
src/views/jcxxgl/xtlxwh/index.vue
+8
-2
No files found.
src/views/index.vue
View file @
b6691329
...
...
@@ -445,7 +445,7 @@
},
grid
:
{
top
:
'20%'
,
left
:
'
-8
%'
,
left
:
'
2
%'
,
right
:
'4%'
,
bottom
:
'3%'
,
containLabel
:
true
...
...
@@ -851,7 +851,7 @@
},
grid
:
{
top
:
'20%'
,
left
:
'-
8
%'
,
left
:
'-
4
%'
,
right
:
'4%'
,
bottom
:
'3%'
,
containLabel
:
true
...
...
@@ -931,7 +931,7 @@
},
grid
:
{
top
:
'20%'
,
left
:
'-
8
%'
,
left
:
'-
4
%'
,
right
:
'4%'
,
bottom
:
'3%'
,
containLabel
:
true
...
...
src/views/jcxxgl/xtlxwh/edit.vue
View file @
b6691329
...
...
@@ -3,8 +3,8 @@
* @Author: lisu lisu@gavelinfo.com
* @Date: 2024-09-19 10:47:46
* @LastEditors: lisu lisu@gavelinfo.com
* @LastEditTime: 202
4-09-19 14:24:01
* @FilePath: /
easyWork/static/baseE
dit.vue
* @LastEditTime: 202
5-04-18 17:41:17
* @FilePath: /
pjnkb-vue/src/views/jcxxgl/xtlxwh/e
dit.vue
-->
<
template
>
<!-- prop 穿透赋值 -->
...
...
@@ -29,7 +29,15 @@
return
{
editConfig
:
{
/* 生成form表单 */
editColItemList
:
[{
editColItemList
:
[
{
label
:
'序号'
,
prop
:
'xh'
,
span
:
12
,
type
:
'input'
,
// required: true,
},
{
label
:
'编码'
,
prop
:
'code'
,
span
:
12
,
...
...
src/views/jcxxgl/xtlxwh/index.vue
View file @
b6691329
...
...
@@ -3,7 +3,7 @@
* @Author: lisu lisu@gavelinfo.com
* @Date: 2024-09-19 10:55:27
* @LastEditors: lisu lisu@gavelinfo.com
* @LastEditTime: 2025-04-
09 15:02:06
* @LastEditTime: 2025-04-
18 17:40:59
* @FilePath: /pjnkb-vue/src/views/jcxxgl/xtlxwh/index.vue
-->
<
template
>
...
...
@@ -28,7 +28,13 @@
config
:
{
/* 基本配置*/
url
:
'pjnkb/usystype'
,
tableTitle
:
[{
tableTitle
:
[
{
title
:
"序号"
,
field
:
"xh"
,
width
:
80
},
{
title
:
"编码"
,
field
:
"code"
,
fieldType
:
"upper"
,
...
...
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