|
@@ -206,7 +206,7 @@
|
|
|
<!-- 添加框(默认隐藏) -->
|
|
<!-- 添加框(默认隐藏) -->
|
|
|
<el-dialog :title="addShowTitle"
|
|
<el-dialog :title="addShowTitle"
|
|
|
:visible.sync="addshow"
|
|
:visible.sync="addshow"
|
|
|
- width="800px">
|
|
|
|
|
|
|
+ width="85%">
|
|
|
<!-- <el-form :model="entityForm"
|
|
<!-- <el-form :model="entityForm"
|
|
|
:rules="rules"
|
|
:rules="rules"
|
|
|
ref="EntityFormref"> -->
|
|
ref="EntityFormref"> -->
|
|
@@ -475,7 +475,7 @@
|
|
|
show-overflow-tooltip></el-table-column>
|
|
show-overflow-tooltip></el-table-column>
|
|
|
<el-table-column prop="CertSubStatus"
|
|
<el-table-column prop="CertSubStatus"
|
|
|
label="状态"
|
|
label="状态"
|
|
|
- width="160px"
|
|
|
|
|
|
|
+ width="100px"
|
|
|
align="center"
|
|
align="center"
|
|
|
show-overflow-tooltip>
|
|
show-overflow-tooltip>
|
|
|
<template slot-scope="scope">
|
|
<template slot-scope="scope">
|
|
@@ -483,8 +483,6 @@
|
|
|
<el-button type="warning" size="mini" v-else-if="scope.row.CertSubStatus>'1'" @click="changeCertSubStatus(scope.row)">暂停</el-button>
|
|
<el-button type="warning" size="mini" v-else-if="scope.row.CertSubStatus>'1'" @click="changeCertSubStatus(scope.row)">暂停</el-button>
|
|
|
<el-button type="plain" size="mini" plain v-else @click="changeCertSubStatus(scope.row)">——</el-button>
|
|
<el-button type="plain" size="mini" plain v-else @click="changeCertSubStatus(scope.row)">——</el-button>
|
|
|
|
|
|
|
|
- <el-button type="plain" plain size="mini" icon="el-icon-star-off" circle @click="showBackReasonList(scope.row)"></el-button>
|
|
|
|
|
-
|
|
|
|
|
<!--<span v-if="scope.row.CertSubStatus=='1'"
|
|
<!--<span v-if="scope.row.CertSubStatus=='1'"
|
|
|
style="color:#67C23A">准入</span>
|
|
style="color:#67C23A">准入</span>
|
|
|
<span v-else-if="scope.row.CertSubStatus>'1'"
|
|
<span v-else-if="scope.row.CertSubStatus>'1'"
|
|
@@ -492,6 +490,14 @@
|
|
|
<span v-else>——</span>-->
|
|
<span v-else>——</span>-->
|
|
|
</template>
|
|
</template>
|
|
|
</el-table-column>
|
|
</el-table-column>
|
|
|
|
|
+ <el-table-column label=""
|
|
|
|
|
+ align="center"
|
|
|
|
|
+ width="160px"
|
|
|
|
|
+ show-overflow-tooltip>
|
|
|
|
|
+ <template slot-scope="scope">
|
|
|
|
|
+ <el-button type="plain" plain size="mini" @click="showBackReasonList(scope.row)">查看历史状态</el-button>
|
|
|
|
|
+ </template>
|
|
|
|
|
+ </el-table-column>
|
|
|
</el-table>
|
|
</el-table>
|
|
|
<el-pagination @size-change="handleGoodsSizeChange"
|
|
<el-pagination @size-change="handleGoodsSizeChange"
|
|
|
@current-change="handleGoodsCurrentChange"
|
|
@current-change="handleGoodsCurrentChange"
|
|
@@ -518,18 +524,27 @@
|
|
|
align="center"></el-table-column>
|
|
align="center"></el-table-column>
|
|
|
<el-table-column prop="CertSubStatus"
|
|
<el-table-column prop="CertSubStatus"
|
|
|
label="状态"
|
|
label="状态"
|
|
|
- width="160px"
|
|
|
|
|
- align="center">
|
|
|
|
|
|
|
+ width="100px"
|
|
|
|
|
+ align="center"
|
|
|
|
|
+ show-overflow-tooltip>
|
|
|
<template slot-scope="scope">
|
|
<template slot-scope="scope">
|
|
|
<el-button type="success" size="mini" v-if="scope.row.CertSubStatus=='1'" @click="changeCertSubStatus(scope.row)">准入</el-button>
|
|
<el-button type="success" size="mini" v-if="scope.row.CertSubStatus=='1'" @click="changeCertSubStatus(scope.row)">准入</el-button>
|
|
|
<el-button type="warning" size="mini" v-else-if="scope.row.CertSubStatus>'1'" @click="changeCertSubStatus(scope.row)">暂停</el-button>
|
|
<el-button type="warning" size="mini" v-else-if="scope.row.CertSubStatus>'1'" @click="changeCertSubStatus(scope.row)">暂停</el-button>
|
|
|
<el-button type="plain" size="mini" plain v-else @click="changeCertSubStatus(scope.row)">——</el-button>
|
|
<el-button type="plain" size="mini" plain v-else @click="changeCertSubStatus(scope.row)">——</el-button>
|
|
|
|
|
+
|
|
|
<!--<span v-if="scope.row.CertSubStatus=='1'"
|
|
<!--<span v-if="scope.row.CertSubStatus=='1'"
|
|
|
style="color:#67C23A">准入</span>
|
|
style="color:#67C23A">准入</span>
|
|
|
<span v-else-if="scope.row.CertSubStatus>'1'"
|
|
<span v-else-if="scope.row.CertSubStatus>'1'"
|
|
|
style="color:#E6A23C">暂停</span>
|
|
style="color:#E6A23C">暂停</span>
|
|
|
<span v-else>——</span>-->
|
|
<span v-else>——</span>-->
|
|
|
- <el-button type="plain" plain size="mini" icon="el-icon-star-off" circle @click="showBackReasonList(scope.row)"></el-button>
|
|
|
|
|
|
|
+ </template>
|
|
|
|
|
+ </el-table-column>
|
|
|
|
|
+ <el-table-column label=""
|
|
|
|
|
+ align="center"
|
|
|
|
|
+ width="160px"
|
|
|
|
|
+ show-overflow-tooltip>
|
|
|
|
|
+ <template slot-scope="scope">
|
|
|
|
|
+ <el-button type="plain" plain size="mini" @click="showBackReasonList(scope.row)">查看历史状态</el-button>
|
|
|
</template>
|
|
</template>
|
|
|
</el-table-column>
|
|
</el-table-column>
|
|
|
</el-table>
|
|
</el-table>
|
|
@@ -558,7 +573,7 @@
|
|
|
show-overflow-tooltip></el-table-column>
|
|
show-overflow-tooltip></el-table-column>
|
|
|
<el-table-column prop="CertSubStatus"
|
|
<el-table-column prop="CertSubStatus"
|
|
|
label="状态"
|
|
label="状态"
|
|
|
- width="160px"
|
|
|
|
|
|
|
+ width="100px"
|
|
|
align="center"
|
|
align="center"
|
|
|
show-overflow-tooltip>
|
|
show-overflow-tooltip>
|
|
|
<template slot-scope="scope">
|
|
<template slot-scope="scope">
|
|
@@ -571,7 +586,14 @@
|
|
|
<span v-else-if="scope.row.CertSubStatus>'1'"
|
|
<span v-else-if="scope.row.CertSubStatus>'1'"
|
|
|
style="color:#E6A23C">暂停</span>
|
|
style="color:#E6A23C">暂停</span>
|
|
|
<span v-else>——</span>-->
|
|
<span v-else>——</span>-->
|
|
|
- <el-button type="plain" plain size="mini" icon="el-icon-star-off" circle @click="showBackReasonList(scope.row)"></el-button>
|
|
|
|
|
|
|
+ </template>
|
|
|
|
|
+ </el-table-column>
|
|
|
|
|
+ <el-table-column label=""
|
|
|
|
|
+ align="center"
|
|
|
|
|
+ width="160px"
|
|
|
|
|
+ show-overflow-tooltip>
|
|
|
|
|
+ <template slot-scope="scope">
|
|
|
|
|
+ <el-button type="plain" plain size="mini" @click="showBackReasonList(scope.row)">查看历史状态</el-button>
|
|
|
</template>
|
|
</template>
|
|
|
</el-table-column>
|
|
</el-table-column>
|
|
|
</el-table>
|
|
</el-table>
|