Commit e551d5e3 by liangzhen

细化

1 parent 82301c3d
...@@ -79,34 +79,8 @@ ...@@ -79,34 +79,8 @@
<el-table-column prop="quesCheckItem" label="问题检查项" show-overflow-tooltip> <el-table-column prop="quesCheckItem" label="问题检查项" show-overflow-tooltip>
</el-table-column> </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 label="判断规则名称" prop="checkDesc" show-overflow-tooltip> </el-table-column> --> <el-table-column label="判断规则" prop="fullRule" 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> </el-table>
</div> </div>
<el-pagination <el-pagination
...@@ -256,7 +230,7 @@ ...@@ -256,7 +230,7 @@
postEvalState: "", postEvalState: "",
projectName: "", projectName: "",
projectId: "", projectId: "",
dates:[] // dates:[]
}, },
ruleFormdialog: { ruleFormdialog: {
batchYear: "", batchYear: "",
...@@ -339,7 +313,7 @@ ...@@ -339,7 +313,7 @@
this.pageSize = 10; this.pageSize = 10;
this.ruleForm.auditStartTime = ""; this.ruleForm.auditStartTime = "";
this.ruleForm.auditEndTime = ""; this.ruleForm.auditEndTime = "";
this.ruleForm.datas=[] // this.ruleForm.datas=[]
this.submitForm(); this.submitForm();
}, },
//详情 //详情
......
...@@ -156,11 +156,6 @@ ...@@ -156,11 +156,6 @@
> >
<el-table-column label="序号" width="55" type="index"> <el-table-column label="序号" width="55" type="index">
</el-table-column> </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 <el-table-column
prop="projectName" prop="projectName"
label="稽核异常项目清单" label="稽核异常项目清单"
...@@ -168,6 +163,11 @@ ...@@ -168,6 +163,11 @@
show-overflow-tooltip show-overflow-tooltip
> >
</el-table-column> </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> </el-table>
</div> </div>
<!-- <el-pagination <!-- <el-pagination
......
...@@ -82,7 +82,7 @@ ...@@ -82,7 +82,7 @@
> >
<el-button @click="detailsForm('xf')"> <el-button @click="detailsForm('xf')">
<i class="el-icon-document-remove"></i <i class="el-icon-document-remove"></i
>&nbsp;&nbsp;&nbsp;整改提交</el-button >&nbsp;&nbsp;&nbsp;整改复核</el-button
> >
</el-form-item> </el-form-item>
</el-form> </el-form>
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!