Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
weiqiao-vue
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
1
Merge Requests
1
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
金民
weiqiao-vue
Commits
a94bdceb
Commit
a94bdceb
authored
Mar 27, 2026
by
li.jian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改bug
parent
787a58ae
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
55 additions
and
55 deletions
+55
-55
xjrsoft-vue3/src/views/scgl/bgjl/components/config.ts
+2
-2
xjrsoft-vue3/src/views/scgl/ccmx/components/config.ts
+2
-2
xjrsoft-vue3/src/views/scgl/scjh/components/config.ts
+51
-51
No files found.
xjrsoft-vue3/src/views/scgl/bgjl/components/config.ts
View file @
a94bdceb
...
@@ -126,7 +126,7 @@ export const columns: BasicColumn[] = [
...
@@ -126,7 +126,7 @@ export const columns: BasicColumn[] = [
{
{
resizable
:
true
,
resizable
:
true
,
dataIndex
:
'bgsl'
,
dataIndex
:
'bgsl'
,
title
:
'
报工数
量'
,
title
:
'
总重
量'
,
componentType
:
'number'
,
componentType
:
'number'
,
fixed
:
false
,
fixed
:
false
,
...
@@ -1011,7 +1011,7 @@ export const formProps: FormProps = {
...
@@ -1011,7 +1011,7 @@ export const formProps: FormProps = {
{
{
key
:
'8a15c005a5524c3dafd8b0b9bb5ec1d5'
,
key
:
'8a15c005a5524c3dafd8b0b9bb5ec1d5'
,
field
:
'bgsl'
,
field
:
'bgsl'
,
label
:
'
报工数
量'
,
label
:
'
总重
量'
,
type
:
'number'
,
type
:
'number'
,
component
:
'InputNumber'
,
component
:
'InputNumber'
,
colProps
:
{
span
:
24
},
colProps
:
{
span
:
24
},
...
...
xjrsoft-vue3/src/views/scgl/ccmx/components/config.ts
View file @
a94bdceb
...
@@ -167,7 +167,7 @@ export const columns: BasicColumn[] = [
...
@@ -167,7 +167,7 @@ export const columns: BasicColumn[] = [
{
{
resizable
:
true
,
resizable
:
true
,
dataIndex
:
'csl'
,
dataIndex
:
'csl'
,
title
:
'产出
数
量'
,
title
:
'产出
重
量'
,
componentType
:
'number'
,
componentType
:
'number'
,
fixed
:
false
,
fixed
:
false
,
...
@@ -505,7 +505,7 @@ export const formProps: FormProps = {
...
@@ -505,7 +505,7 @@ export const formProps: FormProps = {
{
{
key
:
'1c0bf170e3ba4be78474821571cda0e6'
,
key
:
'1c0bf170e3ba4be78474821571cda0e6'
,
field
:
'csl'
,
field
:
'csl'
,
label
:
'产出
数
量'
,
label
:
'产出
重
量'
,
type
:
'number'
,
type
:
'number'
,
component
:
'InputNumber'
,
component
:
'InputNumber'
,
colProps
:
{
span
:
24
},
colProps
:
{
span
:
24
},
...
...
xjrsoft-vue3/src/views/scgl/scjh/components/config.ts
View file @
a94bdceb
...
@@ -800,57 +800,57 @@ export const formProps: FormProps = {
...
@@ -800,57 +800,57 @@ export const formProps: FormProps = {
listStyle
:
"return 'width:100%'"
,
listStyle
:
"return 'width:100%'"
,
},
},
},
},
{
//
{
key
:
'dd4d2ce6ada84bc4b7d27503bc0f5cd6'
,
//
key: 'dd4d2ce6ada84bc4b7d27503bc0f5cd6',
title
:
'炉数'
,
//
title: '炉数',
dataIndex
:
'ls'
,
//
dataIndex: 'ls',
componentType
:
'InputNumber'
,
//
componentType: 'InputNumber',
defaultValue
:
''
,
//
defaultValue: '',
componentProps
:
{
//
componentProps: {
width
:
'100%'
,
//
width: '100%',
span
:
''
,
//
span: '',
defaultValue
:
''
,
//
defaultValue: '',
min
:
0
,
//
min: 0,
max
:
100
,
//
max: 100,
step
:
1
,
//
step: 1,
maxlength
:
null
,
//
maxlength: null,
disabled
:
false
,
//
disabled: false,
showLabel
:
true
,
//
showLabel: true,
controls
:
true
,
//
controls: true,
required
:
false
,
//
required: false,
subTotal
:
false
,
//
subTotal: false,
isShow
:
true
,
//
isShow: true,
rules
:
[{
pattern
:
'/^[1-9]
\\
d*?$/'
,
message
:
'请输入整数'
}],
//
rules: [{ pattern: '/^[1-9]\\d*?$/', message: '请输入整数' }],
events
:
{},
//
events: {},
placeholder
:
'请输入炉数'
,
//
placeholder: '请输入炉数',
tooltipConfig
:
{
visible
:
false
,
title
:
'提示文本'
},
//
tooltipConfig: { visible: false, title: '提示文本' },
listStyle
:
"return 'width:100%'"
,
//
listStyle: "return 'width:100%'",
},
//
},
},
//
},
{
//
{
key
:
'3b80cb19086e49e1a746cf9ace3f938e'
,
//
key: '3b80cb19086e49e1a746cf9ace3f938e',
title
:
'质量/KG'
,
//
title: '质量/KG',
dataIndex
:
'zl'
,
//
dataIndex: 'zl',
componentType
:
'InputNumber'
,
//
componentType: 'InputNumber',
defaultValue
:
0
,
//
defaultValue: 0,
componentProps
:
{
//
componentProps: {
width
:
'100%'
,
//
width: '100%',
span
:
''
,
//
span: '',
defaultValue
:
0
,
//
defaultValue: 0,
min
:
0
,
//
min: 0,
step
:
0.1
,
//
step: 0.1,
disabled
:
false
,
//
disabled: false,
showLabel
:
true
,
//
showLabel: true,
controls
:
true
,
//
controls: true,
required
:
false
,
//
required: false,
subTotal
:
false
,
//
subTotal: false,
isShow
:
true
,
//
isShow: true,
rules
:
[],
//
rules: [],
events
:
{},
//
events: {},
tooltipConfig
:
{
visible
:
false
,
title
:
'提示文本'
},
//
tooltipConfig: { visible: false, title: '提示文本' },
listStyle
:
"return 'width:100%'"
,
//
listStyle: "return 'width:100%'",
},
//
},
},
//
},
{
title
:
'操作'
,
key
:
'action'
,
fixed
:
'right'
,
width
:
'50px'
},
{
title
:
'操作'
,
key
:
'action'
,
fixed
:
'right'
,
width
:
'50px'
},
],
],
span
:
'24'
,
span
:
'24'
,
...
...
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