Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
T
total-platform
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
图表
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
物业总平台
total-platform
Commits
f7f963ce
提交
f7f963ce
authored
9月 01, 2023
作者:
宋雄
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
修改二期bug
上级
687549aa
隐藏空白字符变更
内嵌
并排
正在显示
3 个修改的文件
包含
77 行增加
和
63 行删除
+77
-63
.env.development
.env.development
+2
-2
board.vue
src/views/bulletin/board.vue
+68
-58
RuleList.vue
src/views/rule/RuleList.vue
+7
-3
没有找到文件。
.env.development
浏览文件 @
f7f963ce
NODE_ENV=development
NODE_ENV=development
VUE_APP_API_BASE_URL='http://220.203.25.212:9998'
#
VUE_APP_API_BASE_URL='http://220.203.25.212:9998'
# VUE_APP_API_BASE_URL='http://192.168.0.106
:9999'
VUE_APP_API_BASE_URL='http://192.168.0.100
:9999'
# VUE_APP_API_BASE_URL='http://220.203.25.212:9999'
# VUE_APP_API_BASE_URL='http://220.203.25.212:9999'
VUE_APP_CAS_BASE_URL=http://cas.example.org:8443/cas
VUE_APP_CAS_BASE_URL=http://cas.example.org:8443/cas
VUE_APP_ONLINE_BASE_URL=http://fileview.jeecg.com/onlinePreview
VUE_APP_ONLINE_BASE_URL=http://fileview.jeecg.com/onlinePreview
...
...
src/views/bulletin/board.vue
浏览文件 @
f7f963ce
...
@@ -94,97 +94,97 @@
...
@@ -94,97 +94,97 @@
<a-col
:sm=
"24"
:md=
"12"
:xl=
"3"
:style=
"
{ marginBottom: '12px' }">
<a-col
:sm=
"24"
:md=
"12"
:xl=
"3"
:style=
"
{ marginBottom: '12px' }">
<div
class=
"statistics"
>
<div
class=
"statistics"
>
<p
style=
"color:#666;margin-bottom:5px;"
>
平台总合作伙伴数
</p>
<p
style=
"color:#666;margin-bottom:5px;"
>
平台总合作伙伴数
</p>
<p
style=
"margin-bottom:0;color:#333;font-size:28px;line-height:1;"
>
56
</p>
<p
style=
"margin-bottom:0;color:#333;font-size:28px;line-height:1;"
>
{{
pageData
.
partners
||
0
}}
</p>
</div>
</div>
</a-col>
</a-col>
<a-col
:sm=
"24"
:md=
"12"
:xl=
"3"
:style=
"
{ marginBottom: '12px' }">
<a-col
:sm=
"24"
:md=
"12"
:xl=
"3"
:style=
"
{ marginBottom: '12px' }">
<div
class=
"statistics"
>
<div
class=
"statistics"
>
<p
style=
"color:#666;margin-bottom:5px;"
>
平台总商铺数量
</p>
<p
style=
"color:#666;margin-bottom:5px;"
>
平台总商铺数量
</p>
<p
style=
"margin-bottom:0;color:#333;font-size:28px;line-height:1;"
>
56
</p>
<p
style=
"margin-bottom:0;color:#333;font-size:28px;line-height:1;"
>
{{
pageData
.
shop
||
0
}}
</p>
</div>
</div>
</a-col>
</a-col>
<a-col
:sm=
"24"
:md=
"12"
:xl=
"3"
:style=
"
{ marginBottom: '12px' }">
<a-col
:sm=
"24"
:md=
"12"
:xl=
"3"
:style=
"
{ marginBottom: '12px' }">
<div
class=
"statistics"
>
<div
class=
"statistics"
>
<p
style=
"color:#666;margin-bottom:5px;"
>
平台总小区数量
</p>
<p
style=
"color:#666;margin-bottom:5px;"
>
平台总小区数量
</p>
<p
style=
"margin-bottom:0;color:#333;font-size:28px;line-height:1;"
>
56
</p>
<p
style=
"margin-bottom:0;color:#333;font-size:28px;line-height:1;"
>
{{
pageData
.
bindCommunity
||
0
}}
</p>
</div>
</div>
</a-col>
</a-col>
<a-col
:sm=
"24"
:md=
"12"
:xl=
"3"
:style=
"
{ marginBottom: '12px' }">
<a-col
:sm=
"24"
:md=
"12"
:xl=
"3"
:style=
"
{ marginBottom: '12px' }">
<div
class=
"statistics"
>
<div
class=
"statistics"
>
<p
style=
"color:#666;margin-bottom:5px;"
>
平台总业主数量
</p>
<p
style=
"color:#666;margin-bottom:5px;"
>
平台总业主数量
</p>
<p
style=
"margin-bottom:0;color:#333;font-size:28px;line-height:1;"
>
56
</p>
<p
style=
"margin-bottom:0;color:#333;font-size:28px;line-height:1;"
>
{{
pageData
.
bindOwner
||
0
}}
</p>
</div>
</div>
</a-col>
</a-col>
<a-col
:sm=
"24"
:md=
"12"
:xl=
"3"
:style=
"
{ marginBottom: '12px' }">
<a-col
:sm=
"24"
:md=
"12"
:xl=
"3"
:style=
"
{ marginBottom: '12px' }">
<div
class=
"statistics"
>
<div
class=
"statistics"
>
<p
style=
"color:#666;margin-bottom:5px;"
>
总营收
</p>
<p
style=
"color:#666;margin-bottom:5px;"
>
总营收
</p>
<p
style=
"margin-bottom:0;color:#333;font-size:28px;line-height:1;"
>
56
</p>
<p
style=
"margin-bottom:0;color:#333;font-size:28px;line-height:1;"
>
{{
pageData
.
totalMoney
||
0
}}
</p>
</div>
</div>
</a-col>
</a-col>
<a-col
:sm=
"24"
:md=
"12"
:xl=
"3"
:style=
"
{ marginBottom: '12px' }">
<a-col
:sm=
"24"
:md=
"12"
:xl=
"3"
:style=
"
{ marginBottom: '12px' }">
<div
class=
"statistics"
>
<div
class=
"statistics"
>
<p
style=
"color:#666;margin-bottom:5px;"
>
月营收
</p>
<p
style=
"color:#666;margin-bottom:5px;"
>
月营收
</p>
<p
style=
"margin-bottom:0;color:#333;font-size:28px;line-height:1;"
>
56
</p>
<p
style=
"margin-bottom:0;color:#333;font-size:28px;line-height:1;"
>
{{
pageData
.
monthMoney
||
0
}}
</p>
</div>
</div>
</a-col>
</a-col>
<a-col
:sm=
"24"
:md=
"12"
:xl=
"3"
:style=
"
{ marginBottom: '12px' }">
<a-col
:sm=
"24"
:md=
"12"
:xl=
"3"
:style=
"
{ marginBottom: '12px' }">
<div
class=
"statistics"
>
<div
class=
"statistics"
>
<p
style=
"color:#666;margin-bottom:5px;"
>
日营收
</p>
<p
style=
"color:#666;margin-bottom:5px;"
>
日营收
</p>
<p
style=
"margin-bottom:0;color:#333;font-size:28px;line-height:1;"
>
56
</p>
<p
style=
"margin-bottom:0;color:#333;font-size:28px;line-height:1;"
>
{{
pageData
.
todayMoney
||
0
}}
</p>
</div>
</div>
</a-col>
</a-col>
<a-col
:sm=
"24"
:md=
"12"
:xl=
"3"
:style=
"
{ marginBottom: '12px' }">
<a-col
:sm=
"24"
:md=
"12"
:xl=
"3"
:style=
"
{ marginBottom: '12px' }">
<div
class=
"statistics"
>
<div
class=
"statistics"
>
<p
style=
"color:#666;margin-bottom:5px;"
>
新增合作伙伴数
</p>
<p
style=
"color:#666;margin-bottom:5px;"
>
新增合作伙伴数
</p>
<p
style=
"margin-bottom:0;color:#333;font-size:28px;line-height:1;"
>
56
</p>
<p
style=
"margin-bottom:0;color:#333;font-size:28px;line-height:1;"
>
{{
pageData
.
newPartners
||
0
}}
</p>
</div>
</div>
</a-col>
</a-col>
<a-col
:sm=
"24"
:md=
"12"
:xl=
"3"
:style=
"
{ marginBottom: '12px' }">
<a-col
:sm=
"24"
:md=
"12"
:xl=
"3"
:style=
"
{ marginBottom: '12px' }">
<div
class=
"statistics"
>
<div
class=
"statistics"
>
<p
style=
"color:#666;margin-bottom:5px;"
>
推广商铺数量
</p>
<p
style=
"color:#666;margin-bottom:5px;"
>
推广商铺数量
</p>
<p
style=
"margin-bottom:0;color:#333;font-size:28px;line-height:1;"
>
56
</p>
<p
style=
"margin-bottom:0;color:#333;font-size:28px;line-height:1;"
>
{{
pageData
.
newShop
||
0
}}
</p>
</div>
</div>
</a-col>
</a-col>
<a-col
:sm=
"24"
:md=
"12"
:xl=
"3"
:style=
"
{ marginBottom: '12px' }">
<a-col
:sm=
"24"
:md=
"12"
:xl=
"3"
:style=
"
{ marginBottom: '12px' }">
<div
class=
"statistics"
>
<div
class=
"statistics"
>
<p
style=
"color:#666;margin-bottom:5px;"
>
新增小区数量
</p>
<p
style=
"color:#666;margin-bottom:5px;"
>
新增小区数量
</p>
<p
style=
"margin-bottom:0;color:#333;font-size:28px;line-height:1;"
>
56
</p>
<p
style=
"margin-bottom:0;color:#333;font-size:28px;line-height:1;"
>
{{
pageData
.
newBindCommunity
||
0
}}
</p>
</div>
</div>
</a-col>
</a-col>
<a-col
:sm=
"24"
:md=
"12"
:xl=
"3"
:style=
"
{ marginBottom: '12px' }">
<a-col
:sm=
"24"
:md=
"12"
:xl=
"3"
:style=
"
{ marginBottom: '12px' }">
<div
class=
"statistics"
>
<div
class=
"statistics"
>
<p
style=
"color:#666;margin-bottom:5px;"
>
新增业主数量
</p>
<p
style=
"color:#666;margin-bottom:5px;"
>
新增业主数量
</p>
<p
style=
"margin-bottom:0;color:#333;font-size:28px;line-height:1;"
>
56
</p>
<p
style=
"margin-bottom:0;color:#333;font-size:28px;line-height:1;"
>
{{
pageData
.
newBindOwner
||
0
}}
</p>
</div>
</div>
</a-col>
</a-col>
<a-col
:sm=
"24"
:md=
"12"
:xl=
"3"
:style=
"
{ marginBottom: '12px' }">
<a-col
:sm=
"24"
:md=
"12"
:xl=
"3"
:style=
"
{ marginBottom: '12px' }">
<div
class=
"statistics"
>
<div
class=
"statistics"
>
<p
style=
"color:#666;margin-bottom:5px;"
>
新增订单数量
</p>
<p
style=
"color:#666;margin-bottom:5px;"
>
新增订单数量
</p>
<p
style=
"margin-bottom:0;color:#333;font-size:28px;line-height:1;"
>
56
</p>
<p
style=
"margin-bottom:0;color:#333;font-size:28px;line-height:1;"
>
{{
pageData
.
newOrderAmount
||
0
}}
</p>
</div>
</div>
</a-col>
</a-col>
<a-col
:sm=
"24"
:md=
"12"
:xl=
"3"
:style=
"
{ marginBottom: '12px' }">
<a-col
:sm=
"24"
:md=
"12"
:xl=
"3"
:style=
"
{ marginBottom: '12px' }">
<div
class=
"statistics"
>
<div
class=
"statistics"
>
<p
style=
"color:#666;margin-bottom:5px;"
>
商铺平均人流
</p>
<p
style=
"color:#666;margin-bottom:5px;"
>
商铺平均人流
</p>
<p
style=
"margin-bottom:0;color:#333;font-size:28px;line-height:1;"
>
56
</p>
<p
style=
"margin-bottom:0;color:#333;font-size:28px;line-height:1;"
>
{{
pageData
.
personSvg
||
0
}}
</p>
</div>
</div>
</a-col>
</a-col>
<a-col
:sm=
"24"
:md=
"12"
:xl=
"3"
:style=
"
{ marginBottom: '12px' }">
<a-col
:sm=
"24"
:md=
"12"
:xl=
"3"
:style=
"
{ marginBottom: '12px' }">
<div
class=
"statistics"
>
<div
class=
"statistics"
>
<p
style=
"color:#666;margin-bottom:5px;"
>
总平台分利
</p>
<p
style=
"color:#666;margin-bottom:5px;"
>
总平台分利
</p>
<p
style=
"margin-bottom:0;color:#333;font-size:28px;line-height:1;"
>
56
</p>
<p
style=
"margin-bottom:0;color:#333;font-size:28px;line-height:1;"
>
{{
pageData
.
todaySaasMoney
||
0
}}
</p>
</div>
</div>
</a-col>
</a-col>
<a-col
:sm=
"24"
:md=
"12"
:xl=
"3"
:style=
"
{ marginBottom: '12px' }">
<a-col
:sm=
"24"
:md=
"12"
:xl=
"3"
:style=
"
{ marginBottom: '12px' }">
<div
class=
"statistics"
>
<div
class=
"statistics"
>
<p
style=
"color:#666;margin-bottom:5px;"
>
合作伙伴分利
</p>
<p
style=
"color:#666;margin-bottom:5px;"
>
合作伙伴分利
</p>
<p
style=
"margin-bottom:0;color:#333;font-size:28px;line-height:1;"
>
56
</p>
<p
style=
"margin-bottom:0;color:#333;font-size:28px;line-height:1;"
>
{{
pageData
.
todayPartnerMoney
||
0
}}
</p>
</div>
</div>
</a-col>
</a-col>
<a-col
:sm=
"24"
:md=
"12"
:xl=
"3"
:style=
"
{ marginBottom: '12px' }">
<a-col
:sm=
"24"
:md=
"12"
:xl=
"3"
:style=
"
{ marginBottom: '12px' }">
<div
class=
"statistics"
>
<div
class=
"statistics"
>
<p
style=
"color:#666;margin-bottom:5px;"
>
小区分利
</p>
<p
style=
"color:#666;margin-bottom:5px;"
>
小区分利
</p>
<p
style=
"margin-bottom:0;color:#333;font-size:28px;line-height:1;"
>
56
</p>
<p
style=
"margin-bottom:0;color:#333;font-size:28px;line-height:1;"
>
{{
pageData
.
todayCommunityMoney
||
0
}}
</p>
</div>
</div>
</a-col>
</a-col>
</a-row>
</a-row>
...
@@ -192,7 +192,7 @@
...
@@ -192,7 +192,7 @@
<a-row
:gutter=
"24"
>
<a-row
:gutter=
"24"
>
<a-col
:sm=
"24"
:md=
"12"
:xl=
"12"
:style=
"
{ marginBottom: '12px' }">
<a-col
:sm=
"24"
:md=
"12"
:xl=
"12"
:style=
"
{ marginBottom: '12px' }">
<div
class=
"statistics-box"
>
<div
class=
"statistics-box"
>
<h3
class=
"title"
>
最新
成交订单
</h3>
<h3
class=
"title"
>
今日
成交订单
</h3>
<div
class=
"order"
>
<div
class=
"order"
>
<div
class=
"order-title"
>
<div
class=
"order-title"
>
...
@@ -200,8 +200,8 @@
...
@@ -200,8 +200,8 @@
<span>
提交时间
</span><span>
买家名称
</span>
<span>
提交时间
</span><span>
买家名称
</span>
<span>
订单金额
</span>
<span>
订单金额
</span>
</div>
</div>
<vue-seamless-scroll
:data=
"
d
ata.shareOrder"
class=
"seamless-warp"
:class-option=
"defineScroll"
>
<vue-seamless-scroll
:data=
"
pageD
ata.shareOrder"
class=
"seamless-warp"
:class-option=
"defineScroll"
>
<div
v-for=
"(item, index) in
d
ata.shareOrder"
:key=
"index"
class=
"item"
>
<div
v-for=
"(item, index) in
pageD
ata.shareOrder"
:key=
"index"
class=
"item"
>
<span
style=
"width: 30%;"
>
{{
item
.
order_num
}}
</span>
<span
style=
"width: 30%;"
>
{{
item
.
order_num
}}
</span>
<span>
{{
item
.
create_time
}}
</span>
<span>
{{
item
.
create_time
}}
</span>
<span>
{{
item
.
buyer_name
}}
</span>
<span>
{{
item
.
buyer_name
}}
</span>
...
@@ -226,7 +226,7 @@
...
@@ -226,7 +226,7 @@
<a-col
:sm=
"24"
:md=
"12"
:xl=
"12"
:style=
"
{ marginBottom: '24px' }">
<a-col
:sm=
"24"
:md=
"12"
:xl=
"12"
:style=
"
{ marginBottom: '24px' }">
<div
class=
"statistics-box"
>
<div
class=
"statistics-box"
>
<h3
class=
"title"
>
总平台、合作伙伴、商铺分利金额
</h3>
<h3
class=
"title"
>
总平台、合作伙伴、商铺分利金额
</h3>
<line-chart-multid
:dataSource=
"d
ataList1"
:fields=
"dayFields1
"
style=
"padding: 0;"
/>
<line-chart-multid
:dataSource=
"d
ividendAmount"
:fields=
"dayFields3
"
style=
"padding: 0;"
/>
</div>
</div>
</a-col>
</a-col>
<a-col
:sm=
"24"
:md=
"12"
:xl=
"12"
:style=
"
{ marginBottom: '24px' }">
<a-col
:sm=
"24"
:md=
"12"
:xl=
"12"
:style=
"
{ marginBottom: '24px' }">
...
@@ -238,7 +238,7 @@
...
@@ -238,7 +238,7 @@
<a-col
:sm=
"24"
:md=
"12"
:xl=
"12"
:style=
"
{ marginBottom: '24px' }">
<a-col
:sm=
"24"
:md=
"12"
:xl=
"12"
:style=
"
{ marginBottom: '24px' }">
<div
class=
"statistics-box"
>
<div
class=
"statistics-box"
>
<h3
class=
"title"
>
入驻商铺新增数量
</h3>
<h3
class=
"title"
>
入驻商铺新增数量
</h3>
<bar
:dataSource=
"
dataList3
"
style=
"padding:0;"
/>
<bar
:dataSource=
"
shopByMonthList
"
style=
"padding:0;"
/>
</div>
</div>
</a-col>
</a-col>
<a-col
:sm=
"24"
:md=
"12"
:xl=
"12"
:style=
"
{ marginBottom: '24px' }">
<a-col
:sm=
"24"
:md=
"12"
:xl=
"12"
:style=
"
{ marginBottom: '24px' }">
...
@@ -275,12 +275,15 @@ export default {
...
@@ -275,12 +275,15 @@ export default {
// 表头
// 表头
loading
:
true
,
loading
:
true
,
time
:
''
,
time
:
''
,
d
ata
:
{},
pageD
ata
:
{},
dayFields1
:
[
'月成交金额'
],
dayFields1
:
[
'月成交金额'
],
dataList1
:
[],
dataList1
:
[],
dayFields2
:
[
'月成交订单数量'
],
dayFields2
:
[
'月成交订单数量'
],
dataList2
:
[],
dataList2
:
[],
dayFields3
:
[
'总平台'
,
'合作伙伴'
,
'商铺分利金额'
],
dividendAmount
:
[],
dataList3
:
[],
dataList3
:
[],
shopByMonthList
:
[],
dayFields4
:
[
'巡报订单数量'
],
dayFields4
:
[
'巡报订单数量'
],
dataList4
:
[],
dataList4
:
[],
dayFields5
:
[
'巡报订单金额'
],
dayFields5
:
[
'巡报订单金额'
],
...
@@ -310,42 +313,49 @@ export default {
...
@@ -310,42 +313,49 @@ export default {
async
getDataStatistics
()
{
async
getDataStatistics
()
{
let
{
result
}
=
await
shareBoardApi
({
platformType
:
'central'
,
date
:
this
.
time
})
let
{
result
}
=
await
shareBoardApi
({
platformType
:
'central'
,
date
:
this
.
time
})
if
(
result
)
{
if
(
result
)
{
this
.
data
=
result
this
.
pageData
=
{...
result
}
this
.
dataList1
=
this
.
dataList1
=
result
.
shareByMonth
.
map
((
item
)
=>
{
result
.
shareByMonth
.
map
((
item
)
=>
{
return
{
return
{
type
:
item
.
MONTH
,
type
:
item
.
MONTH
,
月成交金额
:
item
.
shareMoney
,
月成交金额
:
item
.
shareMoney
,
}
}
})
||
[]
})
||
[]
this
.
dataList2
=
result
.
orderCountByMonth
.
map
((
item
)
=>
{
this
.
dataList2
=
return
{
result
.
orderCountByMonth
.
map
((
item
)
=>
{
type
:
item
.
MONTH
,
return
{
月成交订单数量
:
item
.
orderCount
,
type
:
item
.
MONTH
,
}
月成交订单数量
:
item
.
orderCount
,
})
||
[]
}
this
.
dataList3
=
result
.
partnerByMonth
.
map
((
item
)
=>
{
})
||
[]
return
{
this
.
dataList3
=
x
:
item
.
MONTH
,
result
.
shopCountByMonth
.
map
((
item
)
=>
{
y
:
item
.
partnerCount
return
{
}
x
:
item
.
MONTH
,
})
||
[]
y
:
item
.
shopCount
,
this
.
dividendAmount
=
result
.
shareSaasByMonth
.
map
(
item
=>
{
}
return
{
})
||
[]
type
:
item
.
MONTH
,
this
.
dataList4
=
月成交订单数量
:
item
.
shareMoney
result
.
shareList
.
map
((
item
)
=>
{
}
return
{
})
type
:
item
.
st_date_day
,
this
.
shopByMonthList
=
result
.
shopByMonth
.
map
((
item
)
=>
{
巡报订单数量
:
item
.
order_num
,
return
{
}
x
:
item
.
MONTH
,
})
||
[]
y
:
item
.
shopCount
this
.
dataList5
=
}
result
.
shareList
.
map
((
item
)
=>
{
})
||
[]
return
{
this
.
dataList4
=
result
.
shareList
.
map
((
item
)
=>
{
type
:
item
.
st_date_day
,
return
{
巡报订单金额
:
item
.
share_money
,
type
:
item
.
st_date_day
,
}
巡报订单数量
:
item
.
order_num
})
||
[]
}
})
||
[]
this
.
dataList5
=
result
.
shareList
.
map
((
item
)
=>
{
return
{
type
:
item
.
st_date_day
,
巡报订单金额
:
item
.
share_money
}
})
||
[]
}
}
}
}
},
},
...
...
src/views/rule/RuleList.vue
浏览文件 @
f7f963ce
...
@@ -67,8 +67,11 @@
...
@@ -67,8 +67,11 @@
<
span
v
-
if
=
"record.rangeType === 'all'"
>
所有小区
<
/span
>
<
span
v
-
if
=
"record.rangeType === 'all'"
>
所有小区
<
/span
>
<
span
v
-
else
>
{{
record
.
shareRuleRefList
.
map
(
item
=>
item
.
communityName
).
join
(
','
)
}}
<
/span
>
<
span
v
-
else
>
{{
record
.
shareRuleRefList
.
map
(
item
=>
item
.
communityName
).
join
(
','
)
}}
<
/span
>
<
/span
>
<
/span
>
<
span
slot
=
"rangNumber"
slot
-
scope
=
"text, record"
>
<
span
>
{{
record
.
rangeType
===
'all'
?
''
:
record
.
shareRuleRefList
.
length
}}
<
/span
>
<
/span
>
<
span
slot
=
"status"
slot
-
scope
=
"text, record"
>
<
span
slot
=
"status"
slot
-
scope
=
"text, record"
>
<
a
-
switch
:
disabled
=
"
!record.shopNum
"
checked
-
children
=
"启用"
un
-
checked
-
children
=
"冻结"
v
-
model
=
"record.statusBoolean"
@
change
=
"flag=>onStatusChange(flag, record)"
/>
<
a
-
switch
:
disabled
=
"
record.rangeType === 'all'
"
checked
-
children
=
"启用"
un
-
checked
-
children
=
"冻结"
v
-
model
=
"record.statusBoolean"
@
change
=
"flag=>onStatusChange(flag, record)"
/>
<
/span
>
<
/span
>
<
span
slot
=
"action"
slot
-
scope
=
"text, record"
>
<
span
slot
=
"action"
slot
-
scope
=
"text, record"
>
<
a
href
=
"javascript:;"
@
click
=
"propertyDetails(2, record)"
>
编辑
<
/a
>
<
a
href
=
"javascript:;"
@
click
=
"propertyDetails(2, record)"
>
编辑
<
/a
>
...
@@ -128,9 +131,10 @@ const columns = [
...
@@ -128,9 +131,10 @@ const columns = [
}
,
}
,
{
{
title
:
'已添加数量'
,
title
:
'已添加数量'
,
dataIndex
:
'
propertyName
'
,
dataIndex
:
'
rangNumber
'
,
key
:
'
propertyName
'
,
key
:
'
rangNumber
'
,
align
:
'center'
,
align
:
'center'
,
scopedSlots
:
{
customRender
:
'rangNumber'
}
}
,
}
,
{
{
title
:
'添加时间'
,
title
:
'添加时间'
,
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论