Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
T
topsun-baoshen-excel
Project
Project
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
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
何远江
topsun-baoshen-excel
Commits
236f796b
Commit
236f796b
authored
Aug 15, 2024
by
何远江
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
脚本转换样式调整
parent
783a907e
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
OrderChange.vue
src/views/order/orderChange/OrderChange.vue
+1
-1
ConfigFormItem.vue
src/views/order/orderChange/components/ConfigFormItem.vue
+3
-3
No files found.
src/views/order/orderChange/OrderChange.vue
View file @
236f796b
...
@@ -140,7 +140,7 @@
...
@@ -140,7 +140,7 @@
:title=
"currentConfigTitle"
:title=
"currentConfigTitle"
:visible=
"popoverVisible"
:visible=
"popoverVisible"
virtual-triggering
virtual-triggering
width=
"
36
0"
width=
"
40
0"
transition=
""
transition=
""
>
>
<ConfigForm
<ConfigForm
...
...
src/views/order/orderChange/components/ConfigFormItem.vue
View file @
236f796b
...
@@ -40,7 +40,7 @@
...
@@ -40,7 +40,7 @@
<el-row>
<el-row>
<el-col>
<el-col>
<el-select
<el-select
style=
"width: 2
2
0px"
style=
"width: 2
6
0px"
v-model=
"sitem.scriptName"
v-model=
"sitem.scriptName"
@
change=
"(e) => scriptChange(sitem, e)"
@
change=
"(e) => scriptChange(sitem, e)"
clearable
clearable
...
@@ -64,8 +64,8 @@
...
@@ -64,8 +64,8 @@
<el-col
v-if=
"sitem.scriptName"
class=
"mt-1"
>
<el-col
v-if=
"sitem.scriptName"
class=
"mt-1"
>
<el-input
<el-input
type=
"textarea"
type=
"textarea"
style=
"width: 2
2
0px"
style=
"width: 2
7
0px"
rows=
"
3
"
rows=
"
5
"
v-model=
"sitem.content"
v-model=
"sitem.content"
></el-input>
></el-input>
</el-col>
</el-col>
...
...
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