'线上培训时长显示处理'
This commit is contained in:
@ -79,7 +79,7 @@
|
||||
<div class="table-title" @click="hanbleClickSelect">培训保安人员 <el-icon size="20px" style="top: 4px;" color="green"><CirclePlusFilled /></el-icon> </div>
|
||||
<MyTable :tableData="pageData.tableData" :tableColumn="pageData.tableColumn" :key="pageData.keyCount" :tableConfiger="pageData.tableConfiger" :controlsWidth="pageData.controlsWidth">
|
||||
<template #pxsc="{ row }">
|
||||
<span>{{ row.pxsc }}h</span>
|
||||
<span v-if="row.pxsc">{{ row.pxsc }}h</span>
|
||||
</template>
|
||||
<!-- 操作 -->
|
||||
<template #controls="{ row }">
|
||||
|
||||
@ -9,11 +9,8 @@
|
||||
<MyTable :tableData="pageData.tableData" :tableColumn="pageData.tableColumn" :tableHeight="pageData.tableHeight"
|
||||
:key="pageData.keyCount" :tableConfiger="pageData.tableConfiger" :controlsWidth="pageData.controlsWidth"
|
||||
@chooseData="handleChooseData"
|
||||
>
|
||||
<template #pxsc="{ row }">
|
||||
<span>{{ row.pxsc }}h</span>
|
||||
</template>
|
||||
</MyTable>
|
||||
/>
|
||||
|
||||
<Pages @changeNo="changeNo" @changeSize="changeSize" :tableHeight="pageData.tableHeight" :pageConfiger="{
|
||||
...pageData.pageConfiger,
|
||||
total: pageData.total
|
||||
@ -82,7 +79,6 @@ const pageData = reactive({
|
||||
{ label: "姓名", prop: "xm" },
|
||||
{ label: "证件号码", prop: "sfzh" },
|
||||
{ label: "联系电话", prop: "lxdh" },
|
||||
{ label: "培训时长", prop: "pxsc", showSolt: true },
|
||||
]
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user