|
|
@@ -71,7 +71,7 @@
|
|
|
icon="el-icon-plus"
|
|
|
size="mini"
|
|
|
@click="handleAdd"
|
|
|
- v-hasPermi="['his:store:add']"
|
|
|
+ v-hasPermi="['store:his:store:add']"
|
|
|
>新增</el-button>
|
|
|
</el-col>
|
|
|
<el-col :span="1.5">
|
|
|
@@ -82,7 +82,7 @@
|
|
|
size="mini"
|
|
|
:disabled="single"
|
|
|
@click="handleUpdate"
|
|
|
- v-hasPermi="['his:store:edit']"
|
|
|
+ v-hasPermi="['store:his:store:edit']"
|
|
|
>修改</el-button>
|
|
|
</el-col>
|
|
|
<el-col :span="1.5">
|
|
|
@@ -93,7 +93,7 @@
|
|
|
size="mini"
|
|
|
:disabled="multiple"
|
|
|
@click="handleDelete"
|
|
|
- v-hasPermi="['his:store:remove']"
|
|
|
+ v-hasPermi="['store:his:store:remove']"
|
|
|
>删除</el-button>
|
|
|
</el-col>
|
|
|
<el-col :span="1.5">
|
|
|
@@ -104,7 +104,7 @@
|
|
|
size="mini"
|
|
|
:loading="exportLoading"
|
|
|
@click="handleExport"
|
|
|
- v-hasPermi="['his:store:export']"
|
|
|
+ v-hasPermi="['store:his:store:export']"
|
|
|
>导出</el-button>
|
|
|
</el-col>
|
|
|
<right-toolbar :showSearch.sync="showSearch" @queryTable="getList"></right-toolbar>
|
|
|
@@ -173,13 +173,14 @@
|
|
|
type="text"
|
|
|
icon="el-icon-edit"
|
|
|
@click="handleUpdate(scope.row)"
|
|
|
- v-hasPermi="['his:store:edit']"
|
|
|
+ v-hasPermi="['store:his:store:edit']"
|
|
|
>修改</el-button>
|
|
|
<el-button
|
|
|
size="mini"
|
|
|
type="text"
|
|
|
icon="el-icon-s-promotion"
|
|
|
@click="handledetails(scope.row)"
|
|
|
+ v-hasPermi="['store:his:store:query']"
|
|
|
>详情
|
|
|
</el-button>
|
|
|
<el-button
|
|
|
@@ -187,14 +188,14 @@
|
|
|
type="text"
|
|
|
icon="el-icon-delete"
|
|
|
@click="handleDelete(scope.row)"
|
|
|
- v-hasPermi="['his:store:remove']"
|
|
|
+ v-hasPermi="['store:his:store:remove']"
|
|
|
>删除</el-button>
|
|
|
<el-button
|
|
|
size="mini"
|
|
|
type="text"
|
|
|
icon="el-icon-refresh"
|
|
|
@click="handleRefresh(scope.row)"
|
|
|
- v-hasPermi="['his:store:refresh']"
|
|
|
+ v-hasPermi="['store:his:store:refresh']"
|
|
|
>重置密码</el-button>
|
|
|
</template>
|
|
|
</el-table-column>
|