Commit 313a8e8b authored by 李苏's avatar 李苏 💬

风险设置

parent 5206520d
<template>
<RelDialog :type='type' :editApp='editApp' :app='app' :buttonApp='buttonApp'>
<!-- 填写表单内容,slot=form必写-->
<el-form style="max-height: 75vh;overflow: auto;overflow-x:hidden;padding-right: 10px;" slot="form" ref="form" :model="form" label-width="100px" :rules="rules">
<el-form style="height: 60vh;overflow: auto;overflow-x:hidden;padding-right: 10px;" slot="form" ref="form" :model="form" label-width="100px" :rules="rules">
<Selecter v-if="showDialog" :app='this' ></Selecter>
<el-row :gutter="20">
<el-col :span="24">
......
......@@ -87,6 +87,7 @@
return {
queryParams:{},
tableTitle: [
// {label: "序号", prop: "xh", fieldType: "int"},
{label: "部门", prop: "bmName", fieldType: "ftString",width:192},
{label: "车间", prop: "cjName", fieldType: "ftString",width:192},
{label: "岗位", prop: "gwName", fieldType: "ftString",width:192},
......@@ -105,7 +106,7 @@
{label: "拍照选项", prop: "pzxx", fieldType: "ftString",width:160,transform:{
url:'/aqgl/fxyk/fxpc/init/pzxx',label:'name',value:'id'
}},
{label: "序号", prop: "xh", fieldType: "int"},
{label: "图形编号", prop: "txcode", fieldType: "ftString",width:180},
{label: "措施类型", prop: "cslx", fieldType: "ftString",width:192},
// {label: "基准精度", prop: "jzjd", fieldType: "ftString",width:160},
......
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