'处理字典选择、展示处理'
This commit is contained in:
@ -11,8 +11,8 @@
|
||||
<div class="tabBox">
|
||||
<MyTable :tableData="pageData.tableData" :tableColumn="pageData.tableColumn" :tableHeight="pageData.tableHeight"
|
||||
:key="pageData.keyCount" :tableConfiger="pageData.tableConfiger" :controlsWidth="pageData.controlsWidth">
|
||||
<template #bxxLx="{ row }">
|
||||
<DictTag :value="row.bxxLx" :tag="false" :options="D_BZ_BXDLX" />
|
||||
<template #ssbags="{ row }">
|
||||
<DictTag :value="row.ssbags" :options="D_BAXX_DWLX" />
|
||||
</template>
|
||||
|
||||
<template #pxsc="{ row }">
|
||||
@ -49,7 +49,6 @@ const trainerRef = ref(null);
|
||||
const queryFrom = ref({});
|
||||
const isVisible = ref(false);
|
||||
const searchBox = ref(null);
|
||||
const D_BZ_BXDLX = ref([]);
|
||||
const searchConfiger = ref([
|
||||
{
|
||||
label: "姓名",
|
||||
|
||||
Reference in New Issue
Block a user