lex-xin 4 years ago
parent
commit
11c05e2a01

File diff suppressed because it is too large
+ 0 - 0
dist/index.html


File diff suppressed because it is too large
+ 0 - 0
dist/static/css/chunk-8c29df76.7d015dd2.css


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/app.bb1608be.js


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/chunk-8c29df76.57088761.js


+ 1 - 1
src/views/businessManager/orderManager/businessStatement.vue

@@ -4,7 +4,7 @@
       <div class="squrt"></div>经营报表
     </h2>
     <div class="m-core">
-        <el-button @click="downloadFile" class="btn-primary">导出</el-button>
+        <el-button @click="downloadFile" v-permission="'operatingReport/export'" class="btn-primary">导出</el-button>
       <!-- 搜索类型 -->
       <el-form :inline="true"
                class="searchForm"

+ 4 - 2
src/views/businessManager/orderManager/payRecord.vue

@@ -5,6 +5,7 @@
     </h2>
     <div class="m-core">
       <el-upload
+        v-permission="'import/downloadTemplate'"
         style="display: inline-block;"
         action="/api-web/import/financialExpenditure"
         :show-file-list="false"
@@ -15,7 +16,7 @@
         :on-success="handleSuccess">
         <el-button class="btn-primary">导入</el-button>
       </el-upload>
-      <el-button @click="downloadFile" class="btn-primary">模版文件下载</el-button>
+      <el-button @click="downloadFile" v-permission="'import/downloadTemplate'" class="btn-primary">模版文件下载</el-button>
       <!-- 搜索类型 -->
       <el-form :inline="true"
                class="searchForm"
@@ -68,7 +69,7 @@
       <!-- 列表 -->
       <el-row>
         <el-col :span="24">
-          <el-button type="primary" size="medium" icon="el-icon-delete" style="background-color: #14928a; border: 1px solid #14928a; margin-bottom: 15px;" @click="onBatchDel">批量删除</el-button>
+          <el-button type="primary" v-permission="'financialExpenditure/batchDel/901'" size="medium" icon="el-icon-delete" style="background-color: #14928a; border: 1px solid #14928a; margin-bottom: 15px;" @click="onBatchDel">批量删除</el-button>
         </el-col>
       </el-row>
       <div class="tableWrap">
@@ -92,6 +93,7 @@
               <el-popconfirm
                 title="确定删除该条数据吗?"
                 @onConfirm="() => removeRecord(scope.row.id)"
+                v-permission="'financialExpenditure/batchDel/902'"
               >
                 <el-button type="text" slot="reference">删除</el-button>
               </el-popconfirm>

+ 1 - 1
src/views/businessManager/orderManager/salesList.vue

@@ -76,7 +76,7 @@
           <el-table-column align='center' prop="schoolName" label="所属学校"></el-table-column>
           <el-table-column align='center' fixed="right" label="操作">
             <template slot-scope="scope">
-              <el-button @click="onBackMoney(scope.row)"  v-permission="'vipGroupManage/applyRefundAudit'" type="text">修改成本</el-button>
+              <el-button @click="onBackMoney(scope.row)"  v-permission="'sellOrder/update'" type="text">修改成本</el-button>
             </template>
           </el-table-column>
         </el-table>

+ 1 - 1
src/views/contentManager/contentOperation.vue

@@ -33,7 +33,7 @@
           <el-input v-model="form.memo"></el-input>
         </el-form-item>
         <!--  -->
-        <el-form-item v-if="type == 3 || type == 6"
+        <el-form-item v-if="type == 3 || type == 6 || type == 5"
                       label="链接地址">
           <el-input v-model.trim="form.linkUrl"></el-input>
         </el-form-item>

Some files were not shown because too many files changed in this diff