Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
L
linshenxs-shop
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
陈超
linshenxs-shop
Commits
47988886
Commit
47988886
authored
Jul 25, 2022
by
fuqiang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
【商家端】 添加商品
parent
5b2a9c0f
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
3 deletions
+4
-3
src/views/businessGoods/goodsEdit/goods_edit.vue
+2
-2
src/views/businessGoods/update.vue
+2
-1
No files found.
src/views/businessGoods/goodsEdit/goods_edit.vue
View file @
47988886
...
@@ -98,7 +98,7 @@
...
@@ -98,7 +98,7 @@
</el-form-item>
</el-form-item>
</div>
</div>
<div
class=
"zm_info_row"
>
<
!-- <
div class="zm_info_row">
<el-form-item label="虚拟销售量" prop="fakeNumber">
<el-form-item label="虚拟销售量" prop="fakeNumber">
<div class="layout_h_v_c">
<div class="layout_h_v_c">
<el-input-number v-model="form.fakeNumber" :step="1" :min="0"></el-input-number>
<el-input-number v-model="form.fakeNumber" :step="1" :min="0"></el-input-number>
...
@@ -159,7 +159,7 @@
...
@@ -159,7 +159,7 @@
<div style="margin-left: 10px;">%</div>
<div style="margin-left: 10px;">%</div>
</div>
</div>
</el-form-item>
</el-form-item>
</div>
</div>
-->
</div>
</div>
...
...
src/views/businessGoods/update.vue
View file @
47988886
...
@@ -95,7 +95,7 @@
...
@@ -95,7 +95,7 @@
</el-form-item>
</el-form-item>
<el-button
type=
"primary"
:loading=
"loading"
@
click=
"nextStep"
style=
"width: 200px; height: 40px;display:block;margin:0 auto;"
>
下一步
</el-button>
<el-button
type=
"primary"
:loading=
"loading"
@
click=
"nextStep"
style=
"width: 200px; height: 40px;display:block;margin:0 auto;"
>
下一步
</el-button>
</div>
</div>
<div
ref=
"twoDiv"
style=
"display: none"
>
<!--
<div ref="twoDiv" style="display: none">
<div class="zm_info_header">
<div class="zm_info_header">
<p>编辑售卖信息</p>
<p>编辑售卖信息</p>
</div> <p></p>
</div> <p></p>
...
@@ -139,6 +139,7 @@
...
@@ -139,6 +139,7 @@
<el-button size="medium" type="primary" :loading="loading" @click="onSubmit" >提交</el-button>
<el-button size="medium" type="primary" :loading="loading" @click="onSubmit" >提交</el-button>
</el-row>
</el-row>
</div>
</div>
-->
</el-form>
</el-form>
</basic-container>
</basic-container>
</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