luobisheng
2022-11-09 f7bdedf1f3f7600c73f6d5beb46c1d1f4d518822
src/views/operate/fivepack/shop/components/main/index.vue
@@ -7,6 +7,8 @@
                :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>
@@ -15,8 +17,6 @@
                <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">
@@ -56,7 +56,7 @@
            search: "",
            dialogUpdate: false,
            userInfo: '',
            totalNum: 200,
            totalNum: 0,
            pageSize: 10,
            currentPage: 1,
            renderFlag: false,
@@ -189,7 +189,6 @@
    background-color: #09152f;
    margin-top: 20px;
    padding-bottom: 50px;
    border: 1pox solid #fff;
    .mainTitle {
        line-height: 60px;
@@ -237,7 +236,6 @@
            }
            .el-button {
                // background-color: #fff;
                border: none;
            }