This commit is contained in:
parent
b014727a2c
commit
c5f092b66e
|
|
@ -1365,6 +1365,7 @@ export default {
|
|||
: res.data,
|
||||
|
||||
proId: this
|
||||
.keyInfoForm
|
||||
.proId,
|
||||
},
|
||||
)
|
||||
|
|
|
|||
|
|
@ -57,7 +57,7 @@
|
|||
导出
|
||||
</el-button>
|
||||
|
||||
<el-button
|
||||
<!-- <el-button
|
||||
size="mini"
|
||||
:icon="isEdit ? 'el-icon-check' : 'el-icon-edit'"
|
||||
:type="isEdit ? 'success' : 'primary'"
|
||||
|
|
@ -65,7 +65,7 @@
|
|||
:disabled="status == 2"
|
||||
>
|
||||
{{ isEdit ? '保存' : '修改' }}-其中代扣/代缴、实发工资
|
||||
</el-button>
|
||||
</el-button> -->
|
||||
</el-form-item>
|
||||
</el-form>
|
||||
<el-table
|
||||
|
|
|
|||
Loading…
Reference in New Issue