|
@@ -136,6 +136,14 @@ const config = computed(() => {
|
|
|
attrs: {
|
|
|
label: "供应商名称",
|
|
|
prop: "name",
|
|
|
+ 'min-width': 240,
|
|
|
+ },
|
|
|
+ },
|
|
|
+ {
|
|
|
+ attrs: {
|
|
|
+ label: "E10供应商编号",
|
|
|
+ prop: "code",
|
|
|
+ width: 140,
|
|
|
},
|
|
|
},
|
|
|
{
|
|
@@ -163,14 +171,14 @@ const config = computed(() => {
|
|
|
attrs: {
|
|
|
label: "城市",
|
|
|
prop: "city",
|
|
|
- width: 140,
|
|
|
+ width: 160,
|
|
|
},
|
|
|
},
|
|
|
{
|
|
|
attrs: {
|
|
|
label: "地址",
|
|
|
prop: "detailedAddress",
|
|
|
- width: 240,
|
|
|
+ 'min-width': 240,
|
|
|
},
|
|
|
},
|
|
|
{
|
|
@@ -236,7 +244,7 @@ const openDialog = ref(false);
|
|
|
const submit = ref(null);
|
|
|
const formOption = reactive({
|
|
|
inline: true,
|
|
|
- labelWidth: "100px",
|
|
|
+ labelWidth: "120px",
|
|
|
itemWidth: 100,
|
|
|
rules: [],
|
|
|
labelPosition: "right",
|
|
@@ -259,6 +267,12 @@ const formConfig = computed(() => {
|
|
|
},
|
|
|
{
|
|
|
type: "input",
|
|
|
+ prop: "code",
|
|
|
+ label: "E10供应商编号",
|
|
|
+ itemType: "text",
|
|
|
+ },
|
|
|
+ {
|
|
|
+ type: "input",
|
|
|
prop: "companyTelephone",
|
|
|
label: "公司电话",
|
|
|
itemType: "text",
|