Merge pull request 'master' (#641) from master into prod
Reviewed-on: http://git.feashow.cn/clay/mosr-web/pulls/641
This commit is contained in:
@@ -62,6 +62,13 @@ const props = defineProps({
|
|||||||
const tagsOption = ref([])
|
const tagsOption = ref([])
|
||||||
const tableConfig = reactive({
|
const tableConfig = reactive({
|
||||||
columns: [
|
columns: [
|
||||||
|
{
|
||||||
|
prop: 'index',
|
||||||
|
type: 'index',
|
||||||
|
label: '序号',
|
||||||
|
align: 'center',
|
||||||
|
width:85,
|
||||||
|
},
|
||||||
{
|
{
|
||||||
prop: 'originalFileName',
|
prop: 'originalFileName',
|
||||||
label: '附件名称',
|
label: '附件名称',
|
||||||
|
|||||||
@@ -59,7 +59,6 @@
|
|||||||
v-loading="localData.loading"
|
v-loading="localData.loading"
|
||||||
:row-key="tableConfig?.rowKey || 'id'"
|
:row-key="tableConfig?.rowKey || 'id'"
|
||||||
v-bind="$attrs"
|
v-bind="$attrs"
|
||||||
table-layout="auto"
|
|
||||||
:show-overflow-tooltip="true"
|
:show-overflow-tooltip="true"
|
||||||
highlight-current-row
|
highlight-current-row
|
||||||
@selection-change="selectionChange"
|
@selection-change="selectionChange"
|
||||||
|
|||||||
@@ -96,6 +96,13 @@ const searchConfig = reactive([
|
|||||||
const tableIns = ref()
|
const tableIns = ref()
|
||||||
const tableConfig = reactive({
|
const tableConfig = reactive({
|
||||||
columns: [
|
columns: [
|
||||||
|
{
|
||||||
|
prop: 'index',
|
||||||
|
type: 'index',
|
||||||
|
label: '序号',
|
||||||
|
align: 'center',
|
||||||
|
width:85
|
||||||
|
},
|
||||||
{
|
{
|
||||||
prop: 'shareName',
|
prop: 'shareName',
|
||||||
label: '分摊名称',
|
label: '分摊名称',
|
||||||
|
|||||||
@@ -123,6 +123,13 @@ const auths = {
|
|||||||
}
|
}
|
||||||
const tableConfigBacklog = reactive({
|
const tableConfigBacklog = reactive({
|
||||||
columns: [
|
columns: [
|
||||||
|
{
|
||||||
|
prop: 'index',
|
||||||
|
type: 'index',
|
||||||
|
label: '序号',
|
||||||
|
align: 'center',
|
||||||
|
width:85,
|
||||||
|
},
|
||||||
{
|
{
|
||||||
prop: 'targetName',
|
prop: 'targetName',
|
||||||
label: '流程名称',
|
label: '流程名称',
|
||||||
@@ -181,6 +188,13 @@ const tableConfigReport = reactive({
|
|||||||
// type: 'selection',
|
// type: 'selection',
|
||||||
// prop: 'selection'
|
// prop: 'selection'
|
||||||
// },
|
// },
|
||||||
|
{
|
||||||
|
prop: 'index',
|
||||||
|
type: 'index',
|
||||||
|
label: '序号',
|
||||||
|
align: 'center',
|
||||||
|
width:85,
|
||||||
|
},
|
||||||
{
|
{
|
||||||
prop: 'requirementName',
|
prop: 'requirementName',
|
||||||
label: '征集名称',
|
label: '征集名称',
|
||||||
|
|||||||
@@ -28,6 +28,13 @@ const tableConfig = reactive({
|
|||||||
// type: 'selection',
|
// type: 'selection',
|
||||||
// prop: 'selection'
|
// prop: 'selection'
|
||||||
// },
|
// },
|
||||||
|
{
|
||||||
|
prop: 'index',
|
||||||
|
type: 'index',
|
||||||
|
label: '序号',
|
||||||
|
align: 'center',
|
||||||
|
width:85
|
||||||
|
},
|
||||||
{
|
{
|
||||||
prop: 'annualPlanName',
|
prop: 'annualPlanName',
|
||||||
label: '年度计划名称',
|
label: '年度计划名称',
|
||||||
|
|||||||
@@ -113,43 +113,53 @@ const tableConfig = reactive({
|
|||||||
// type: 'selection',
|
// type: 'selection',
|
||||||
// prop: 'selection'
|
// prop: 'selection'
|
||||||
// },
|
// },
|
||||||
|
{
|
||||||
|
prop: 'index',
|
||||||
|
type: 'index',
|
||||||
|
label: '序号',
|
||||||
|
align: 'center',
|
||||||
|
width:85,
|
||||||
|
},
|
||||||
{
|
{
|
||||||
prop: 'requirementName',
|
prop: 'requirementName',
|
||||||
label: '征集名称',
|
label: '征集名称',
|
||||||
align: 'center'
|
align: 'center',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
prop: 'collectType',
|
prop: 'collectType',
|
||||||
label: '征集类型',
|
label: '征集类型',
|
||||||
align: 'center'
|
align: 'center',
|
||||||
|
// width: 200
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
prop: 'companyName',
|
prop: 'companyName',
|
||||||
label: '征集公司',
|
label: '征集公司',
|
||||||
align: 'center',
|
align: 'center',
|
||||||
// currentRender: ({row, index}) => (
|
// width: 200
|
||||||
// <div style={{width: '300px', textOverflow: 'ellipsis',textAlign:'center'}}>{row.companyName}</div>)
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
prop: 'approveName',
|
prop: 'approveName',
|
||||||
label: '审批人',
|
label: '审批人',
|
||||||
align: 'center'
|
align: 'center',
|
||||||
|
// width: 100,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
prop: 'deadline',
|
prop: 'deadline',
|
||||||
label: '截止时间',
|
label: '需求上报截止时间',
|
||||||
align: 'center'
|
align: 'center',
|
||||||
|
// width: 150,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
prop: 'taskNode',
|
prop: 'taskNode',
|
||||||
label: '当前节点',
|
label: '当前节点',
|
||||||
align: 'center'
|
align: 'center',
|
||||||
|
// width: 300
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
prop: 'state',
|
prop: 'state',
|
||||||
label: '状态',
|
label: '状态',
|
||||||
align: 'center',
|
align: 'center',
|
||||||
width: 200,
|
// width: 100,
|
||||||
showOverflowTooltip: false,
|
showOverflowTooltip: false,
|
||||||
currentRender: ({row, index}) => (<Tag dictType={'demand_collection'} value={row.state}/>)
|
currentRender: ({row, index}) => (<Tag dictType={'demand_collection'} value={row.state}/>)
|
||||||
},
|
},
|
||||||
@@ -157,7 +167,7 @@ const tableConfig = reactive({
|
|||||||
prop: 'oper',
|
prop: 'oper',
|
||||||
label: '操作',
|
label: '操作',
|
||||||
align: 'center',
|
align: 'center',
|
||||||
fixed: 'right',
|
width: 150,
|
||||||
showOverflowTooltip: false,
|
showOverflowTooltip: false,
|
||||||
currentRender: ({row, index}) => {
|
currentRender: ({row, index}) => {
|
||||||
let btn = []
|
let btn = []
|
||||||
|
|||||||
@@ -157,6 +157,13 @@ const tableConfig = reactive({
|
|||||||
return row.state === '4';
|
return row.state === '4';
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
prop: 'index',
|
||||||
|
type: 'index',
|
||||||
|
label: '序号',
|
||||||
|
align: 'center',
|
||||||
|
width:60,
|
||||||
|
},
|
||||||
{
|
{
|
||||||
prop: 'requirementName',
|
prop: 'requirementName',
|
||||||
label: '征集名称',
|
label: '征集名称',
|
||||||
|
|||||||
@@ -138,15 +138,22 @@ const tableIns = ref()
|
|||||||
const tableConfig = reactive({
|
const tableConfig = reactive({
|
||||||
columns: [
|
columns: [
|
||||||
{
|
{
|
||||||
prop: 'projectName',
|
prop: 'index',
|
||||||
label: '项目名称',
|
type: 'index',
|
||||||
align: 'center'
|
label: '序号',
|
||||||
|
align: 'center',
|
||||||
|
width:85,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
prop: 'affiliatedCompany',
|
prop: 'affiliatedCompany',
|
||||||
label: '征集公司',
|
label: '征集公司',
|
||||||
align: 'center'
|
align: 'center'
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
prop: 'projectName',
|
||||||
|
label: '项目名称',
|
||||||
|
align: 'center'
|
||||||
|
},
|
||||||
{
|
{
|
||||||
prop: 'approveName',
|
prop: 'approveName',
|
||||||
label: '审批人',
|
label: '审批人',
|
||||||
|
|||||||
@@ -141,15 +141,22 @@ const tableConfig = reactive({
|
|||||||
// prop: 'selection'
|
// prop: 'selection'
|
||||||
// },
|
// },
|
||||||
{
|
{
|
||||||
prop: 'projectName',
|
prop: 'index',
|
||||||
label: '项目名称',
|
type: 'index',
|
||||||
align: 'center'
|
label: '序号',
|
||||||
|
align: 'center',
|
||||||
|
width:85,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
prop: 'affiliatedCompany',
|
prop: 'affiliatedCompany',
|
||||||
label: '征集公司',
|
label: '征集公司',
|
||||||
align: 'center'
|
align: 'center'
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
prop: 'projectName',
|
||||||
|
label: '项目名称',
|
||||||
|
align: 'center'
|
||||||
|
},
|
||||||
{
|
{
|
||||||
prop: 'approveName',
|
prop: 'approveName',
|
||||||
label: '审批人',
|
label: '审批人',
|
||||||
|
|||||||
@@ -135,15 +135,23 @@ const tableIns = ref()
|
|||||||
const tableConfig = reactive({
|
const tableConfig = reactive({
|
||||||
columns: [
|
columns: [
|
||||||
{
|
{
|
||||||
prop: 'projectName',
|
prop: 'index',
|
||||||
label: '项目名称',
|
type: 'index',
|
||||||
align: 'center'
|
label: '序号',
|
||||||
|
align: 'center',
|
||||||
|
width:85,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
prop: 'affiliatedCompany',
|
prop: 'affiliatedCompany',
|
||||||
label: '征集公司',
|
label: '征集公司',
|
||||||
align: 'center'
|
align: 'center'
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
prop: 'projectName',
|
||||||
|
label: '项目名称',
|
||||||
|
align: 'center'
|
||||||
|
},
|
||||||
|
|
||||||
{
|
{
|
||||||
prop: 'approveName',
|
prop: 'approveName',
|
||||||
label: '审批人',
|
label: '审批人',
|
||||||
|
|||||||
@@ -64,6 +64,13 @@ const searchConfig = reactive([
|
|||||||
])
|
])
|
||||||
const tableConfig = reactive({
|
const tableConfig = reactive({
|
||||||
columns: [
|
columns: [
|
||||||
|
{
|
||||||
|
prop: 'index',
|
||||||
|
type: 'index',
|
||||||
|
label: '序号',
|
||||||
|
align: 'center',
|
||||||
|
width:85,
|
||||||
|
},
|
||||||
{
|
{
|
||||||
prop: 'name',
|
prop: 'name',
|
||||||
label: '专项资金名称',
|
label: '专项资金名称',
|
||||||
|
|||||||
Reference in New Issue
Block a user