Browse Source

上传共享数据下方提示

feture-12345
mk 6 months ago
parent
commit
00ded803e9
  1. 1
      src/views/modules/base/smartExcel/cpts/excel-upload-data.vue
  2. 1
      src/views/modules/base/smartExcel/cpts/excel-view.vue

1
src/views/modules/base/smartExcel/cpts/excel-upload-data.vue

@ -64,6 +64,7 @@
<HoseSearch ref="house_form"/> <HoseSearch ref="house_form"/>
</div> </div>
</div> </div>
<p>温馨提示智能填表将使用平台内已有的基础数据如果您所在的组织下尚无基础数据请先通过<el-button type="text" @click="$router.push({path:'/main/base-smartImport'})">文字按钮</el-button>导入基础数据后再进行填表操作</p>
<div> <div>
<span slot="footer" style="margin-top: 30px; display: flex; justify-content: flex-end;"> <span slot="footer" style="margin-top: 30px; display: flex; justify-content: flex-end;">
<el-button v-if="progress != 1" @click="progress = progress - 1">上一步</el-button> <el-button v-if="progress != 1" @click="progress = progress - 1">上一步</el-button>

1
src/views/modules/base/smartExcel/cpts/excel-view.vue

@ -221,7 +221,6 @@ export default {
options.loadUrl = `${process.env.VUE_APP_API_SERVER}/actual/base/luckySheet/workbook/load?workbookId=${this.currentId}` options.loadUrl = `${process.env.VUE_APP_API_SERVER}/actual/base/luckySheet/workbook/load?workbookId=${this.currentId}`
options.updateUrl = `${process.env.VUE_APP_SOCKET_SERVER}/actual/base/ws/luckysheet/${this.currentId}/${id}` options.updateUrl = `${process.env.VUE_APP_SOCKET_SERVER}/actual/base/ws/luckysheet/${this.currentId}/${id}`
options.loadSheetUrl = `${process.env.VUE_APP_API_SERVER}/actual/base/luckySheet/workbook/loadSheets` options.loadSheetUrl = `${process.env.VUE_APP_API_SERVER}/actual/base/luckySheet/workbook/loadSheets`
options.title = this.infoObj.taskTitle
window.luckysheet.create({ window.luckysheet.create({
...options, ...options,
hook: { hook: {

Loading…
Cancel
Save