zs 9 ماه پیش
والد
کامیت
70ed605b9a
2فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 1 1
      src/lang/package/zh-cn/pages.js
  2. 1 1
      src/views/match/info/index.vue

+ 1 - 1
src/lang/package/zh-cn/pages.js

@@ -201,7 +201,7 @@ export default {
     tags: '标签',
     type: '类型',
     match_type: '赛事类型',
-    href: '跳转链接',
+    href: '外部链接',
     work: '组织单位',
     industry: '所属产业',
     form: '类别',

+ 1 - 1
src/views/match/info/index.vue

@@ -173,7 +173,7 @@ const formFields = ref([
   { label: t('pages.match.tags'), model: 'tags', custom: true },
   { label: t('pages.match.type'), model: 'type', type: 'select' },
   { label: t('pages.match.match_type'), model: 'match_type', type: 'radio' },
-  { label: t('pages.match.href'), model: 'href' },
+  { label: t('pages.match.href'), model: 'href', display: () => form.value.match_type == '1' },
   { label: t('pages.match.work'), model: 'work' },
   { label: t('pages.match.industry'), model: 'industry', type: 'select' },
   { label: t('pages.match.form'), model: 'form', type: 'select' },