瀏覽代碼

弹窗标题样式

lxf 1 年之前
父節點
當前提交
cd7beff7e9

+ 6 - 2
src/components/process/Contract.vue

@@ -489,7 +489,9 @@ const formOption = reactive({
 const formConfig = computed(() => {
   return [
     {
-      label: "合同模板",
+      type: "title",
+      title: "合同模板",
+      label: "",
     },
     {
       type: "select",
@@ -826,7 +828,9 @@ const uploadData = ref({});
 const formHandoverConfig = computed(() => {
   return [
     {
-      label: "产品信息",
+      type: "title",
+      title: "产品信息",
+      label: "",
     },
     {
       type: "input",

+ 3 - 1
src/components/process/EHSD/Contract.vue

@@ -519,7 +519,9 @@ const indicationUploadData = ref({});
 const formConfig = computed(() => {
   return [
     {
-      label: "合同模板",
+      type: "title",
+      title: "合同模板",
+      label: "",
     },
     {
       type: "select",

+ 3 - 1
src/components/process/EHSD/PriceSheet.vue

@@ -394,7 +394,9 @@ const formOption = reactive({
 const formConfig = computed(() => {
   return [
     {
-      label: "合同模板",
+      type: "title",
+      title: "合同模板",
+      label: "",
     },
     {
       type: "select",

+ 3 - 1
src/components/process/EHSD/Purchase.vue

@@ -982,7 +982,9 @@ const uploadData = ref({});
 const formHandoverConfig = computed(() => {
   return [
     {
-      label: "产品信息",
+      type: "title",
+      title: "产品信息",
+      label: "",
     },
     {
       type: "input",

+ 3 - 1
src/components/process/EHSD/Sample.vue

@@ -517,7 +517,9 @@ const indicationUploadData = ref({});
 const formConfig = computed(() => {
   return [
     {
-      label: "合同模板",
+      type: "title",
+      title: "合同模板",
+      label: "",
     },
     {
       type: "select",

+ 3 - 1
src/components/process/PriceSheet.vue

@@ -362,7 +362,9 @@ const formOption = reactive({
 const formConfig = computed(() => {
   return [
     {
-      label: "合同模板",
+      type: "title",
+      title: "合同模板",
+      label: "",
     },
     {
       type: "select",

+ 3 - 1
src/components/process/PurchasePayment.vue

@@ -117,7 +117,9 @@ const formOption = reactive({
 const formConfig = computed(() => {
   return [
     {
-      label: "基础信息",
+      type: "title",
+      title: "基础信息",
+      label: "",
     },
     {
       type: "select",

+ 3 - 1
src/components/process/PurchaseRefund.vue

@@ -86,7 +86,9 @@ const formOption = reactive({
 const formConfig = computed(() => {
   return [
     {
-      label: "基础信息",
+      type: "title",
+      title: "基础信息",
+      label: "",
     },
     {
       type: "input",

+ 6 - 2
src/components/process/ServiceContract.vue

@@ -358,7 +358,9 @@ const formOption = reactive({
 const formConfig = computed(() => {
   return [
     {
-      label: "合同模板",
+      type: "title",
+      title: "合同模板",
+      label: "",
     },
     {
       type: "select",
@@ -650,7 +652,9 @@ const uploadData = ref({});
 const formHandoverConfig = computed(() => {
   return [
     {
-      label: "产品信息",
+      type: "title",
+      title: "产品信息",
+      label: "",
     },
     {
       type: "input",

+ 9 - 3
src/views/EHSD/addressBook/freightForwarding/index.vue

@@ -159,7 +159,9 @@ const formOption = reactive({
 const formConfig = computed(() => {
   return [
     {
-      label: "基本信息",
+      type: "title",
+      title: "基本信息",
+      label: "",
     },
     {
       type: "input",
@@ -196,7 +198,9 @@ const formConfig = computed(() => {
       itemType: "text",
     },
     {
-      label: "联系人信息",
+      type: "title",
+      title: "联系人信息",
+      label: "",
     },
     {
       type: "input",
@@ -220,7 +224,9 @@ const formConfig = computed(() => {
       itemType: "text",
     },
     {
-      label: "银行账户信息",
+      type: "title",
+      title: "银行账户信息",
+      label: "",
     },
     {
       type: "input",

+ 6 - 2
src/views/finance/fundManage/account/index.vue

@@ -205,7 +205,9 @@ const formOption = reactive({
 const formConfig = computed(() => {
   return [
     {
-      label: "基本信息",
+      type: "title",
+      title: "基本信息",
+      label: "",
     },
     {
       type: "input",
@@ -248,7 +250,9 @@ const formConfig = computed(() => {
       itemType: "text",
     },
     {
-      label: "外汇信息",
+      type: "title",
+      title: "外汇信息",
+      label: "",
     },
     {
       type: "input",