修改签约专病路径详情

This commit is contained in:
闫晓茹 2024-07-29 14:31:20 +08:00
parent 98c6975905
commit 7c6fa90a46

View File

@ -153,7 +153,7 @@
<el-dialog
title="详情"
:visible.sync="routeOpen"
width="70%"
width="60%"
:before-close="routeOpenfalse"
>
<div class="cardright">
@ -175,7 +175,7 @@
class="topbutton"
:class="tab == 2 ? 'blue' : ''"
@click="getlists"
:style="tab == 2 ? 'min-width:150px' : ''"
:style="tab == 2 ? 'min-width:100px' : ''"
>
<img
src="../../../assets/pathReview/blackrenwu.png"
@ -230,9 +230,9 @@
>
<div class="zljtitle">
{{ item.routeName }}
<span v-if="!item.conditionSatisfyStatus" style="color: red"
<!-- <span v-if="!item.conditionSatisfyStatus" style="color: red"
>(不符合条件)</span
>
> -->
</div>
<el-table :data="item.nodeList" style="width: 100%">
<el-table-column prop="" label="" width="160">
@ -361,6 +361,13 @@
</div>
</div>
</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>
</template>
@ -384,7 +391,7 @@ export default {
data() {
return {
//
// informationlist:[],
lookshow:false,
baseUrl: process.env.VUE_APP_BASE_API,
tab: 1,
activeNames: ["1", "2"],
@ -468,6 +475,11 @@ export default {
},
},
methods: {
scriptlook(item) {
this.phoneNodeContent = item.phoneNodeContent
this.lookshow = true
},
// changeswitch(e) {
// if (e) {
// this.routelist = this.allroutelist.filter(