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

页面修改

parent 11472c06
...@@ -24,6 +24,11 @@ ...@@ -24,6 +24,11 @@
<el-table-column prop="Id" label="ID" width="100"> <el-table-column prop="Id" label="ID" width="100">
</el-table-column> </el-table-column>
<el-table-column label="分类名称" width="100"> <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>
<el-table-column prop="MaterialInfo" label="发圈文案" width="100"> <el-table-column prop="MaterialInfo" label="发圈文案" width="100">
</el-table-column> </el-table-column>
...@@ -40,8 +45,8 @@ ...@@ -40,8 +45,8 @@
</el-button> </el-button>
</div> </div>
<div style="display: flex;align-items: center" v-else> <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" <el-input style="min-width: 70px" type="text" size="mini"
autocomplete="off"></el-input> @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" <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> circle @click="sort_goods_id=0"></el-button>
<el-button class="change-success" type="text" style="margin-left: 0;color: #67C23A;padding: 0 5px" <el-button class="change-success" type="text" style="margin-left: 0;color: #67C23A;padding: 0 5px"
...@@ -64,7 +69,7 @@ ...@@ -64,7 +69,7 @@
</el-switch> </el-switch>
</template> </template>
</el-table-column> </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>
<el-table-column label="操作" width="180"> <el-table-column label="操作" width="180">
<template slot-scope="scope"> <template slot-scope="scope">
...@@ -75,7 +80,6 @@ ...@@ -75,7 +80,6 @@
</template> </template>
</el-table-column> </el-table-column>
</el-table> </el-table>
</div> </div>
</template> </template>
<template v-else> <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