Browse Source

查看接收人员名单隐藏,sheets接口加token

luckysheet-xiaowang-Intelligen
mk 7 months ago
parent
commit
e30af7b563
  1. 88
      public/luckysheet/luckysheet.umd.js
  2. 4
      public/luckysheet/luckysheet.umd.js.map
  3. 6
      src/views/modules/base/smartExcel/cpts/excel-info.vue
  4. 1
      src/views/modules/base/smartExcel/index.vue

88
public/luckysheet/luckysheet.umd.js

File diff suppressed because one or more lines are too long

4
public/luckysheet/luckysheet.umd.js.map

File diff suppressed because one or more lines are too long

6
src/views/modules/base/smartExcel/cpts/excel-info.vue

@ -48,10 +48,10 @@
<el-col :span="24"> <el-col :span="24">
<el-form-item label="分发人员"> <el-form-item label="分发人员">
<div style="display: flex;flex-direction: row; align-items: center;"> <div style="display: flex;flex-direction: row; align-items: center;">
<div>{{formData.totalNum}}</div> <div>{{formData.totalNum}}</div>
<el-button @click="oncClickInfo('info')" style="margin-left: 10px;" <!-- <el-button @click="oncClickInfo('info')" style="margin-left: 10px;"
type="text">查看接收人员名单</el-button> type="text">查看接收人员名单</el-button>
<el-button @click="oncClickInfo('adjust')" type="text">调整收人人员</el-button> <el-button @click="oncClickInfo('adjust')" type="text">调整收人人员</el-button> -->
</div> </div>
</el-form-item> </el-form-item>

1
src/views/modules/base/smartExcel/index.vue

@ -246,6 +246,7 @@ export default {
}, },
handleShowPage() { handleShowPage() {
this.pageType = 'list'; this.pageType = 'list';
this.getTableData()
}, },
handleAdd() { handleAdd() {
this.pageType = 'add'; this.pageType = 'add';

Loading…
Cancel
Save