Commit 01defb7b authored by dingyoujian's avatar dingyoujian

字段调整

parent 583e79f4
...@@ -2,39 +2,45 @@ ...@@ -2,39 +2,45 @@
<RelDialog :type='type' :editApp='editApp' :app='app' :buttonApp='buttonApp'> <RelDialog :type='type' :editApp='editApp' :app='app' :buttonApp='buttonApp'>
<!-- 填写表单内容,slot=form必写--> <!-- 填写表单内容,slot=form必写-->
<el-form slot="form" ref="form" :model="form" label-width="80px" :rules="rules"> <el-form slot="form" ref="form" :model="form" label-width="80px" :rules="rules">
<el-row :gutter="20"> <el-row :gutter="20">
<el-col :span="12"> <el-col :span="12">
<el-form-item label="检验项目" ref="xm" prop="xm"> <el-form-item label="分类" ref="flid" prop="flid">
<el-input :readonly="readonly" v-model="form.xm" ></el-input> <RelSelect src='aqgl/yhgl/yhfl/query' clearable :match="{value:'id',label:'name'}" v-model='form.flid' ></RelSelect>
</el-form-item> </el-form-item>
</el-col> </el-col>
<el-col :span="12"> <el-col :span="12">
<el-form-item label="罚款金额" ref="fkje" prop="fkje"> <el-form-item label="检验项目" ref="xm" prop="xm">
<el-input :readonly="readonly" v-model="form.fkje" ></el-input> <el-input :readonly="readonly" v-model="form.xm" ></el-input>
</el-form-item> </el-form-item>
</el-col> </el-col>
</el-row> </el-row>
<el-row :gutter="20"> <el-row :gutter="20">
<el-col :span="12"> <el-col :span="8">
<el-form-item label="罚款金额" ref="fkje" prop="fkje">
<el-input :readonly="readonly" v-model="form.fkje" ></el-input>
</el-form-item>
</el-col>
<el-col :span="8">
<el-form-item label="隐患等级" ref="yhdj" prop="yhdj"> <el-form-item label="隐患等级" ref="yhdj" prop="yhdj">
<RelSelect style='width: 100%;' src='aqgl/fxyk/fxpc/init/wxdj' clearable :match="{value:'id',label:'name'}" v-model='form.yhdj' ></RelSelect> <RelSelect style='width: 100%;' src='aqgl/fxyk/fxpc/init/wxdj' clearable :match="{value:'id',label:'name'}" v-model='form.yhdj' ></RelSelect>
<!-- <el-input :readonly="readonly" v-model="form.yhdj" ></el-input> --> <!-- <el-input :readonly="readonly" v-model="form.yhdj" ></el-input> -->
</el-form-item> </el-form-item>
</el-col> </el-col>
<el-col :span="12"> <el-col :span="8">
<el-form-item label="考核分数" ref="khfs" prop="khfs"> <el-form-item label="考核分数" ref="khfs" prop="khfs">
<el-input :readonly="readonly" v-model="form.khfs" ></el-input> <el-input :readonly="readonly" v-model="form.khfs" ></el-input>
</el-form-item> </el-form-item>
</el-col>
</el-row>
<el-row :gutter="20">
<el-col :span="24">
<el-form-item label="检验内容" ref="content" prop="content">
<el-input type="textarea" :readonly="readonly" v-model="form.content" ></el-input>
</el-form-item>
</el-col> </el-col>
</el-row> </el-row>
<el-row :gutter="20">
<el-col :span="24">
<el-form-item label="检验内容" ref="content" prop="content">
<el-input type="textarea" :readonly="readonly" v-model="form.content" ></el-input>
</el-form-item>
</el-col>
</el-row>
</el-form> </el-form>
</RelDialog> </RelDialog>
</template> </template>
......
...@@ -88,6 +88,7 @@ ...@@ -88,6 +88,7 @@
}, },
/* 表格标题对应参数*/ /* 表格标题对应参数*/
tableTitle: [ tableTitle: [
{label: "分类", prop: "yhbzflName", fieldType: "ftString",width:160},
{label: "检验项目", prop: "xm", fieldType: "ftString",width:160}, {label: "检验项目", prop: "xm", fieldType: "ftString",width:160},
{label: "检验内容", prop: "content", fieldType: "ftString",width:280}, {label: "检验内容", prop: "content", fieldType: "ftString",width:280},
{label: "隐患等级", prop: "yhdj", fieldType: "ftString",width:100}, {label: "隐患等级", prop: "yhdj", fieldType: "ftString",width:100},
......
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