diff --git a/src/views/info/company.vue b/src/views/info/company.vue index 3fc649924dd0d4eeb919f0a186f0f93c90a7c691..b105e54dd5560ae1208329137b93379ac55d8d08 100644 --- a/src/views/info/company.vue +++ b/src/views/info/company.vue @@ -30,7 +30,7 @@ </a-form-model-item> </a-col> <a-col :lg="12" :xs="24"> - <a-form-model-item label="医生英文å" prop="englishName"> + <a-form-model-item label="å…¬å¸è‹±æ–‡å" prop="englishName"> <a-input v-model.trim="editFormObj.englishName" placeholder="ä¿é™©åŒ»ç”Ÿè‹±æ–‡å" /> </a-form-model-item> </a-col> @@ -65,7 +65,7 @@ import BurtPagination from "@/components/CUSTOMER/pagation"; const columns = [ { title: "åºå·", dataIndex: "id",width: 120}, { title: "ä¿é™©å…¬å¸åç§°",dataIndex: "longName", ellipsis: true, scopedSlots: { customRender: "longName" },width: 130}, - { title: "医生英文å", dataIndex: "englishName",ellipsis: true,scopedSlots: { customRender: "englishName" },width: 105}, + { title: "ä¿é™©å…¬å¸è‹±æ–‡å", dataIndex: "englishName",ellipsis: true,scopedSlots: { customRender: "englishName" },width: 105}, { title: "è”系电è¯", dataIndex: "contactPhone", scopedSlots: { customRender: "contactPhone" }, width: 125}, { title: "è”系地å€", dataIndex: "address", ellipsis: true, scopedSlots: { customRender: "address" }, width: 180}, { title: "Protal链接", dataIndex: "portalUrl", ellipsis: true, scopedSlots: { customRender: "portalUrl" }, width: 155 }, diff --git a/src/views/verification/index.vue b/src/views/verification/index.vue index e2cdf3a68de6b824bd92566ec565cf29d209e252..b24e066ea681d813ad8acf6ebd87cfdd54722564 100644 --- a/src/views/verification/index.vue +++ b/src/views/verification/index.vue @@ -56,7 +56,7 @@ const columns = [ { title: "EOB状æ€", dataIndex: "eobSts", ellipsis: true, width: 90, scopedSlots: { customRender: "eobSts" } }, { title: "EOB赔付金é¢(人民å¸)", dataIndex: "eobAmountCny", ellipsis: true, width: 85 }, { title: "EOB赔付金é¢(美元)", dataIndex: "eobAmountUsd", ellipsis: true, width: 85 }, - { title: "备注", dataIndex: "sendRemark", ellipsis: true, width: 120 }, + { title: "备注", dataIndex: "eobRemark", ellipsis: true, width: 120 }, { title: "æ“作", dataIndex: "operation", scopedSlots: { customRender: "operation" }, fixed: "right", width: "200px", align: 'center'}, ]; export default { diff --git a/src/views/verification/indexDetail.vue b/src/views/verification/indexDetail.vue index 96a5ca02a877b590c69180cbf67d86fb9959cb85..e6127fe4fb215d98d096de266134e601bed8f929 100644 --- a/src/views/verification/indexDetail.vue +++ b/src/views/verification/indexDetail.vue @@ -41,7 +41,12 @@ </a-select> </a-form-model-item> </a-col> - <a-col :md="24" :lg="12" class="none-label"> + <a-col :lg="6" :sm="12"> + <a-form-model-item label="备注"> + <a-input v-model="form.eobRemark" placeholder="请输入备注"/> + </a-form-model-item> + </a-col> + <a-col :lg="6" :sm="12" class="none-label"> <a-form-model-item label="button"> <!-- <a-button type="primary">导出</a-button> --> <a-button class="mar-left10" type="primary" @click="addNewEvt"> @@ -58,7 +63,7 @@ </a-button> --> <a-button class="mar-left10" type="primary" @click="addNewBill"> <Icon :name="isEditNewEob?'ssibaocun':'ssiadd'" :size="14" />{{isEditNewEob? 'ä¿å˜è´¦å•': 'æ·»åŠ è´¦å•'}}</a-button> - </a-form-model-item> + </a-form-model-item> </a-col> </a-row> </a-form-model> @@ -145,7 +150,8 @@ export default { eobName: '', eobAmountCny: '', eobAmountUsd: '', - eobSts: '' + eobSts: '', + eobRemark: '' }, dataList: [], isEditNewEob: false, //是å¦åœ¨æ–°å»ºEOB