|
|
@@ -6,7 +6,7 @@
|
|
|
:editData="mainData"
|
|
|
:mainAreaData="mainAreaData"
|
|
|
turnPageId="20221101094302"
|
|
|
- delApiId="20221101100502"
|
|
|
+ delApiId=""
|
|
|
idname="sat_orderclueid"
|
|
|
ownertable="sat_orderclue"
|
|
|
:justsaler="1"
|
|
|
@@ -59,6 +59,7 @@
|
|
|
@restSuccess="queryMainData"
|
|
|
:status="mainData.status"
|
|
|
></restore>
|
|
|
+ <voidTemplate v-if="tool.checkAuth($route.name,'delete')" class="inline-16" param-id="20221123193702"></voidTemplate>
|
|
|
</div>
|
|
|
<div slot="slot0" class="normal-panel" style="padding: 10px">
|
|
|
<followDetail ref="followDetail" :disabled="true" />
|
|
|
@@ -89,6 +90,7 @@ import sourceClues from "@/HManagement/clueManage/clue_public/modules/sourceClue
|
|
|
import changeSite from "@/HManagement/clueManage/clue_private/modules/changeToSite.vue";
|
|
|
import restore from "./restore.vue";
|
|
|
import contactPerson from './contactPerson'
|
|
|
+import voidTemplate from '@/components/voidTemplate/index'
|
|
|
export default {
|
|
|
name: "detail",
|
|
|
data() {
|
|
|
@@ -139,7 +141,8 @@ export default {
|
|
|
changeSite,
|
|
|
restore,
|
|
|
followDetail,
|
|
|
- contactPerson
|
|
|
+ contactPerson,
|
|
|
+ voidTemplate
|
|
|
},
|
|
|
methods: {
|
|
|
async followRecord() {
|