提交
This commit is contained in:
parent
06b97dd52b
commit
c256ad5974
|
@ -20,6 +20,7 @@
|
||||||
<el-col :span="24">
|
<el-col :span="24">
|
||||||
<el-button type="primary" class="primaryBtn" @click="handleQuery">查询</el-button>
|
<el-button type="primary" class="primaryBtn" @click="handleQuery">查询</el-button>
|
||||||
<el-button type="primary" class="primaryBtn" @click="resetQuery">重置</el-button>
|
<el-button type="primary" class="primaryBtn" @click="resetQuery">重置</el-button>
|
||||||
|
<el-button type="primary" class="primaryBtn" @click="handleImport">导入</el-button>
|
||||||
</el-col>
|
</el-col>
|
||||||
</el-row>
|
</el-row>
|
||||||
|
|
||||||
|
@ -82,7 +83,7 @@
|
||||||
</template>
|
</template>
|
||||||
</el-table-column>
|
</el-table-column>
|
||||||
<el-table-column label="供应商" align="left" prop="content" width="230" />
|
<el-table-column label="供应商" align="left" prop="content" width="230" />
|
||||||
<el-table-column label="城市" align="center" prop="feedbackUser" width="150" />
|
<el-table-column label="城市" align="center" prop="feedbackUser" width="150" />
|
||||||
<el-table-column label="媒体名称" align="center" prop="feedbackUser" min-width="150" />
|
<el-table-column label="媒体名称" align="center" prop="feedbackUser" min-width="150" />
|
||||||
<el-table-column label="频次" align="center" prop="feedbackUser" width="120" />
|
<el-table-column label="频次" align="center" prop="feedbackUser" width="120" />
|
||||||
<el-table-column label="刊例价" align="center" prop="feedbackUser" width="120" />
|
<el-table-column label="刊例价" align="center" prop="feedbackUser" width="120" />
|
||||||
|
@ -185,7 +186,10 @@ const resetQuery = () => {
|
||||||
}
|
}
|
||||||
handleQuery()
|
handleQuery()
|
||||||
}
|
}
|
||||||
|
// 导入
|
||||||
|
const handleImport = () => {
|
||||||
|
|
||||||
|
}
|
||||||
// 修改问题
|
// 修改问题
|
||||||
const handleUpdate = (row) => {
|
const handleUpdate = (row) => {
|
||||||
form.value = {
|
form.value = {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user