소스 검색

完善履历

whj 2 년 전
부모
커밋
fbc8864d53
1개의 변경된 파일9개의 추가작업 그리고 12개의 파일을 삭제
  1. 9 12
      src/views/sb/info/SbInfoC.vue

+ 9 - 12
src/views/sb/info/SbInfoC.vue

@@ -263,9 +263,11 @@
                   :status="DictCache.COLOR.SB_MEASURE_STATUS[text]"
                   :text="yesNoMap[text]" />
               </span>
-              <div slot="expandedRowRender" slot-scope="record" style="width:100%;">
+              <div slot="expandedRowRender" slot-scope="record" style="width:100%;padding-right:120px;">
                 <a-card :bordered="false" style="width:100%;position: relative; z-inde:9999">
-                  <a slot="extra" @click="addLogBySb(record)">新增</a>
+                  <div slot="title">
+                    <a-button type="primary" icon="plus" @click="addLogBySb(record)">新增</a-button>
+                  </div>
                   <a-table :columns="childColumns1" :data-source="childMap">
                   </a-table>
                 </a-card>
@@ -614,6 +616,7 @@ export default {
           title: '操作',
           key: 'action',
           checked: true,
+          fixed: 'right',
           align: 'center',
           width: '120',
           scopedSlots: { customRender: 'action' }
@@ -645,22 +648,16 @@ export default {
           }
         },
         {
-          title: '设备位号',
+          title: '操作人',
           checked: true,
           width: 200,
-          dataIndex: 'positionNo'
+          dataIndex: 'createdUserName'
         },
         {
-          title: '设备位置',
-          checked: true,
-          width: 200,
-          dataIndex: 'positionName'
-        },
-        {
-          title: '规格型号',
+          title: '操作内容',
           checked: true,
           width: 200,
-          dataIndex: 'sbModel'
+          dataIndex: 'content'
         },
         {
           title: '操作时间',