zcy 3 年之前
父節點
當前提交
5055088c7f

+ 2 - 2
src/views/security/checkList/view/dy/indexColumns.js

@@ -30,8 +30,8 @@ function columns(vm) {
     {
       title: '工具数量',
       align: 'center',
-      dataIndex: 'checkUser',
-      key: 'checkUser'
+      dataIndex: 'c',
+      key: 'c'
     },
     {
       title: '操作',

+ 2 - 2
src/views/security/checkList/view/yy/indexColumns.js

@@ -30,8 +30,8 @@ function columns(vm) {
     {
       title: '工具数量',
       align: 'center',
-      dataIndex: 'checkUser',
-      key: 'checkUser'
+      dataIndex: 'c',
+      key: 'c'
     },
     {
       title: '操作',

+ 0 - 1
src/views/security/stand/CheckAndEditModel.vue

@@ -114,7 +114,6 @@ export default {
       })
     },
     toolChange(data) {
-      debugger
       this.model.unit = data
     },
     add() {

+ 0 - 4
src/views/security/stand/bfList.vue

@@ -80,10 +80,6 @@
           <!--          <a-divider type="vertical" />-->
         </span>
       </a-table>
-      <check-and-edit-model ref="modalForm" @ok="modalFormOk" />
-      <a-modal :visible="previewVisible" :footer="null" @cancel="handleCancel">
-        <img alt="example" style="width: 100%" :src="previewImage">
-      </a-modal>
     </div>
     <!-- table区域-end -->
     <!-- 表单区域 -->