原来企业规模统一变更名称为企业信用代码
This commit is contained in:
@@ -41,14 +41,6 @@
|
||||
<b>{{ row.takeOnCount }}人</b>
|
||||
</div>
|
||||
</template>
|
||||
<template slot="toStart" slot-scope="{ row }">
|
||||
<div>
|
||||
<i class="el-icon-warning-outline"></i> 距任务开始剩余
|
||||
<span style="color: #f56c6c">
|
||||
<b>{{ row.toStart }}天</b>
|
||||
</span>
|
||||
</div>
|
||||
</template>
|
||||
<!--/自定义列-->
|
||||
<!--自定义操作栏-->
|
||||
<div slot="menu" slot-scope="{ size, type, row }">
|
||||
@@ -260,22 +252,14 @@ export default {
|
||||
display: false,
|
||||
width: 110,
|
||||
},
|
||||
{
|
||||
/* {
|
||||
label: "状态",
|
||||
prop: "status",
|
||||
// slot: true,
|
||||
dicData: missionState,
|
||||
display: false,
|
||||
// width: 200,
|
||||
},
|
||||
{
|
||||
label: "提示",
|
||||
prop: "toStart",
|
||||
slot: true,
|
||||
display: false,
|
||||
width: 200,
|
||||
},
|
||||
|
||||
}, */
|
||||
],
|
||||
};
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user