|
@@ -19,7 +19,7 @@
|
|
@change='getZhjl'
|
|
@change='getZhjl'
|
|
width='200'
|
|
width='200'
|
|
tipPlace='top'
|
|
tipPlace='top'
|
|
- caption='政府部门'
|
|
|
|
|
|
+ caption='政府部门:'
|
|
size='small'
|
|
size='small'
|
|
v-model='searVal'
|
|
v-model='searVal'
|
|
style='margin-right:12px'
|
|
style='margin-right:12px'
|
|
@@ -44,7 +44,7 @@
|
|
<el-table-column prop label='政府部门' width='80'>
|
|
<el-table-column prop label='政府部门' width='80'>
|
|
<template slot-scope='{row}'>{{row.department||'--'}}</template>
|
|
<template slot-scope='{row}'>{{row.department||'--'}}</template>
|
|
</el-table-column>
|
|
</el-table-column>
|
|
- <el-table-column prop label='记录事项' :show-overflow-tooltip='true' width="700">
|
|
|
|
|
|
+ <el-table-column prop label='记录事项' :show-overflow-tooltip='true' width='700'>
|
|
<template slot-scope='{row}'>{{row.recordsx||'--'}}</template>
|
|
<template slot-scope='{row}'>{{row.recordsx||'--'}}</template>
|
|
</el-table-column>
|
|
</el-table-column>
|
|
<el-table-column prop label='工作要求' width='160'>
|
|
<el-table-column prop label='工作要求' width='160'>
|
|
@@ -220,9 +220,12 @@ export default {
|
|
justify-content: flex-end;
|
|
justify-content: flex-end;
|
|
margin-top: 28px;
|
|
margin-top: 28px;
|
|
}
|
|
}
|
|
- .el-input__inner {
|
|
|
|
- border: none;
|
|
|
|
|
|
+ .picker-box {
|
|
|
|
+ .el-input__inner {
|
|
|
|
+ border: none;
|
|
|
|
+ }
|
|
}
|
|
}
|
|
|
|
+
|
|
.el-range-editor.el-input__inner {
|
|
.el-range-editor.el-input__inner {
|
|
padding: 3px 0px;
|
|
padding: 3px 0px;
|
|
}
|
|
}
|