|
@@ -99,7 +99,7 @@
|
|
{{ formatDate(row.orderVisit?.visitTime, 'YYYY-mm-dd HH:MM:SS') }}
|
|
{{ formatDate(row.orderVisit?.visitTime, 'YYYY-mm-dd HH:MM:SS') }}
|
|
</template>
|
|
</template>
|
|
</vxe-column>
|
|
</vxe-column>
|
|
- <vxe-column title="操作" fixed="right" width="280" align="center">
|
|
|
|
|
|
+ <vxe-column title="操作" fixed="right" width="340" align="center">
|
|
<template #default="{ row }">
|
|
<template #default="{ row }">
|
|
<el-button link type="primary" @click="submitDiscern(row)" title="发起甄别申请" v-auth="'business:discern:apply:submit'">
|
|
<el-button link type="primary" @click="submitDiscern(row)" title="发起甄别申请" v-auth="'business:discern:apply:submit'">
|
|
发起甄别
|
|
发起甄别
|