Commit 66e895b4 authored by 王's avatar

商品bug fix

parent 4a61e5f1
......@@ -64,7 +64,6 @@
list-type="picture-card"
class="upload-demo"
action="/api/public/upload"
:limit="1"
:http-request="uploadFileMain"
:file-list="form.goods_desc.img"
>
......@@ -167,10 +166,11 @@
</el-form-item>
</el-col>
</el-row>
<el-form-item label="分享主图">
<el-form-item label="分享主图(300*300)">
<el-upload
list-type="picture-card"
action="/api/public/upload"
:limit="1"
:file-list="form.share_desc.img"
:http-request="uploadFileMain">
<i class="el-icon-plus"></i>
......@@ -185,7 +185,7 @@
</el-row>
<el-row>
<el-col :span="24">
<el-form-item label="Q&A详情">
<el-form-item label="购买须知">
<el-input type="textarea" :rows="25" v-model="form.desc.qa"></el-input>
</el-form-item>
</el-col>
......
......@@ -54,6 +54,10 @@
prop="desc"
label="备注">
</el-table-column>
<el-table-column
prop="last_login_at"
label="最后登陆时间">
</el-table-column>
<el-table-column
v-if="!$store.state.readonly"
label="操作">
......
......@@ -35,10 +35,9 @@
<el-dialog
:title="dialog.title"
center
append-to-body
:visible.sync="dialog.show"
width="30%">
width="40%">
<el-form ref="form" :rules="dialog.rules" :model="dialog.form" label-width="100px">
<el-form-item label="角色名称" prop="name">
<el-input v-model="dialog.form.name"></el-input>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment