原来企业规模统一变更名称为企业信用代码

This commit is contained in:
18500206848
2024-03-22 23:51:25 +08:00
parent 033b706b31
commit 427a9a75d6
3 changed files with 5 additions and 35 deletions

View File

@@ -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,
},
}, */
],
};
},