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
d603cd21
Commit
d603cd21
authored
Feb 27, 2024
by
何远江
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bug修改
parent
2de7a3b4
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
21 additions
and
7 deletions
+21
-7
index.vue
src/views/order/scripts/index.vue
+21
-7
No files found.
src/views/order/scripts/index.vue
View file @
d603cd21
...
@@ -60,12 +60,14 @@
...
@@ -60,12 +60,14 @@
<vxe-modal
<vxe-modal
width=
"70%"
width=
"70%"
height=
"90%"
v-model=
"showEdit"
v-model=
"showEdit"
title=
"编辑&保存"
title=
"编辑&保存"
destroy-on-close
destroy-on-close
esc-closable
esc-closable
@
hide=
"onHide"
@
hide=
"onHide"
:top=
"50"
:top=
"50"
show-footer
>
>
<
template
#
default
>
<
template
#
default
>
<el-form
ref=
"formRef"
label-width=
"90px"
:model=
"formEdit"
:rules=
"formRules"
>
<el-form
ref=
"formRef"
label-width=
"90px"
:model=
"formEdit"
:rules=
"formRules"
>
...
@@ -74,12 +76,24 @@
...
@@ -74,12 +76,24 @@
</el-form-item>
</el-form-item>
<el-form-item
label=
"脚本内容"
prop=
"content"
>
<el-form-item
label=
"脚本内容"
prop=
"content"
>
<el-input
type=
"textarea"
rows=
"13"
v-model=
"formEdit.content"
></el-input>
<el-input
type=
"textarea"
rows=
"13"
v-model=
"formEdit.content"
></el-input>
<el-button
v-if=
"!visibleTest"
class=
"mt-1"
type=
"primary"
size=
"small"
@
click=
"visibleTest = true"
>
测试
</el-button>
<el-button
v-if=
"!visibleTest"
class=
"mt-1"
type=
"primary"
size=
"small"
@
click=
"visibleTest = true"
>
测试
</el-button
>
</el-form-item>
</el-form-item>
<el-form-item
label=
"测试内容"
v-if=
"visibleTest"
prop=
"cellValue"
>
<el-form-item
label=
"测试内容"
v-if=
"visibleTest"
prop=
"cellValue"
>
<el-row
class=
"mt-1 w-full"
:gutter=
"12"
>
<el-row
class=
"mt-1 w-full"
:gutter=
"12"
>
<el-col
:span=
"8"
>
<el-col
:span=
"8"
>
<el-input
type=
"textarea"
rows=
"4"
v-model=
"formEdit.cellValue"
placeholder=
"请输入测试内容"
></el-input>
<el-input
type=
"textarea"
rows=
"4"
v-model=
"formEdit.cellValue"
placeholder=
"请输入测试内容"
></el-input>
</el-col>
</el-col>
<el-col
:span=
"16"
v-if=
"!!testResult.title"
>
<el-col
:span=
"16"
v-if=
"!!testResult.title"
>
<el-alert
v-bind=
"testResult"
show-icon
:closable=
"false"
/>
<el-alert
v-bind=
"testResult"
show-icon
:closable=
"false"
/>
...
@@ -90,11 +104,11 @@
...
@@ -90,11 +104,11 @@
<el-form-item
label=
"脚本说明"
prop=
"mark"
>
<el-form-item
label=
"脚本说明"
prop=
"mark"
>
<el-input
type=
"textarea"
rows=
"3"
v-model=
"formEdit.mark"
></el-input>
<el-input
type=
"textarea"
rows=
"3"
v-model=
"formEdit.mark"
></el-input>
</el-form-item>
</el-form-item>
<el-form-item>
</el-form>
</
template
>
<
template
#
footer
>
<el-button
type=
"primary"
@
click=
"onSubmit"
:loading=
"saveLoading"
>
提交
</el-button>
<el-button
type=
"primary"
@
click=
"onSubmit"
:loading=
"saveLoading"
>
提交
</el-button>
<el-button
@
click=
"showEdit = false"
>
取消
</el-button>
<el-button
@
click=
"showEdit = false"
>
取消
</el-button>
</el-form-item>
</el-form>
</
template
>
</
template
>
</vxe-modal>
</vxe-modal>
</div>
</div>
...
...
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