上传历史记录修改

master
wanglei 1 year ago
parent ee5cfeec93
commit db545935d8

@ -66,7 +66,7 @@
<el-col :span="1.5" v-if="queryParams.recognize==='0'&&(queryParams.ywType==='option1'||queryParams.ywType==='option2'||queryParams.ywType==='option3'||queryParams.ywType==='option4'||queryParams.ywType==='option5'||queryParams.ywType==='option6'||queryParams.ywType==='option7'||queryParams.ywType==='option8'||queryParams.ywType==='option9')">
<el-button icon="el-icon-full-screen" size="mini" type="primary" @click="cjsbrw"></el-button>
</el-col>
<!-- <el-col :span="1.5">
<el-col :span="1.5">
<el-button
type="danger"
plain
@ -76,7 +76,7 @@
@click="handleDelete"
v-hasPermi="['dangan:pictureRecard:remove']"
>删除</el-button>
</el-col>-->
</el-col>
<el-col :span="1.5">
<el-button
type="warning"
@ -339,6 +339,7 @@ export default {
//
handleYwType(ywType){
this.resetForm("queryForm");
this.queryParams.muId = null;
if(this.queryParams.ywType!==ywType){
this.queryParams.ywType=ywType;
this.queryParams.recognize='0'

Loading…
Cancel
Save