|
@@ -19,7 +19,9 @@
|
|
|
<template #userinfotype="{ record }">
|
|
<template #userinfotype="{ record }">
|
|
|
<a>{{ record.userinfotype === 1 ? "个人" : "企业" }}</a>
|
|
<a>{{ record.userinfotype === 1 ? "个人" : "企业" }}</a>
|
|
|
</template>
|
|
</template>
|
|
|
-
|
|
|
|
|
|
|
+ <template #applystatus="{ }">
|
|
|
|
|
+ <a>{{ getTableListStatus() }}</a>
|
|
|
|
|
+ </template>
|
|
|
</a-table>
|
|
</a-table>
|
|
|
</contextMenu>
|
|
</contextMenu>
|
|
|
<ControlModal :selectedRow="selectedRow" />
|
|
<ControlModal :selectedRow="selectedRow" />
|