Commit 19f22017 authored by anxixi's avatar anxixi

中英文添加

parent 207f44d9
......@@ -277,6 +277,7 @@ module.exports = {
confirmModify: "Confirm Edits",
reLogin: "Login Again",
cardEg:"Example",
platform:'Whether to link to a company that already exists on the platform',
},
......
......@@ -274,6 +274,7 @@ module.exports = {
confirmModify: "确认修改",
reLogin: "重新登录",
cardEg:"名片示例",
platform:'公司主体是否为关联',
},
......
......@@ -130,7 +130,7 @@
<p style="padding-left: 20px;margin: 0 30px;border-left: 3px solid #5D78FF ;font-size: 16px;margin-left: 30px">{{$t('saleManage.contactInfo')}}</p>
<div style="margin-top: 20px">
<el-form :inline="true" :label-width="diven_zh?'160px':'300px'" :model="addData" :class="diven_zh?'contnetform':'contnetform300'">
<el-form-item label="公司主体是否为关联" style="width: 100%;">
<el-form-item :label="$t('personalAuth.platform')+':'" style="width: 100%;">
<span>{{addData.isRelevance==1?$t('saleRecordTitle.yes'):$t('saleRecordTitle.no')}}</span>
</el-form-item>
<el-form-item :label="$t('personalAuth.name')+':'" style="width: 100%;">
......
......@@ -195,7 +195,7 @@
</el-row>
<el-row>
<el-table :data="searchSalesList" tooltip-effect="dark" class="projectTable">
<el-table-column :label="$t('commonTitle.selectRadio')" width="65">
<el-table-column :label="$t('commonTitle.selectRadio')" width="100">
<template slot-scope="scope">
<el-radio :label="scope.row.empId" v-model="templateRadio" @change.native="getTemplateRow(scope.row)">&nbsp</el-radio>
</template>
......
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