Commit 31544eed authored by dingyoujian's avatar dingyoujian

调整

parent dee527fb
...@@ -31,7 +31,17 @@ export function doDelete(query) { ...@@ -31,7 +31,17 @@ export function doDelete(query) {
}) })
} }
/**
* 分类加载
* @param query
*/
export function doQueryZyfl(query) {
return request({
url: '/aqgl/rcgl/wxzyfl/query',
method: 'post',
data: query||{}
})
}
......
...@@ -45,8 +45,8 @@ ...@@ -45,8 +45,8 @@
</el-form-item> </el-form-item>
</el-col> </el-col>
<el-col :span="12"> <el-col :span="12">
<el-form-item label="系统版本" ref="sysversion" prop="sysversion"> <el-form-item label="分类" ref="flid" prop="flid">
<el-input :readonly="readonly" v-model="form.sysversion" ></el-input> <el-input :readonly="readonly" v-model="form.flid" ></el-input>
</el-form-item> </el-form-item>
</el-col> </el-col>
</el-row> </el-row>
...@@ -85,6 +85,8 @@ ...@@ -85,6 +85,8 @@
tbrid:'', tbrid:'',
//管控项目 //管控项目
gkxm:'', gkxm:'',
//分类
flid:'',
//工作要求 //工作要求
gzyq:'', gzyq:'',
//扣分细则 //扣分细则
......
...@@ -75,6 +75,7 @@ ...@@ -75,6 +75,7 @@
/* 表格标题对应参数*/ /* 表格标题对应参数*/
tableTitle: [ tableTitle: [
{label: "序号", prop: "xh", fieldType: "int"}, {label: "序号", prop: "xh", fieldType: "int"},
{label: "分类", prop: "flName", fieldType: "ftString",width:192},
{label: "部门", prop: "bmName", fieldType: "ftString",width:192}, {label: "部门", prop: "bmName", fieldType: "ftString",width:192},
{label: "填报人", prop: "tbrName", fieldType: "ftString",width:192}, {label: "填报人", prop: "tbrName", fieldType: "ftString",width:192},
{label: "管控项目", prop: "gkxm", fieldType: "ftString",width:300}, {label: "管控项目", prop: "gkxm", fieldType: "ftString",width:300},
......
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