Commit 2185a1c3 authored by 黄奎's avatar 黄奎

页面修改

parent 11472c06
......@@ -24,6 +24,11 @@
<el-table-column prop="Id" label="ID" width="100">
</el-table-column>
<el-table-column label="分类名称" width="100">
<template slot-scope="scope">
<el-tag v-for="tag in scope.row.CateList" :key="tag.Id">
{{tag.Name}}
</el-tag>
</template>
</el-table-column>
<el-table-column prop="MaterialInfo" label="发圈文案" width="100">
</el-table-column>
......@@ -40,8 +45,8 @@
</el-button>
</div>
<div style="display: flex;align-items: center" v-else>
<el-input style="min-width: 70px" type="number" size="mini" class="change" v-model="scope.row.SortNum"
autocomplete="off"></el-input>
<el-input style="min-width: 70px" type="text" size="mini"
@keyup.native="checkInteger(scope.row,'SortNum')" v-model="scope.row.SortNum"></el-input>
<el-button class="change-quit" type="text" style="color: #F56C6C;padding: 0 5px" icon="el-icon-error"
circle @click="sort_goods_id=0"></el-button>
<el-button class="change-success" type="text" style="margin-left: 0;color: #67C23A;padding: 0 5px"
......@@ -64,7 +69,7 @@
</el-switch>
</template>
</el-table-column>
<el-table-column prop="CreateDateStr" label="添加时间" width="100">
<el-table-column prop="CreateDateStr" label="添加时间" width="160">
</el-table-column>
<el-table-column label="操作" width="180">
<template slot-scope="scope">
......@@ -75,7 +80,6 @@
</template>
</el-table-column>
</el-table>
</div>
</template>
<template v-else>
......
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