|
@@ -184,7 +184,7 @@ export default {
|
|
|
prop: 'fileUrl',
|
|
|
rules: []
|
|
|
},
|
|
|
- attributes:{},
|
|
|
+ attributes: {},
|
|
|
render: (h, { props, onInput }) => {
|
|
|
return (
|
|
|
<ImageUpload fileList={this.formData.fileUrl} limit={1} fileType={["image"]} />
|
|
@@ -193,7 +193,7 @@ export default {
|
|
|
}, {
|
|
|
name: 'el-input',
|
|
|
md: 24,
|
|
|
- attributes:{},
|
|
|
+ attributes: {},
|
|
|
formItemAttributes: {
|
|
|
label: '备注',
|
|
|
prop: 'remark',
|
|
@@ -202,7 +202,7 @@ export default {
|
|
|
}, {
|
|
|
md: 24,
|
|
|
name: 'slot-component',
|
|
|
- attributes:{},
|
|
|
+ attributes: {},
|
|
|
formItemAttributes: {
|
|
|
label: '',
|
|
|
'label-width': '0px',
|
|
@@ -214,7 +214,7 @@ export default {
|
|
|
}, {
|
|
|
md: 6,
|
|
|
name: 'slot-component',
|
|
|
- attributes:{},
|
|
|
+ attributes: {},
|
|
|
formItemAttributes: {
|
|
|
label: '结算金额合计',
|
|
|
prop: '',
|
|
@@ -225,7 +225,7 @@ export default {
|
|
|
}, {
|
|
|
md: 6,
|
|
|
name: 'slot-component',
|
|
|
- attributes:{},
|
|
|
+ attributes: {},
|
|
|
formItemAttributes: {
|
|
|
label: '发放人数',
|
|
|
prop: '',
|
|
@@ -236,7 +236,7 @@ export default {
|
|
|
}, {
|
|
|
md: 24,
|
|
|
name: 'slot-component',
|
|
|
- attributes:{},
|
|
|
+ attributes: {},
|
|
|
formItemAttributes: {
|
|
|
label: '',
|
|
|
'label-width': '0px',
|
|
@@ -381,7 +381,7 @@ export default {
|
|
|
},
|
|
|
getTableJieGou() {
|
|
|
; (([settleMonthWagesGatherList, settleMonthWagesList])[this.pageLevel])({ "pageNum": 1, "pageSize": 1, "params": [] }).then(res => {
|
|
|
- this.evaluationColumns = tableDataParsing(res.fieldBeans.filter(item => !~["aaa"].indexOf(item.jname))).map(item => {
|
|
|
+ this.evaluationColumns = tableDataParsing(res.fieldBeans.filter(item => !~(([["aaa"], ["id", "settleMonthWagesId", "settleMonthWagesDetailId", "workerId"]])[this.pageLevel]).indexOf(item.jname))).map(item => {
|
|
|
return item
|
|
|
})
|
|
|
this.$nextTick(() => {
|