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