mirror of
https://gitee.com/hhyykk/ipms-sjy-ui.git
synced 2025-08-19 04:21:53 +08:00
trade:优化分销界面的 width 列宽度,和一些非空判断
This commit is contained in:
@@ -109,7 +109,7 @@
|
||||
align="center"
|
||||
prop="brokerageTime"
|
||||
:formatter="dateFormatter"
|
||||
width="170px"
|
||||
width="180px"
|
||||
/>
|
||||
<el-table-column label="上级推广员编号" align="center" prop="bindUserId" width="150px" />
|
||||
<el-table-column
|
||||
@@ -117,7 +117,7 @@
|
||||
align="center"
|
||||
prop="bindUserTime"
|
||||
:formatter="dateFormatter"
|
||||
width="170px"
|
||||
width="180px"
|
||||
/>
|
||||
<el-table-column label="操作" align="center" width="150px" fixed="right">
|
||||
<template #default="scope">
|
||||
|
Reference in New Issue
Block a user