|
@@ -792,9 +792,9 @@ const formItems = ref([
|
|
|
{ label: 'IP地址', prop: 'ipaddress', type: 'input', placeholder: '请输入IP地址' },
|
|
|
{ label: '注册公司', prop: 'company', type: 'input', placeholder: '请输入注册公司' },
|
|
|
{ label: '公司英文名称', prop: 'companyEnglishName', type: 'input', placeholder: '请输入公司英文名称' },
|
|
|
- // { label: '公司地址', prop: 'address', type: 'input', placeholder: '请输入公司地址' },
|
|
|
{ label: '公司法人', prop: 'juridicalPerson', type: 'input', placeholder: '请输入公司法人' },
|
|
|
|
|
|
+ // { label: '公司地址', prop: 'address', type: 'input', placeholder: '请输入公司地址' },
|
|
|
// { label: '法人信用卡', prop: 'juridicalPersonCreditCard', type: 'input', placeholder: '请输入法人信用卡' },
|
|
|
// { label: '信用卡地址', prop: 'juridicalPersonCreditCardAddress', type: 'input', placeholder: '请输入信用卡地址' },
|
|
|
// { label: '收款账号', prop: 'receivablesAccount', type: 'input', placeholder: '请输入收款账号' },
|
|
@@ -837,7 +837,6 @@ onMounted(() => {
|
|
|
v-on="gridEvents" @edit-actived="handleEditActived" @edit-closed="handleEditClosed">
|
|
|
<template #toolbar_buttons>
|
|
|
<el-button :icon="Plus" type="primary" text bg @click="dialogFormVisible = true"> 添加任务</el-button>
|
|
|
- <!--<el-button plain type="success" @click="saveEvent">保存</el-button>-->
|
|
|
<el-button :disabled="isDeleteDisabled" text bg :icon="Delete" plain type="danger" @click="removeEvent">删除
|
|
|
</el-button>
|
|
|
<el-button v-if="!isDeleteDisabled" plain text bg round type="success" @click="userDialogFormVisible =true">
|