Browse Source

添加shopid字段

wangningfei 3 years ago
parent
commit
6255125ac1
1 changed files with 5 additions and 0 deletions
  1. 5 0
      vue-admin-template-master/src/views/orders/list/index.vue

+ 5 - 0
vue-admin-template-master/src/views/orders/list/index.vue

@@ -256,6 +256,11 @@
               <el-input v-model="formInline.wxverified" readonly></el-input>
             </el-form-item>
           </el-col>
+          <el-col :span="12">
+            <el-form-item label="shopid">
+              <el-input v-model="formInline.shopid" readonly></el-input>
+            </el-form-item>
+          </el-col>
         </el-row>
       </el-form>
     </el-dialog>