修改签约专病路径详情
This commit is contained in:
parent
98c6975905
commit
7c6fa90a46
@ -153,7 +153,7 @@
|
|||||||
<el-dialog
|
<el-dialog
|
||||||
title="详情"
|
title="详情"
|
||||||
:visible.sync="routeOpen"
|
:visible.sync="routeOpen"
|
||||||
width="70%"
|
width="60%"
|
||||||
:before-close="routeOpenfalse"
|
:before-close="routeOpenfalse"
|
||||||
>
|
>
|
||||||
<div class="cardright">
|
<div class="cardright">
|
||||||
@ -175,7 +175,7 @@
|
|||||||
class="topbutton"
|
class="topbutton"
|
||||||
:class="tab == 2 ? 'blue' : ''"
|
:class="tab == 2 ? 'blue' : ''"
|
||||||
@click="getlists"
|
@click="getlists"
|
||||||
:style="tab == 2 ? 'min-width:150px' : ''"
|
:style="tab == 2 ? 'min-width:100px' : ''"
|
||||||
>
|
>
|
||||||
<img
|
<img
|
||||||
src="../../../assets/pathReview/blackrenwu.png"
|
src="../../../assets/pathReview/blackrenwu.png"
|
||||||
@ -230,9 +230,9 @@
|
|||||||
>
|
>
|
||||||
<div class="zljtitle">
|
<div class="zljtitle">
|
||||||
{{ item.routeName }}
|
{{ item.routeName }}
|
||||||
<span v-if="!item.conditionSatisfyStatus" style="color: red"
|
<!-- <span v-if="!item.conditionSatisfyStatus" style="color: red"
|
||||||
>(不符合条件)</span
|
>(不符合条件)</span
|
||||||
>
|
> -->
|
||||||
</div>
|
</div>
|
||||||
<el-table :data="item.nodeList" style="width: 100%">
|
<el-table :data="item.nodeList" style="width: 100%">
|
||||||
<el-table-column prop="" label="" width="160">
|
<el-table-column prop="" label="" width="160">
|
||||||
@ -361,6 +361,13 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</el-dialog>
|
</el-dialog>
|
||||||
|
<!-- 话术 -->
|
||||||
|
<el-dialog title="话术预览" :visible.sync="lookshow" width="90%">
|
||||||
|
<Scriptpreview :phoneNodeContent="phoneNodeContent" v-if="lookshow"></Scriptpreview>
|
||||||
|
<span slot="footer" class="dialog-footer">
|
||||||
|
<el-button type="primary" @click="lookshow = false">确 定</el-button>
|
||||||
|
</span>
|
||||||
|
</el-dialog>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
@ -384,7 +391,7 @@ export default {
|
|||||||
data() {
|
data() {
|
||||||
return {
|
return {
|
||||||
// 遮罩层
|
// 遮罩层
|
||||||
// informationlist:[],
|
lookshow:false,
|
||||||
baseUrl: process.env.VUE_APP_BASE_API,
|
baseUrl: process.env.VUE_APP_BASE_API,
|
||||||
tab: 1,
|
tab: 1,
|
||||||
activeNames: ["1", "2"],
|
activeNames: ["1", "2"],
|
||||||
@ -468,6 +475,11 @@ export default {
|
|||||||
},
|
},
|
||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
|
scriptlook(item) {
|
||||||
|
this.phoneNodeContent = item.phoneNodeContent
|
||||||
|
this.lookshow = true
|
||||||
|
|
||||||
|
},
|
||||||
// changeswitch(e) {
|
// changeswitch(e) {
|
||||||
// if (e) {
|
// if (e) {
|
||||||
// this.routelist = this.allroutelist.filter(
|
// this.routelist = this.allroutelist.filter(
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user