Commit e551d5e3 by liangzhen

细化

1 parent 82301c3d
......@@ -79,34 +79,8 @@
<el-table-column prop="quesCheckItem" label="问题检查项" show-overflow-tooltip>
</el-table-column>
<el-table-column label="检查说明" prop="checkDesc" show-overflow-tooltip> </el-table-column>
<!-- <el-table-column label="判断规则名称" prop="checkDesc" show-overflow-tooltip> </el-table-column> -->
<!-- <el-table-column prop="ruleStatus" label="规则状态" >
<template slot-scope="scope">
<el-switch
v-model="scope.row.ruleStatus"
active-color="#13ce66"
inactive-color="#C0C0C0"
active-value="0"
inactive-value="1"
active-text=""
inactive-text=""
disabled
>
<template v-slot:active>
<span>开启</span>
</template>
<template v-slot:inactive>
<span>关闭</span>
</template>
</el-switch>
</template>
</el-table-column>
<el-table-column prop="creator" label="创建人">
</el-table-column>
<el-table-column prop="createTime" label="创建时间">
</el-table-column> -->
<el-table-column label="判断规则" prop="fullRule" show-overflow-tooltip> </el-table-column>
</el-table>
</div>
<el-pagination
......@@ -256,7 +230,7 @@
postEvalState: "",
projectName: "",
projectId: "",
dates:[]
// dates:[]
},
ruleFormdialog: {
batchYear: "",
......@@ -339,7 +313,7 @@
this.pageSize = 10;
this.ruleForm.auditStartTime = "";
this.ruleForm.auditEndTime = "";
this.ruleForm.datas=[]
// this.ruleForm.datas=[]
this.submitForm();
},
//详情
......
......@@ -156,11 +156,6 @@
>
<el-table-column label="序号" width="55" type="index">
</el-table-column>
<el-table-column label="规则名称" width="auto" prop="ruleName">
</el-table-column>
<!-- <el-table-column prop="ruleType" label="规则类型" width="auto">
</el-table-column> -->
<el-table-column
prop="projectName"
label="稽核异常项目清单"
......@@ -168,6 +163,11 @@
show-overflow-tooltip
>
</el-table-column>
<el-table-column label="判断规则名称" width="auto" prop="ruleName">
</el-table-column>
<!-- <el-table-column prop="quesCheckItem" label="问题检查项" width="auto">
</el-table-column> -->
</el-table>
</div>
<!-- <el-pagination
......
......@@ -82,7 +82,7 @@
>
<el-button @click="detailsForm('xf')">
<i class="el-icon-document-remove"></i
>&nbsp;&nbsp;&nbsp;整改提交</el-button
>&nbsp;&nbsp;&nbsp;整改复核</el-button
>
</el-form-item>
</el-form>
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!