| | |
| | | <!-- 店铺描述 --> |
| | | <el-form-item class="optionItem" label="店铺描述:" prop="storeDesc"> |
| | | <el-input type="textarea" :autosize="{ minRows: 2, maxRows: 4}" maxlength="300" show-word-limit |
| | | v-model="store.storeDesc" placeholder="输入部门描述"></el-input> |
| | | v-model="store.storeDesc" placeholder="输入店铺描述"></el-input> |
| | | <!-- <el-input type="textarea" v-model="user.storedesc" placeholder="输入部门描述"></el-input> --> |
| | | </el-form-item> |
| | | <!-- 联系方式 --> |
| | |
| | | created() { |
| | | const {userInfo} = this; |
| | | console.log(userInfo) |
| | | this.store = userInfo; |
| | | this.store = userInfo |
| | | }, |
| | | methods: { |
| | | handleUser() { |