Merge branch 'master' of http://yun.pashanhoo.com:9090/bdc/bdcdj-web
Showing
2 changed files
with
29 additions
and
22 deletions
... | @@ -6,7 +6,19 @@ | ... | @@ -6,7 +6,19 @@ |
6 | </div> | 6 | </div> |
7 | </template> | 7 | </template> |
8 | <script> | 8 | <script> |
9 | let column = [ | 9 | export default { |
10 | /**注册组件*/ | ||
11 | components: {}, | ||
12 | data () { | ||
13 | return { | ||
14 | key: 0, | ||
15 | tableData:[{ | ||
16 | xm: '12', | ||
17 | zjzl: '32', | ||
18 | zjh: '123', | ||
19 | fr: "213123", | ||
20 | }], | ||
21 | InformationTable:[ | ||
10 | { | 22 | { |
11 | width: '60', | 23 | width: '60', |
12 | renderHeader: (h, scope) => { | 24 | renderHeader: (h, scope) => { |
... | @@ -51,19 +63,6 @@ | ... | @@ -51,19 +63,6 @@ |
51 | } | 63 | } |
52 | } | 64 | } |
53 | ] | 65 | ] |
54 | export default { | ||
55 | /**注册组件*/ | ||
56 | components: {}, | ||
57 | data () { | ||
58 | return { | ||
59 | key: 0, | ||
60 | tableData:[{ | ||
61 | xm: '12', | ||
62 | zjzl: '32', | ||
63 | zjh: '123', | ||
64 | fr: "213123", | ||
65 | }], | ||
66 | InformationTable:column | ||
67 | }; | 66 | }; |
68 | }, | 67 | }, |
69 | watch: { | 68 | watch: { |
... | @@ -80,10 +79,10 @@ export default { | ... | @@ -80,10 +79,10 @@ export default { |
80 | handleAdd () { | 79 | handleAdd () { |
81 | this.tableData.push( | 80 | this.tableData.push( |
82 | { | 81 | { |
83 | xm: '', | 82 | xm: '22', |
84 | zjzl: '', | 83 | zjzl: '33', |
85 | zjh: '', | 84 | zjh: '44', |
86 | fr: "", | 85 | fr: "55", |
87 | } | 86 | } |
88 | ) | 87 | ) |
89 | this.key++ | 88 | this.key++ | ... | ... |
1 | <template> | 1 | <template> |
2 | <div class='slxx'> | 2 | <div class='slxx'> |
3 | <el-form :model="ruleForm" :rules="rules" ref="ruleForm" label-width="100px"> | 3 | <el-form :model="ruleForm" :rules="rules" ref="ruleForm" label-width="130px"> |
4 | <div class="slxx_title">受理信息</div> | 4 | <div class="slxx_title">受理信息</div> |
5 | <el-row> | 5 | <el-row> |
6 | <el-col :span="8"> | 6 | <el-col :span="8"> |
... | @@ -14,8 +14,10 @@ | ... | @@ -14,8 +14,10 @@ |
14 | </el-form-item> | 14 | </el-form-item> |
15 | </el-col> | 15 | </el-col> |
16 | <el-col :span="8"> | 16 | <el-col :span="8"> |
17 | <el-form-item label="受理时间:" prop="slsj"> | 17 | <el-form-item label="使用权结束时间:" prop="slsj"> |
18 | <el-input v-model="ruleForm.slsj"></el-input> | 18 | <el-date-picker v-model="ruleForm.slsj" type="datetime" placeholder="选择结束时间" |
19 | value-format="yyyy-MM-dd" > | ||
20 | </el-date-picker> | ||
19 | </el-form-item> | 21 | </el-form-item> |
20 | </el-col> | 22 | </el-col> |
21 | </el-row> | 23 | </el-row> |
... | @@ -209,7 +211,13 @@ export default { | ... | @@ -209,7 +211,13 @@ export default { |
209 | .slxx_title { | 211 | .slxx_title { |
210 | border-bottom: 1px solid $borderColor; | 212 | border-bottom: 1px solid $borderColor; |
211 | padding-left: 10px; | 213 | padding-left: 10px; |
212 | padding-bottom: 15px; | 214 | padding-bottom: 20px; |
213 | margin-bottom: 15px; | 215 | margin-bottom: 15px; |
216 | margin-top: 30px; | ||
217 | font-size: 18px; | ||
218 | font-family: PingFangSC-Medium, PingFang SC; | ||
219 | font-weight: 500; | ||
220 | color: #4A4A4A; | ||
221 | |||
214 | } | 222 | } |
215 | </style> | 223 | </style> |
... | \ No newline at end of file | ... | \ No newline at end of file | ... | ... |
-
Please register or sign in to post a comment