Commit 27d8e9f2 by lichengming

修改了委托评审的取消分包

parent 8cf624ac
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
:data="getPage.records" :data="getPage.records"
ref="moveTable" ref="moveTable"
:header-cell-style="{background:'#F8F8F9'}" :header-cell-style="{background:'#F8F8F9'}"
:height="300" :height="tableHeight+20"
v-loading="loading" v-loading="loading"
@select-all="_selectAll" @select-all="_selectAll"
@selection-change="_selectRowChange" @selection-change="_selectRowChange"
......
...@@ -149,6 +149,18 @@ export default { ...@@ -149,6 +149,18 @@ export default {
total: '12', total: '12',
ratio: '10%', ratio: '10%',
price: '3500' price: '3500'
},
{
tester: 'wwd',
total: '12',
ratio: '10%',
price: '3500'
},
{
tester: 'wwd',
total: '12',
ratio: '10%',
price: '3500'
} }
] ]
}, },
......
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