| | |
| | | <!-- 店铺描述 --> |
| | | <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> |
| | | <!-- 联系方式 --> |
| | |
| | | :data="tableData" style="width: 100%" :row-class-name="tableRowClassName"> |
| | | <el-table-column type="selection" min-width="5"> |
| | | </el-table-column> |
| | | <el-table-column prop="storeNumber" label="店铺编号" min-width="10"> |
| | | </el-table-column> |
| | | <el-table-column label="店铺名称" min-width="10"> |
| | | <template slot-scope="scope">{{ scope.row.storeName }}</template> |
| | | </el-table-column> |
| | |
| | | <el-table-column prop="contact" label="店铺联系电话" min-width="10"> |
| | | </el-table-column> |
| | | <el-table-column prop="storeAddress" label="店铺详细地址" min-width="10"> |
| | | </el-table-column> |
| | | <el-table-column prop="storeNumber" label="店铺编号" min-width="10"> |
| | | </el-table-column> |
| | | <el-table-column prop="operation" label="操作" min-width="15"> |
| | | <template slot-scope="scope"> |
| | |
| | | <!-- 店铺描述 --> |
| | | <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> |
| | | <!-- 联系方式 --> |
| | |
| | | </el-form-item> |
| | | <!-- 店铺描述 --> |
| | | <el-form-item class="optionItem" label="店铺描述:" prop="mobile"> |
| | | <el-input type="textarea" v-model="user.mobile" placeholder="输入部门描述"></el-input> |
| | | <el-input type="textarea" v-model="user.mobile" placeholder="输入店铺描述"></el-input> |
| | | </el-form-item> |
| | | <!-- 联系方式 --> |
| | | <el-form-item class="optionItem" label="联系方式:" prop="email"> |
| | |
| | | options: [ |
| | | { |
| | | value: 1, |
| | | label: '批量启用', |
| | | }, |
| | | { |
| | | value: 2, |
| | | label: '批量禁用', |
| | | }, |
| | | { |
| | | value: 3, |
| | | label: '批量删除', |
| | | } |
| | | ], |
| | |
| | | <el-input v-model="role.name" placeholder="请填写栏目名称"></el-input> |
| | | </el-form-item> |
| | | <!-- 角色描述 --> |
| | | <el-form-item class="optionItem" label="角色描述:" prop="description"> |
| | | <el-form-item class="optionItem" label="栏目描述:" prop="description"> |
| | | <el-input type="textarea" :rows="5" maxlength="300" show-word-limit v-model="role.description" |
| | | placeholder="请输入描述内容200字以内"></el-input> |
| | | </el-form-item> |
| | |
| | | columnName: role.name, |
| | | createUser: 3, |
| | | description: role.description, |
| | | isShow: 0, |
| | | isShow: 1, |
| | | } |
| | | }) |
| | | .then(res=>{ |