Commit 361996e3 authored by zhangyanni's avatar zhangyanni

首页添加友情链接

parent 2c2d1bee
......@@ -30,7 +30,7 @@ module.exports = {
activity:"Event",
mine:"Mine",
article:"Article",
newsArticle:"最新资讯",
newsArticle:"News",
},
......@@ -167,7 +167,7 @@ module.exports = {
senProject:"Tech Startups",
cooperationCase:"Success Cases",
unitTiao:"strip",
newsArticle:"最新资讯"
newsArticle:"News"
},
bottomNav:{ //底部nav
......@@ -447,8 +447,8 @@ module.exports = {
threeToSix:"Within 6 months",
halfYear:"More than half a year",
updateStatus:"Update",
editZlxt:"编辑战略协同",//TODO:
addZlxt:"添加战略协同" //TODO:
editZlxt:"Edit strategic synergy",
addZlxt:"Add strategic synergy"
},
bigBusiness: {//大中型企业
......@@ -743,8 +743,10 @@ module.exports = {
plan:"Next Steps",
comment:"Notes",
meetAddress:"Location",
thirdRecordTitle:"第三阶段对接记录",
contactWayTitle:"请输入联系人邮箱地址或电话"
thirdRecordTitle:"The Third Stage Docking Record",
contactWayTitle:"Please enter the contact email address or phone",
forthRecordTitle:"The Forth Stage Docking Record",
entermeetingplace:"Please enter the meeting place"
},
......
......@@ -746,6 +746,8 @@ module.exports = {
meetAddress:"对接地点",
thirdRecordTitle:"第三阶段对接记录",
contactWayTitle:"请输入联系人邮箱地址或电话",
forthRecordTitle:"第四阶段对接记录",
entermeetingplace:"请输入对接会议地点"
},
......
<template>
<div>
<el-dialog class="middleFormDialog"
title="第四阶段对接记录"
:title="$t('saleRecordTitle.forthRecordTitle')"
:visible.sync="visible"
width="900px" :show-close="false"
:close-on-click-modal="false"
......@@ -9,15 +9,15 @@
center>
<div class="content">
<el-form :model="ruleForm" :rules="rules" ref="ruleForm" label-width="195px" class="require-ruleForm record-ruleForm">
<el-form-item label="对接结果:" prop="recordResult">
<el-select v-model="ruleForm.recordResult" placeholder="请选择对接结果" style="width: 250px;"
<el-form-item :label="$t('saleRecordTitle.recordTitle')+':'" prop="recordResult">
<el-select v-model="ruleForm.recordResult" :placeholder="$t('saleRecordTitle.selectRecordTitle')" style="width: 250px;"
class="noPosition"
>
<el-option v-for="item in resultList" :label="item.dictValue" :key="item.dictKey"
:value="item.dictKey"></el-option>
</el-select>
</el-form-item>
<el-form-item label="对接日期:" prop="contactTime">
<el-form-item :label="$t('saleRecordTitle.time')+':'" prop="contactTime">
<el-date-picker
v-model="ruleForm.contactTime"
type="date"
......@@ -25,16 +25,16 @@
:editable="false"
:picker-options="pickerOptions"
style="width: 250px;"
placeholder="请选择对接日期">
:placeholder="$t('saleRecordTitle.selectTime')">
</el-date-picker>
</el-form-item>
<el-form-item label="会议地点:" prop="meetingAddress">
<el-input v-model="ruleForm.meetingAddress" style="width: 250px;" placeholder="请输入对接会议地点" autocomplete maxlength="36"></el-input>
<el-form-item :label="$t('Otherjson.meetingplace')+':'" prop="meetingAddress">
<el-input v-model="ruleForm.meetingAddress" style="width: 250px;" :placeholder="$t('saleRecordTitle.entermeetingAddress')" autocomplete maxlength="36"></el-input>
</el-form-item>
<el-form-item label="需求方联系人:" prop="requirementContactUser">
<el-form-item :label="$t('saleRecordTitle.requireContact')+':'" prop="requirementContactUser">
<el-input v-model="ruleForm.requirementContactUser" style="width: 250px;" :placeholder="$t('saleManage.contactForm.placeholderName')" maxlength="36"></el-input>
</el-form-item>
......
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment