Commit 3c8f0b64 authored by danfuman's avatar danfuman

修改

parent ccc1c34c
...@@ -161,19 +161,19 @@ ...@@ -161,19 +161,19 @@
}, },
tableData:[ tableData:[
{ {
name:'侯成刚', name:'殷兴华',
IDCard:'11022419630408005X', IDCard:'37021119570202053x',
telephone:'13801265539', telephone:'15063996777',
unit:'北京金鑫永盛建筑劳务有限', unit:'山东兴华建设集团有限公司',
blsy:'工人闹事', blsy:'工人闹事',
blxw:'1.未及时发放建筑劳务人员的工资,造成拖欠劳务人员工资,引发农民工集体上', blxw:'1.未及时发放建筑劳务人员的工资,造成拖欠劳务人员工资,引发农民工集体上',
date:'2024年02月20日' date:'2024年02月20日'
}, },
{ {
name:'谢兆可', name:'黄凯',
IDCard:'44072619640710433X', IDCard:'320621198711120515',
telephone:'18878735559', telephone:'18260575899',
unit:'西全茂建筑劳务有限公司', unit:'江苏鑫畕晟建筑劳务有限公司',
blsy:'合同违约', blsy:'合同违约',
blxw:'访或聚众闹事的(因业主或总包单位拖欠工程款除外)', blxw:'访或聚众闹事的(因业主或总包单位拖欠工程款除外)',
date:'2024年01月20日' date:'2024年01月20日'
......
...@@ -220,9 +220,10 @@ ...@@ -220,9 +220,10 @@
-- --
</template> </template>
</el-table-column> </el-table-column>
<el-table-column label="施工队长" min-width="85" :resizable="false"> <el-table-column label="施工队长" min-width="155" :resizable="false">
<template slot-scope="scope"> <template slot-scope="scope">
{{scope.row.leaderName||'--'}} {{scope.row.leaderName||'--'}}
<span v-if="scope.$index + 1 === 1 || scope.$index + 1 === 3" style="width: 64px;height: 22px;background: #FFECE8;border-radius: 2px;line-height: 22px;display: inline-block;text-align: center;color: #FF3C3C;margin-left: 8px;">经营风险</span>
</template> </template>
</el-table-column> </el-table-column>
<el-table-column label="联系电话" min-width="120" :resizable="false"> <el-table-column label="联系电话" min-width="120" :resizable="false">
......
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