|
|
@@ -15,13 +15,13 @@ export default {
|
|
|
labelWidth: 120,
|
|
|
menuWidth: 140,
|
|
|
dialogClickModal: false,
|
|
|
- dialogWidth: 760,
|
|
|
+ dialogWidth: 500,
|
|
|
dialogType: "drawer",
|
|
|
column: [
|
|
|
{
|
|
|
label: "专利号",
|
|
|
prop: "zlh",
|
|
|
- span: 12,
|
|
|
+ span: 24,
|
|
|
width: 120,
|
|
|
align: "center",
|
|
|
showOverflowTooltip: true,
|
|
|
@@ -36,7 +36,7 @@ export default {
|
|
|
{
|
|
|
label: "专利名称",
|
|
|
prop: "zlmc",
|
|
|
- span: 12,
|
|
|
+ span: 24,
|
|
|
search: true,
|
|
|
minWidth: 160,
|
|
|
showOverflowTooltip: true,
|
|
|
@@ -52,7 +52,7 @@ export default {
|
|
|
label: "专利类型",
|
|
|
prop: "zllx",
|
|
|
type: "select",
|
|
|
- span: 12,
|
|
|
+ span: 24,
|
|
|
search: true,
|
|
|
dicUrl: "/api/kd-system/dict/dictionary?code=patent_type",
|
|
|
width: 100,
|
|
|
@@ -74,8 +74,8 @@ export default {
|
|
|
label: "是否国防专利",
|
|
|
prop: "sfgfzl",
|
|
|
type: "select",
|
|
|
- span: 12,
|
|
|
- width: 100,
|
|
|
+ span: 24,
|
|
|
+ width: 60,
|
|
|
search: true,
|
|
|
align: "center",
|
|
|
showOverflowTooltip: true,
|
|
|
@@ -96,7 +96,7 @@ export default {
|
|
|
label: "国别",
|
|
|
prop: "gb",
|
|
|
type: "select",
|
|
|
- span: 12,
|
|
|
+ span: 24,
|
|
|
width: 70,
|
|
|
search: true,
|
|
|
dicUrl: "/api/kd-system/dict/dictionary?code=countries",
|
|
|
@@ -118,7 +118,7 @@ export default {
|
|
|
label: "申请号/专利号",
|
|
|
prop: "sqhZlh",
|
|
|
type: "input",
|
|
|
- span: 12,
|
|
|
+ span: 24,
|
|
|
width: 100,
|
|
|
align: "center",
|
|
|
search: true,
|
|
|
@@ -135,7 +135,7 @@ export default {
|
|
|
label: "申请日",
|
|
|
prop: "shenqingRq",
|
|
|
type: "date",
|
|
|
- span: 12,
|
|
|
+ span: 24,
|
|
|
width: 85,
|
|
|
search: false,
|
|
|
format: "yyyy-MM-dd",
|
|
|
@@ -154,7 +154,7 @@ export default {
|
|
|
label: "授权日",
|
|
|
prop: "shouquanRq",
|
|
|
type: "date",
|
|
|
- span: 12,
|
|
|
+ span: 24,
|
|
|
width: 85,
|
|
|
align: "center",
|
|
|
search: false,
|
|
|
@@ -172,7 +172,7 @@ export default {
|
|
|
label: "申请单位",
|
|
|
prop: "sqdw",
|
|
|
type: "input",
|
|
|
- span: 12,
|
|
|
+ span: 24,
|
|
|
width: 120,
|
|
|
align: "center",
|
|
|
search: true,
|
|
|
@@ -182,7 +182,7 @@ export default {
|
|
|
label: "专利权人",
|
|
|
prop: "zlqr",
|
|
|
type: "input",
|
|
|
- span: 12,
|
|
|
+ span: 24,
|
|
|
width: 80,
|
|
|
align: "center",
|
|
|
search: true,
|
|
|
@@ -192,7 +192,7 @@ export default {
|
|
|
label: "共有权人",
|
|
|
prop: "gyqr",
|
|
|
type: "input",
|
|
|
- span: 12,
|
|
|
+ span: 24,
|
|
|
width: 80,
|
|
|
align: "center",
|
|
|
search: false,
|
|
|
@@ -202,7 +202,7 @@ export default {
|
|
|
label: "发明人",
|
|
|
prop: "fmr",
|
|
|
type: "input",
|
|
|
- span: 12,
|
|
|
+ span: 24,
|
|
|
width: 80,
|
|
|
align: "center",
|
|
|
search: false,
|
|
|
@@ -212,7 +212,7 @@ export default {
|
|
|
label: "法律状态",
|
|
|
prop: "flzt",
|
|
|
type: "select",
|
|
|
- span: 12,
|
|
|
+ span: 24,
|
|
|
width: 80,
|
|
|
align: "center",
|
|
|
search: true,
|
|
|
@@ -239,7 +239,7 @@ export default {
|
|
|
label: "研发项目名称",
|
|
|
prop: 'xmId',
|
|
|
width: 120,
|
|
|
- span: 12,
|
|
|
+ span: 24,
|
|
|
hide: true,
|
|
|
// rules: [
|
|
|
// {
|
|
|
@@ -307,7 +307,7 @@ export default {
|
|
|
label: "专利提醒功能",
|
|
|
prop: "zltxgn",
|
|
|
type: "select",
|
|
|
- span: 12,
|
|
|
+ span: 24,
|
|
|
width: 90,
|
|
|
align: "center",
|
|
|
display: false,
|