wangzhuo 1 rok temu
rodzic
commit
849fec7b76

+ 6 - 6
src/views/iosBasicData/bcorps/detailsPage.vue

@@ -385,7 +385,7 @@
             </el-tab-pane>
             <el-tab-pane label="客户联系人" name="khlxk">
               <el-button type="primary" @click="corpsAttnAdd">新建</el-button>
-              <el-table :data="formData.corpsAttnList"
+              <el-table :data="formData.corpsAttnList" border
                 :header-cell-style="{ background: '#ecf5ff', color: '#232526', fontSize: '12px' }" stripe
                 style="width: 100%">
                 <el-table-column prop="code" label="编号" width="180" />
@@ -412,7 +412,7 @@
             </el-tab-pane>
             <el-tab-pane label="银行信息" name="yhxx">
               <el-button type="primary" @click="corpsAttnAdd">新建</el-button>
-              <el-table :data="formData.corpsBankList"
+              <el-table :data="formData.corpsBankList" border
                 :header-cell-style="{ background: '#ecf5ff', color: '#232526', fontSize: '12px' }" stripe
                 style="width: 100%">
                 <el-table-column prop="uscc" label="税号" width="180" />
@@ -441,7 +441,7 @@
             </el-tab-pane>
             <el-tab-pane label="附件" name="fj">
               <el-button type="primary" @click="corpsAttnAdd">新建</el-button>
-              <el-table :data="formData.corpsFilesList"
+              <el-table :data="formData.corpsFilesList" border
                 :header-cell-style="{ background: '#ecf5ff', color: '#232526', fontSize: '12px' }" stripe
                 style="width: 100%">
                 <el-table-column prop="sort" label="排序" />
@@ -468,7 +468,7 @@
             </el-tab-pane>
             <el-tab-pane label="更名记录" name="gmjl">
               <el-button type="primary" @click="corpsAttnAdd">新建</el-button>
-              <el-table :data="formData.corpsRenameList"
+              <el-table :data="formData.corpsRenameList" border
                 :header-cell-style="{ background: '#ecf5ff', color: '#232526', fontSize: '12px' }" stripe
                 style="width: 100%">
                 <el-table-column prop="oldCnName" label="原中文名称" />
@@ -488,7 +488,7 @@
             </el-tab-pane>
             <el-tab-pane label="发票抬头" name="fptt">
               <el-button type="primary" @click="corpsAttnAdd">新建</el-button>
-              <el-table :data="formData.corpsInvoiceHeaderList"
+              <el-table :data="formData.corpsInvoiceHeaderList" border
                 :header-cell-style="{ background: '#ecf5ff', color: '#232526', fontSize: '12px' }" stripe
                 style="width: 100%">
                 <!-- <el-table-column prop="pid" label="主表id" width="180" /> -->
@@ -524,7 +524,7 @@
             </el-tab-pane>
             <el-tab-pane label="不良记录" name="bljl">
               <el-button type="primary" @click="corpsAttnAdd">新建</el-button>
-              <el-table :data="formData.corpsBadrecordList"
+              <el-table :data="formData.corpsBadrecordList" border
                 :header-cell-style="{ background: '#ecf5ff', color: '#232526', fontSize: '12px' }" stripe
                 style="width: 100%">
                 <el-table-column prop="oldCreditLevel" label="原授信等级" />

+ 1 - 0
src/views/iosBasicData/bcountrys/index.vue

@@ -184,6 +184,7 @@ export default {
                     {
                         label: "国际三字码",
                         prop: "unCode",
+                        width: "100",
                         rules: [{
                             pattern: /^[a-zA-Z0-9]{1,3}$/,
                             message: "请输入英文字母或数字",