feat: 完成渠道商管理支持
This commit is contained in:
@@ -338,6 +338,7 @@ onMounted(() => {
|
|||||||
</el-tag>
|
</el-tag>
|
||||||
</template>
|
</template>
|
||||||
</el-table-column>
|
</el-table-column>
|
||||||
|
<el-table-column prop="multiplier" label="模型倍率" width="100" />
|
||||||
<el-table-column prop="multiplierShow" label="显示倍率" width="100" />
|
<el-table-column prop="multiplierShow" label="显示倍率" width="100" />
|
||||||
<el-table-column prop="orderNum" label="排序" width="80" />
|
<el-table-column prop="orderNum" label="排序" width="80" />
|
||||||
<el-table-column label="操作" width="150" fixed="right">
|
<el-table-column label="操作" width="150" fixed="right">
|
||||||
@@ -450,8 +451,7 @@ onMounted(() => {
|
|||||||
|
|
||||||
<style scoped lang="scss">
|
<style scoped lang="scss">
|
||||||
.channel-management {
|
.channel-management {
|
||||||
padding: 20px;
|
height: 100vh;
|
||||||
height: calc(100vh - 40px);
|
|
||||||
|
|
||||||
.channel-container {
|
.channel-container {
|
||||||
display: flex;
|
display: flex;
|
||||||
|
|||||||
Reference in New Issue
Block a user