whj 1 år sedan
förälder
incheckning
7e72364e69
1 ändrade filer med 5 tillägg och 2 borttagningar
  1. 5 2
      src/views/sb/info/SbInfoC.vue

+ 5 - 2
src/views/sb/info/SbInfoC.vue

@@ -258,6 +258,9 @@
                         <a-menu-item key="10">
                           <a v-if="$auth('sb-infos-edit')" @click="handleCopy(record)">复制</a>
                         </a-menu-item>
+                        <a-menu-item key="11">
+                          <a @click="addLogBySb(record)">新增履历</a>
+                        </a-menu-item>
                         <a-menu-item key="4">
                           <a @click="handlePrint(record)">打印</a>
                         </a-menu-item>
@@ -277,7 +280,7 @@
                   :status="DictCache.COLOR.SB_MEASURE_STATUS[text]"
                   :text="yesNoMap[text]" />
               </span>
-              <div slot="expandedRowRender" slot-scope="record" style="width:100%;padding-right:120px;">
+              <!-- <div slot="expandedRowRender" slot-scope="record" style="width:100%;padding-right:120px;">
                 <a-card :bordered="false" style="width:100%;position: relative; z-inde:9999">
                   <div slot="title">
                     <a-button type="primary" icon="plus" @click="addLogBySb(record)">新增</a-button>
@@ -288,7 +291,7 @@
                     </template>
                   </a-table>
                 </a-card>
-              </div>
+              </div> -->
             </s-table>
           </div>
         </a-col>