Browse Source

修复订单详情字段名错乱

fix_bug_pro20231227
13208366016 1 year ago
parent
commit
c0b3324e4a
  1. 20
      src/views/distribution/signfor/distributionSignforedt.vue

20
src/views/distribution/signfor/distributionSignforedt.vue

@ -420,16 +420,16 @@ const total = ref(0); //页码总页数
const pageList = ref([5, 10, 50, 100, 200]); //
const background = ref(true); //
const disabled = ref(false); // 使
const dialogImageUrlA = ref('');
const dialogImageUrlA = ref('');
const dialogImageUrlB = ref('');
const dialogImageUrlC = ref('');
const dialogImageUrlD = ref('');
const dialogImageUrlE = ref('');
const dialogImageUrlC = ref('');
const dialogImageUrlD = ref('');
const dialogImageUrlE = ref('');
const dialogVisibleA = ref(false); //
const dialogVisibleB = ref(false);
const dialogVisibleC = ref(false);
const dialogVisibleD = ref(false);
const dialogVisibleE = ref(false);
const dialogVisibleB = ref(false);
const dialogVisibleC = ref(false);
const dialogVisibleD = ref(false);
const dialogVisibleE = ref(false);
const active = ref(1); //
const route = useRoute();
const router = useRouter();
@ -619,7 +619,7 @@ const menuData1 = ref([
head: true,
},
{
prop: 'customerTelephone',
prop: 'customerAddress',
label: '终端收获地址',
type: 4,
values: '',
@ -630,7 +630,7 @@ const menuData1 = ref([
head: true,
},
{
prop: 'customerAddress',
prop: 'customerTelephone',
label: '终端收获电话',
type: 4,
values: '',

Loading…
Cancel
Save