Commit 484f24b0 authored by zhengke's avatar zhengke

修改

parent 5b4c3cb9
...@@ -45,8 +45,8 @@ ...@@ -45,8 +45,8 @@
<template> <template>
<div class="flexOne newContract"> <div class="flexOne newContract">
<el-tabs v-model="activeName" type="card" @tab-click="getSwitch"> <el-tabs v-model="activeName" type="card" @tab-click="getSwitch">
<el-tab-pane label="出境游合同" name="1"></el-tab-pane>
<el-tab-pane label="其他合同" name="2"></el-tab-pane> <el-tab-pane label="其他合同" name="2"></el-tab-pane>
<el-tab-pane label="出境游合同" name="1"></el-tab-pane>
</el-tabs> </el-tabs>
<template v-if="activeName==1"> <template v-if="activeName==1">
<div class="ElectronicAudit"> <div class="ElectronicAudit">
...@@ -290,8 +290,9 @@ ...@@ -290,8 +290,9 @@
<td>{{ item.C_ProductName }}</td> <td>{{ item.C_ProductName }}</td>
<td> <td>
<span v-if="item.Status==3" style="color:red;">已驳回</span> <span v-if="item.Status==3" style="color:red;">已驳回</span>
<span v-if="item.Status==1" style="color:blue;">待审核</span> <span v-else-if="item.Status==1" style="color:blue;">待审核</span>
<span v-if="item.Status==2" style="color:green;">审核通过</span> <span v-else-if="item.Status==2" style="color:green;">审核通过</span>
<span v-else>{{item.StatusStr}}</span>
</td> </td>
<td>{{ item.CreateByName }}</td> <td>{{ item.CreateByName }}</td>
<td>{{ item.CreateTimeStr }}</td> <td>{{ item.CreateTimeStr }}</td>
...@@ -361,7 +362,7 @@ ...@@ -361,7 +362,7 @@
} }
}, },
//切换出境游合同 //切换出境游合同
activeName: '1', activeName: '2',
//ContractMange参数 //ContractMange参数
total: 0, total: 0,
total2: 0, total2: 0,
...@@ -570,7 +571,8 @@ ...@@ -570,7 +571,8 @@
}, },
}, },
mounted() { mounted() {
this.getListOutTract(); // this.getListOutTract();
this.getList();
} }
}; };
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment