Commit 41400946 authored by zhangyanni's avatar zhangyanni

样式

parent f1fba9e8
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
<div style="padding: 6px 0"> <div style="padding: 6px 0">
<div style="display: flex;padding-left: 10px"> <div style="display: flex;padding-left: 10px">
<div> <div>
<p style="width: 140px;line-height: 48px;font-weight: bold">{{titleName}}:</p> <p class="titleNameP" :class="labelWidth?'labelWidth':''">{{titleName}}:</p>
</div> </div>
<div style="display: flex;font-weight: normal"> <div style="display: flex;font-weight: normal">
<div> <div>
...@@ -76,7 +76,7 @@ ...@@ -76,7 +76,7 @@
<script> <script>
export default { export default {
props:[ props:[
'screenlist','titleName','screenchildListIf','checkboxGroupstate','checkboxGroupchildstate','states','childSingle','thirdChildren','requireStatus' 'screenlist','titleName','screenchildListIf','checkboxGroupstate','checkboxGroupchildstate','states','childSingle','thirdChildren','requireStatus','labelWidth'
], ],
name : "Pagescreen", name : "Pagescreen",
data() { data() {
...@@ -474,4 +474,13 @@ ...@@ -474,4 +474,13 @@
font-weight: normal; font-weight: normal;
border-top: 1px solid #E4E6F2; border-top: 1px solid #E4E6F2;
} }
.titleNameP{
width: 140px;
line-height: 48px;
font-weight: bold;
}
.labelWidth{
width: 90px;
}
</style> </style>
\ No newline at end of file
...@@ -297,7 +297,7 @@ ...@@ -297,7 +297,7 @@
checkValidateBusIntro(rule, value, callback) { checkValidateBusIntro(rule, value, callback) {
var reg = /^\s+$/g; var reg = /^\s+$/g;
if (reg.test(value)||value==="") { if (reg.test(value)||value==="") {
callback(new Error("请输入资源材料介绍")) callback(new Error("请输入合作单位介绍"))
} else { } else {
callback(); callback();
} }
...@@ -414,6 +414,9 @@ ...@@ -414,6 +414,9 @@
this.isShowErrorText5 = false; this.isShowErrorText5 = false;
this.fileList = []; this.fileList = [];
this.ruleForm.annexFile = []; this.ruleForm.annexFile = [];
if(this.type==2) {
this.secondOrgVisible = false;
}
}, },
//提交 //提交
......
...@@ -2,12 +2,12 @@ ...@@ -2,12 +2,12 @@
<div class="btodiv"> <div class="btodiv">
<el-row class="gendisplay statebottm" style="margin: 0 0 0 25px;"> <el-row class="gendisplay statebottm" style="margin: 0 0 0 25px;">
<page-screen :isSingle="true" :checkboxGroupstate="currentStatus!=null?[currentStatus]:[]" <page-screen :isSingle="true" :checkboxGroupstate="currentStatus!=null?[currentStatus]:[]"
:screenlist="statusList" :screenlist="statusList" :labelWidth="90"
:screenchildListIf="true" ref="screenchild" :titleName="'状态'" :screenchildListIf="true" ref="screenchild" :titleName="'状态'"
@changecheck="handleChangeStatus"></page-screen> @changecheck="handleChangeStatus"></page-screen>
</el-row> </el-row>
<el-row class="gendisplay statebottm" style="margin: 20px 0 0 30px;"> <el-row class="gendisplay statebottm" style="margin: 20px 0 0 35px;">
<el-form :inline="true" label-width="120px" label-position="left" style="width: 100%;"> <el-form :inline="true" label-width="100px" label-position="left" style="width: 100%;">
<el-row> <el-row>
<el-col :span="12"> <el-col :span="12">
<el-form-item label="区域:"> <el-form-item label="区域:">
...@@ -31,8 +31,8 @@ ...@@ -31,8 +31,8 @@
</el-form> </el-form>
</el-row> </el-row>
<div class="gendisplay statebottm" style="margin: 20px 0 0 25px;"> <div class="gendisplay statebottm" style="margin: 20px 0 0 35px;">
<el-form :inline="true" label-width="120px" label-position="left" style="width: 100%;"> <el-form :inline="true" label-width="100px" label-position="left" style="width: 100%;">
<el-form-item label="审核时间:"> <el-form-item label="审核时间:">
<template slot-scope="scope"> <template slot-scope="scope">
<div style="display: flex"> <div style="display: flex">
...@@ -48,8 +48,8 @@ ...@@ -48,8 +48,8 @@
</el-form-item> </el-form-item>
</el-form> </el-form>
</div> </div>
<div class="gendisplay" style="margin: 20px 0 0 25px;"> <div class="gendisplay" style="margin: 20px 0 0 35px;">
<el-form :inline="true" label-width="120px" label-position="left" style="width: 100%;"> <el-form :inline="true" label-width="100px" label-position="left" style="width: 100%;">
<el-form-item label="创建时间:"> <el-form-item label="创建时间:">
<template slot-scope="scope"> <template slot-scope="scope">
<div style="display: flex"> <div style="display: flex">
......
...@@ -2,12 +2,12 @@ ...@@ -2,12 +2,12 @@
<div class="btodiv"> <div class="btodiv">
<el-row class="gendisplay statebottm" style="margin: 0 0 0 25px;"> <el-row class="gendisplay statebottm" style="margin: 0 0 0 25px;">
<page-screen :isSingle="true" :checkboxGroupstate="currentStatus!=null?[currentStatus]:[]" <page-screen :isSingle="true" :checkboxGroupstate="currentStatus!=null?[currentStatus]:[]"
:screenlist="statusList" :screenlist="statusList" :labelWidth="90"
:screenchildListIf="true" ref="screenchild" :titleName="'状态'" :screenchildListIf="true" ref="screenchild" :titleName="'状态'"
@changecheck="handleChangeStatus"></page-screen> @changecheck="handleChangeStatus"></page-screen>
</el-row> </el-row>
<el-row class="gendisplay statebottm" style="margin: 20px 0 0 30px;"> <el-row class="gendisplay statebottm" style="margin: 20px 0 0 35px;">
<el-form :inline="true" label-width="120px" label-position="left" style="width: 100%;"> <el-form :inline="true" label-width="100px" label-position="left" style="width: 100%;">
<el-row> <el-row>
<el-col :span="12"> <el-col :span="12">
<el-form-item label="区域:"> <el-form-item label="区域:">
...@@ -34,11 +34,11 @@ ...@@ -34,11 +34,11 @@
<el-row class="gendisplay statebottm" style="margin: 0 0 0 25px;"> <el-row class="gendisplay statebottm" style="margin: 0 0 0 25px;">
<page-screen :isSingle="true" :checkboxGroupstate="currentStar!=null?[currentStar]:[]" :screenlist="starList" <page-screen :isSingle="true" :checkboxGroupstate="currentStar!=null?[currentStar]:[]" :screenlist="starList"
:screenchildListIf="true" ref="screenchildStar" :titleName="'星级'" :screenchildListIf="true" ref="screenchildStar" :titleName="'星级'" :labelWidth="90"
@changecheck="handleChangeStar"></page-screen> @changecheck="handleChangeStar"></page-screen>
</el-row> </el-row>
<div class="gendisplay statebottm" style="margin: 20px 0 0 25px;"> <div class="gendisplay statebottm" style="margin: 20px 0 0 35px;">
<el-form :inline="true" label-width="120px" label-position="left" style="width: 100%;"> <el-form :inline="true" label-width="100px" label-position="left" style="width: 100%;">
<el-form-item label="审核时间:"> <el-form-item label="审核时间:">
<template slot-scope="scope"> <template slot-scope="scope">
<div style="display: flex"> <div style="display: flex">
...@@ -55,8 +55,8 @@ ...@@ -55,8 +55,8 @@
</el-form> </el-form>
</div> </div>
<div class="gendisplay" style="margin: 20px 0 0 25px;"> <div class="gendisplay" style="margin: 20px 0 0 35px;">
<el-form :inline="true" label-width="120px" label-position="left" style="width: 100%;"> <el-form :inline="true" label-width="100px" label-position="left" style="width: 100%;">
<el-form-item label="创建时间:"> <el-form-item label="创建时间:">
<template slot-scope="scope"> <template slot-scope="scope">
<div style="display: flex"> <div style="display: flex">
...@@ -520,5 +520,4 @@ ...@@ -520,5 +520,4 @@
</script> </script>
<style scoped> <style scoped>
</style> </style>
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